Shades of Cadet Blue #4E9DA0
Tints of Cadet Blue #4E9DA0
RGB
CMYK
RGB Variations
Color information
#4E9DA0 (or 0x4E9DA0) is known color: Cadet Blue. HEX triplet: 4E, 9D and A0. RGB value is (78,157,160). Sum of RGB (Red+Green+Blue) = 78+157+160=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E9DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9DA0 is #B1625F. Grayscale: #858585. Windows color (decimal): -11625056 or 10526030. OLE color: 10526030.
HSL color Cylindrical-coordinate representation of color #4E9DA0: hue angle of 182.2º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9DA0 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 157 | 160 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.37 |
| HSL | 182.2º | 0.34% | 0.47% | - |
| HSV(B) | 182.2º | 0.51% | 0.63% | - |
| XYZ | 21.54 | 28.27 | 37.58 | - |
| YUV | 133.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 160 | 0.51 | 0.02 | 0 | 0.37 | 182.2 | 0.34 | 0.47 |
| Hex | 4E | 9D | A0 | 33 | 2 | 0 | 25 | B6 | 22 | 2F |
| Octal | 116 | 235 | 240 | 63 | 2 | 0 | 45 | 266 | 42 | 57 |
| Binary | 1001110 | 10011101 | 10100000 | 110011 | 10 | 0 | 100101 | 10110110 | 100010 | 101111 |
Color Harmonies of #4E9DA0
Complementary color
Monochromatic Colors of #4E9DA0
Black with #4E9DA0
Text Example
Text Example
White with #4E9DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9DA0; }
p { color: rgb(78,157,160); }
H1.HeaderClassName
{
color: #4E9DA0;
}
.AnyTagClassName
{
color: #4E9DA0;
}
</style>
background-color css
<style>
a { background-color: #4E9DA0; }
a { background-color: rgb(78,157,160); }
div.DivClassName
{
background-color: #4E9DA0;
}
.BgClassName
{
background-color: #4E9DA0;
}
</style>
border-color css
<style>
span { border-color: #4E9DA0; }
span { border-color: rgb(78,157,160); }
td.TdClassName
{
border-color: #4E9DA0;
}
.TagClassName
{
border-color: #4E9DA0;
}
</style>