Copyright © 2009 | This site is owned and operated by ballmarketing.net | All Rights Reserved | Contact Us
Email Marketing Course:
Free Publication:
the free "Internet Business Beginners' Guide"
-----------------
-----------------
New Guidebook:
----------------
Business Course:
Web Safe Colors
What are Web-Safe colors?
In 1994, when Netscape initiated a solution to a problem with graphics operating systems that web browsers had just made much worse. Many computers at that time could only display 256 colors at a time.
<P>
<FONT SIZE="6" >
<FONT COLOR="AQUA" >AQUA</FONT>
<FONT COLOR="BLUE"> BLUE </FONT>
<FONT COLOR="FUCHSIA" >FUCHSIA</FONT>
<br />
<FONT COLOR="GRAY">GRAY </FONT>
<FONT COLOR="GREEN" >GREEN</FONT>
<FONT COLOR="LIME">LIME </FONT>
<br />
<FONT COLOR="MAROON" >MAROON</FONT>
<FONT COLOR="NAVY">NAVY </FONT>
<br />
<FONT COLOR="OLIVE" >OLIVE</FONT>
<FONT COLOR="PURPLE">PURPLE </FONT>
<br />
<FONT COLOR="RED" >RED</FONT>
<FONT COLOR="SILVER">SILVER </FONT>
<br />
<FONT COLOR="TEAL" >TEAL</FONT>
<FONT COLOR="YELLOW">YELLOW</FONT>
</FONT>
</P>
AQUA
BLUE
FUCHSIA
GRAY
GREEN
LIME
MAROON
NAVY
OLIVE
PURPLE
RED
SILVER
TEAL
YELLOW
- The following is an example of specifying font colors using color names (omitting black and white):
The choice of those colors was the choice of the application developers, and then, of web site designers.
When more than one program or web page or web image was visible on the screen at a time, and the colors they displayed totaled more than 256, there was chaos. Users would often see color very distorted.
Netscape defined a set of 216 colors (See the 216 Web Safe Colors Chart) that would have priority, 6 levels each of red, green and blue, evenly spaced throughout the RGB color space.
Web pages that used those colors exclusively would have a much better chance of looking right. Instead of always using the Hexidecimal code, you can also use the color 'names' for some window's colors.
- 16 Windows color 'names' with their Hex codes that you can use in HTML rather than the hex code: