Shades of Cadet Blue #4EA2AD
Tints of Cadet Blue #4EA2AD
RGB
CMYK
RGB Variations
Color information
#4EA2AD (or 0x4EA2AD) is known color: Cadet Blue. HEX triplet: 4E, A2 and AD. RGB value is (78,162,173). Sum of RGB (Red+Green+Blue) = 78+162+173=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #4EA2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA2AD is #B15D52. Grayscale: #8A8A8A. Windows color (decimal): -11623763 or 11379278. OLE color: 11379278.
HSL color Cylindrical-coordinate representation of color #4EA2AD: hue angle of 186.95º 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 #4EA2AD is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 162 | 173 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.32 |
| HSL | 186.95º | 0.38% | 0.49% | - |
| HSV(B) | 186.95º | 0.55% | 0.68% | - |
| XYZ | 23.61 | 30.48 | 44.17 | - |
| YUV | 138.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 173 | 0.55 | 0.06 | 0 | 0.32 | 186.95 | 0.38 | 0.49 |
| Hex | 4E | A2 | AD | 37 | 6 | 0 | 20 | BB | 26 | 31 |
| Octal | 116 | 242 | 255 | 67 | 6 | 0 | 40 | 273 | 46 | 61 |
| Binary | 1001110 | 10100010 | 10101101 | 110111 | 110 | 0 | 100000 | 10111011 | 100110 | 110001 |
Color Harmonies of #4EA2AD
Complementary color
Monochromatic Colors of #4EA2AD
Black with #4EA2AD
Text Example
Text Example
White with #4EA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2AD; }
p { color: rgb(78,162,173); }
H1.HeaderClassName
{
color: #4EA2AD;
}
.AnyTagClassName
{
color: #4EA2AD;
}
</style>
background-color css
<style>
a { background-color: #4EA2AD; }
a { background-color: rgb(78,162,173); }
div.DivClassName
{
background-color: #4EA2AD;
}
.BgClassName
{
background-color: #4EA2AD;
}
</style>
border-color css
<style>
span { border-color: #4EA2AD; }
span { border-color: rgb(78,162,173); }
td.TdClassName
{
border-color: #4EA2AD;
}
.TagClassName
{
border-color: #4EA2AD;
}
</style>