Shades of Fountain Blue #4EAEAF
Tints of Fountain Blue #4EAEAF
RGB
CMYK
RGB Variations
Color information
#4EAEAF (or 0x4EAEAF) is known color: Fountain Blue. HEX triplet: 4E, AE and AF. RGB value is (78,174,175). Sum of RGB (Red+Green+Blue) = 78+174+175=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #4EAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAEAF is #B15150. Grayscale: #919191. Windows color (decimal): -11620689 or 11513422. OLE color: 11513422.
HSL color Cylindrical-coordinate representation of color #4EAEAF: hue angle of 180.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAEAF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 174 | 175 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.31 |
| HSL | 180.62º | 0.38% | 0.5% | - |
| HSV(B) | 180.62º | 0.55% | 0.69% | - |
| XYZ | 26.02 | 34.99 | 45.94 | - |
| YUV | 145.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 175 | 0.55 | 0.01 | 0 | 0.31 | 180.62 | 0.38 | 0.5 |
| Hex | 4E | AE | AF | 37 | 1 | 0 | 1F | B5 | 26 | 32 |
| Octal | 116 | 256 | 257 | 67 | 1 | 0 | 37 | 265 | 46 | 62 |
| Binary | 1001110 | 10101110 | 10101111 | 110111 | 1 | 0 | 11111 | 10110101 | 100110 | 110010 |
Color Harmonies of #4EAEAF
Complementary color
Monochromatic Colors of #4EAEAF
Black with #4EAEAF
Text Example
Text Example
White with #4EAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAEAF; }
p { color: rgb(78,174,175); }
H1.HeaderClassName
{
color: #4EAEAF;
}
.AnyTagClassName
{
color: #4EAEAF;
}
</style>
background-color css
<style>
a { background-color: #4EAEAF; }
a { background-color: rgb(78,174,175); }
div.DivClassName
{
background-color: #4EAEAF;
}
.BgClassName
{
background-color: #4EAEAF;
}
</style>
border-color css
<style>
span { border-color: #4EAEAF; }
span { border-color: rgb(78,174,175); }
td.TdClassName
{
border-color: #4EAEAF;
}
.TagClassName
{
border-color: #4EAEAF;
}
</style>