Shades of Fountain Blue #4EACAE
Tints of Fountain Blue #4EACAE
RGB
CMYK
RGB Variations
Color information
#4EACAE (or 0x4EACAE) is known color: Fountain Blue. HEX triplet: 4E, AC and AE. RGB value is (78,172,174). Sum of RGB (Red+Green+Blue) = 78+172+174=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #4EACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EACAE is #B15351. Grayscale: #909090. Windows color (decimal): -11621202 or 11447374. OLE color: 11447374.
HSL color Cylindrical-coordinate representation of color #4EACAE: hue angle of 181.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EACAE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 172 | 174 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.32 |
| HSL | 181.25º | 0.38% | 0.49% | - |
| HSV(B) | 181.25º | 0.55% | 0.68% | - |
| XYZ | 25.53 | 34.18 | 45.3 | - |
| YUV | 144.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 174 | 0.55 | 0.01 | 0 | 0.32 | 181.25 | 0.38 | 0.49 |
| Hex | 4E | AC | AE | 37 | 1 | 0 | 20 | B5 | 26 | 31 |
| Octal | 116 | 254 | 256 | 67 | 1 | 0 | 40 | 265 | 46 | 61 |
| Binary | 1001110 | 10101100 | 10101110 | 110111 | 1 | 0 | 100000 | 10110101 | 100110 | 110001 |
Color Harmonies of #4EACAE
Complementary color
Monochromatic Colors of #4EACAE
Black with #4EACAE
Text Example
Text Example
White with #4EACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACAE; }
p { color: rgb(78,172,174); }
H1.HeaderClassName
{
color: #4EACAE;
}
.AnyTagClassName
{
color: #4EACAE;
}
</style>
background-color css
<style>
a { background-color: #4EACAE; }
a { background-color: rgb(78,172,174); }
div.DivClassName
{
background-color: #4EACAE;
}
.BgClassName
{
background-color: #4EACAE;
}
</style>
border-color css
<style>
span { border-color: #4EACAE; }
span { border-color: rgb(78,172,174); }
td.TdClassName
{
border-color: #4EACAE;
}
.TagClassName
{
border-color: #4EACAE;
}
</style>