Shades of Cadet Blue #4E9F9B
Tints of Cadet Blue #4E9F9B
RGB
CMYK
RGB Variations
Color information
#4E9F9B (or 0x4E9F9B) is known color: Cadet Blue. HEX triplet: 4E, 9F and 9B. RGB value is (78,159,155). Sum of RGB (Red+Green+Blue) = 78+159+155=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9F9B is #B16064. Grayscale: #868686. Windows color (decimal): -11624549 or 10198862. OLE color: 10198862.
HSL color Cylindrical-coordinate representation of color #4E9F9B: hue angle of 177.04º 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 #4E9F9B is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 155 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.38 |
| HSL | 177.04º | 0.34% | 0.46% | - |
| HSV(B) | 177.04º | 0.51% | 0.62% | - |
| XYZ | 21.46 | 28.78 | 35.44 | - |
| YUV | 134.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 155 | 0.51 | 0 | 0.03 | 0.38 | 177.04 | 0.34 | 0.46 |
| Hex | 4E | 9F | 9B | 33 | 0 | 3 | 26 | B1 | 22 | 2E |
| Octal | 116 | 237 | 233 | 63 | 0 | 3 | 46 | 261 | 42 | 56 |
| Binary | 1001110 | 10011111 | 10011011 | 110011 | 0 | 11 | 100110 | 10110001 | 100010 | 101110 |
Color Harmonies of #4E9F9B
Complementary color
Monochromatic Colors of #4E9F9B
Black with #4E9F9B
Text Example
Text Example
White with #4E9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F9B; }
p { color: rgb(78,159,155); }
H1.HeaderClassName
{
color: #4E9F9B;
}
.AnyTagClassName
{
color: #4E9F9B;
}
</style>
background-color css
<style>
a { background-color: #4E9F9B; }
a { background-color: rgb(78,159,155); }
div.DivClassName
{
background-color: #4E9F9B;
}
.BgClassName
{
background-color: #4E9F9B;
}
</style>
border-color css
<style>
span { border-color: #4E9F9B; }
span { border-color: rgb(78,159,155); }
td.TdClassName
{
border-color: #4E9F9B;
}
.TagClassName
{
border-color: #4E9F9B;
}
</style>