Shades of Fountain Blue #4EAAB2
Tints of Fountain Blue #4EAAB2
RGB
CMYK
RGB Variations
Color information
#4EAAB2 (or 0x4EAAB2) is known color: Fountain Blue. HEX triplet: 4E, AA and B2. RGB value is (78,170,178). Sum of RGB (Red+Green+Blue) = 78+170+178=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #4EAAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAB2 is #B1554D. Grayscale: #8F8F8F. Windows color (decimal): -11621710 or 11709006. OLE color: 11709006.
HSL color Cylindrical-coordinate representation of color #4EAAB2: hue angle of 184.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EAAB2 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 170 | 178 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.30 |
| HSL | 184.8º | 0.39% | 0.5% | - |
| HSV(B) | 184.8º | 0.56% | 0.7% | - |
| XYZ | 25.55 | 33.58 | 47.25 | - |
| YUV | 143.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 178 | 0.56 | 0.04 | 0 | 0.30 | 184.8 | 0.39 | 0.5 |
| Hex | 4E | AA | B2 | 38 | 4 | 0 | 1E | B9 | 27 | 32 |
| Octal | 116 | 252 | 262 | 70 | 4 | 0 | 36 | 271 | 47 | 62 |
| Binary | 1001110 | 10101010 | 10110010 | 111000 | 100 | 0 | 11110 | 10111001 | 100111 | 110010 |
Color Harmonies of #4EAAB2
Complementary color
Monochromatic Colors of #4EAAB2
Black with #4EAAB2
Text Example
Text Example
White with #4EAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAB2; }
p { color: rgb(78,170,178); }
H1.HeaderClassName
{
color: #4EAAB2;
}
.AnyTagClassName
{
color: #4EAAB2;
}
</style>
background-color css
<style>
a { background-color: #4EAAB2; }
a { background-color: rgb(78,170,178); }
div.DivClassName
{
background-color: #4EAAB2;
}
.BgClassName
{
background-color: #4EAAB2;
}
</style>
border-color css
<style>
span { border-color: #4EAAB2; }
span { border-color: rgb(78,170,178); }
td.TdClassName
{
border-color: #4EAAB2;
}
.TagClassName
{
border-color: #4EAAB2;
}
</style>