Shades of Cadet Blue #4EAAAC
Tints of Cadet Blue #4EAAAC
RGB
CMYK
RGB Variations
Color information
#4EAAAC (or 0x4EAAAC) is known color: Cadet Blue. HEX triplet: 4E, AA and AC. RGB value is (78,170,172). Sum of RGB (Red+Green+Blue) = 78+170+172=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #4EAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAAC is #B15553. Grayscale: #8E8E8E. Windows color (decimal): -11621716 or 11315790. OLE color: 11315790.
HSL color Cylindrical-coordinate representation of color #4EAAAC: hue angle of 181.28º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAAAC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 170 | 172 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.33 |
| HSL | 181.28º | 0.38% | 0.49% | - |
| HSV(B) | 181.28º | 0.55% | 0.67% | - |
| XYZ | 24.96 | 33.35 | 44.15 | - |
| YUV | 142.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 172 | 0.55 | 0.01 | 0 | 0.33 | 181.28 | 0.38 | 0.49 |
| Hex | 4E | AA | AC | 37 | 1 | 0 | 21 | B5 | 26 | 31 |
| Octal | 116 | 252 | 254 | 67 | 1 | 0 | 41 | 265 | 46 | 61 |
| Binary | 1001110 | 10101010 | 10101100 | 110111 | 1 | 0 | 100001 | 10110101 | 100110 | 110001 |
Color Harmonies of #4EAAAC
Complementary color
Monochromatic Colors of #4EAAAC
Black with #4EAAAC
Text Example
Text Example
White with #4EAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAAC; }
p { color: rgb(78,170,172); }
H1.HeaderClassName
{
color: #4EAAAC;
}
.AnyTagClassName
{
color: #4EAAAC;
}
</style>
background-color css
<style>
a { background-color: #4EAAAC; }
a { background-color: rgb(78,170,172); }
div.DivClassName
{
background-color: #4EAAAC;
}
.BgClassName
{
background-color: #4EAAAC;
}
</style>
border-color css
<style>
span { border-color: #4EAAAC; }
span { border-color: rgb(78,170,172); }
td.TdClassName
{
border-color: #4EAAAC;
}
.TagClassName
{
border-color: #4EAAAC;
}
</style>