Shades of Cadet Blue #4E9F9C
Tints of Cadet Blue #4E9F9C
RGB
CMYK
RGB Variations
Color information
#4E9F9C (or 0x4E9F9C) is known color: Cadet Blue. HEX triplet: 4E, 9F and 9C. RGB value is (78,159,156). Sum of RGB (Red+Green+Blue) = 78+159+156=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9F9C is #B16063. Grayscale: #868686. Windows color (decimal): -11624548 or 10264398. OLE color: 10264398.
HSL color Cylindrical-coordinate representation of color #4E9F9C: hue angle of 177.78º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F9C is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 156 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.38 |
| HSL | 177.78º | 0.34% | 0.46% | - |
| HSV(B) | 177.78º | 0.51% | 0.62% | - |
| XYZ | 21.54 | 28.82 | 35.88 | - |
| YUV | 134.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 156 | 0.51 | 0 | 0.02 | 0.38 | 177.78 | 0.34 | 0.46 |
| Hex | 4E | 9F | 9C | 33 | 0 | 2 | 26 | B2 | 22 | 2E |
| Octal | 116 | 237 | 234 | 63 | 0 | 2 | 46 | 262 | 42 | 56 |
| Binary | 1001110 | 10011111 | 10011100 | 110011 | 0 | 10 | 100110 | 10110010 | 100010 | 101110 |
Color Harmonies of #4E9F9C
Complementary color
Monochromatic Colors of #4E9F9C
Black with #4E9F9C
Text Example
Text Example
White with #4E9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F9C; }
p { color: rgb(78,159,156); }
H1.HeaderClassName
{
color: #4E9F9C;
}
.AnyTagClassName
{
color: #4E9F9C;
}
</style>
background-color css
<style>
a { background-color: #4E9F9C; }
a { background-color: rgb(78,159,156); }
div.DivClassName
{
background-color: #4E9F9C;
}
.BgClassName
{
background-color: #4E9F9C;
}
</style>
border-color css
<style>
span { border-color: #4E9F9C; }
span { border-color: rgb(78,159,156); }
td.TdClassName
{
border-color: #4E9F9C;
}
.TagClassName
{
border-color: #4E9F9C;
}
</style>