Shades of Cadet Blue #4F9EA7
Tints of Cadet Blue #4F9EA7
RGB
CMYK
RGB Variations
Color information
#4F9EA7 (or 0x4F9EA7) is known color: Cadet Blue. HEX triplet: 4F, 9E and A7. RGB value is (79,158,167). Sum of RGB (Red+Green+Blue) = 79+158+167=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 167 - color contains mainly: blue. Hex color #4F9EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9EA7 is #B06158. Grayscale: #878787. Windows color (decimal): -11559257 or 10985039. OLE color: 10985039.
HSL color Cylindrical-coordinate representation of color #4F9EA7: hue angle of 186.14º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F9EA7 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 158 | 167 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.35 |
| HSL | 186.14º | 0.36% | 0.48% | - |
| HSV(B) | 186.14º | 0.53% | 0.65% | - |
| XYZ | 22.43 | 28.91 | 40.96 | - |
| YUV | 135.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 167 | 0.53 | 0.05 | 0 | 0.35 | 186.14 | 0.36 | 0.48 |
| Hex | 4F | 9E | A7 | 35 | 5 | 0 | 23 | BA | 24 | 30 |
| Octal | 117 | 236 | 247 | 65 | 5 | 0 | 43 | 272 | 44 | 60 |
| Binary | 1001111 | 10011110 | 10100111 | 110101 | 101 | 0 | 100011 | 10111010 | 100100 | 110000 |
Color Harmonies of #4F9EA7
Complementary color
Monochromatic Colors of #4F9EA7
Black with #4F9EA7
Text Example
Text Example
White with #4F9EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9EA7; }
p { color: rgb(79,158,167); }
H1.HeaderClassName
{
color: #4F9EA7;
}
.AnyTagClassName
{
color: #4F9EA7;
}
</style>
background-color css
<style>
a { background-color: #4F9EA7; }
a { background-color: rgb(79,158,167); }
div.DivClassName
{
background-color: #4F9EA7;
}
.BgClassName
{
background-color: #4F9EA7;
}
</style>
border-color css
<style>
span { border-color: #4F9EA7; }
span { border-color: rgb(79,158,167); }
td.TdClassName
{
border-color: #4F9EA7;
}
.TagClassName
{
border-color: #4F9EA7;
}
</style>