Shades of Cadet Blue #49A4A9
Tints of Cadet Blue #49A4A9
RGB
CMYK
RGB Variations
Color information
#49A4A9 (or 0x49A4A9) is known color: Cadet Blue. HEX triplet: 49, A4 and A9. RGB value is (73,164,169). Sum of RGB (Red+Green+Blue) = 73+164+169=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #49A4A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A4A9 is #B65B56. Grayscale: #898989. Windows color (decimal): -11950935 or 11117641. OLE color: 11117641.
HSL color Cylindrical-coordinate representation of color #49A4A9: hue angle of 183.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A4A9 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 164 | 169 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.34 |
| HSL | 183.13º | 0.4% | 0.47% | - |
| HSV(B) | 183.13º | 0.57% | 0.66% | - |
| XYZ | 23.18 | 30.83 | 42.27 | - |
| YUV | 137.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 169 | 0.57 | 0.03 | 0 | 0.34 | 183.13 | 0.4 | 0.47 |
| Hex | 49 | A4 | A9 | 39 | 3 | 0 | 22 | B7 | 28 | 2F |
| Octal | 111 | 244 | 251 | 71 | 3 | 0 | 42 | 267 | 50 | 57 |
| Binary | 1001001 | 10100100 | 10101001 | 111001 | 11 | 0 | 100010 | 10110111 | 101000 | 101111 |
Color Harmonies of #49A4A9
Complementary color
Monochromatic Colors of #49A4A9
Black with #49A4A9
Text Example
Text Example
White with #49A4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A4A9; }
p { color: rgb(73,164,169); }
H1.HeaderClassName
{
color: #49A4A9;
}
.AnyTagClassName
{
color: #49A4A9;
}
</style>
background-color css
<style>
a { background-color: #49A4A9; }
a { background-color: rgb(73,164,169); }
div.DivClassName
{
background-color: #49A4A9;
}
.BgClassName
{
background-color: #49A4A9;
}
</style>
border-color css
<style>
span { border-color: #49A4A9; }
span { border-color: rgb(73,164,169); }
td.TdClassName
{
border-color: #49A4A9;
}
.TagClassName
{
border-color: #49A4A9;
}
</style>