Shades of Cadet Blue #4D9FAA
Tints of Cadet Blue #4D9FAA
RGB
CMYK
RGB Variations
Color information
#4D9FAA (or 0x4D9FAA) is known color: Cadet Blue. HEX triplet: 4D, 9F and AA. RGB value is (77,159,170). Sum of RGB (Red+Green+Blue) = 77+159+170=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9FAA is #B26055. Grayscale: #878787. Windows color (decimal): -11690070 or 11181901. OLE color: 11181901.
HSL color Cylindrical-coordinate representation of color #4D9FAA: hue angle of 187.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D9FAA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 159 | 170 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.33 |
| HSL | 187.1º | 0.38% | 0.48% | - |
| HSV(B) | 187.1º | 0.55% | 0.67% | - |
| XYZ | 22.71 | 29.28 | 42.48 | - |
| YUV | 135.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 170 | 0.55 | 0.06 | 0 | 0.33 | 187.1 | 0.38 | 0.48 |
| Hex | 4D | 9F | AA | 37 | 6 | 0 | 21 | BB | 26 | 30 |
| Octal | 115 | 237 | 252 | 67 | 6 | 0 | 41 | 273 | 46 | 60 |
| Binary | 1001101 | 10011111 | 10101010 | 110111 | 110 | 0 | 100001 | 10111011 | 100110 | 110000 |
Color Harmonies of #4D9FAA
Complementary color
Monochromatic Colors of #4D9FAA
Black with #4D9FAA
Text Example
Text Example
White with #4D9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9FAA; }
p { color: rgb(77,159,170); }
H1.HeaderClassName
{
color: #4D9FAA;
}
.AnyTagClassName
{
color: #4D9FAA;
}
</style>
background-color css
<style>
a { background-color: #4D9FAA; }
a { background-color: rgb(77,159,170); }
div.DivClassName
{
background-color: #4D9FAA;
}
.BgClassName
{
background-color: #4D9FAA;
}
</style>
border-color css
<style>
span { border-color: #4D9FAA; }
span { border-color: rgb(77,159,170); }
td.TdClassName
{
border-color: #4D9FAA;
}
.TagClassName
{
border-color: #4D9FAA;
}
</style>