Shades of Cadet Blue #49A0A6
Tints of Cadet Blue #49A0A6
RGB
CMYK
RGB Variations
Color information
#49A0A6 (or 0x49A0A6) is known color: Cadet Blue. HEX triplet: 49, A0 and A6. RGB value is (73,160,166). Sum of RGB (Red+Green+Blue) = 73+160+166=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 166 - color contains mainly: blue. Hex color #49A0A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A0A6 is #B65F59. Grayscale: #868686. Windows color (decimal): -11951962 or 10920009. OLE color: 10920009.
HSL color Cylindrical-coordinate representation of color #49A0A6: hue angle of 183.87º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A0A6 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 160 | 166 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.35 |
| HSL | 183.87º | 0.39% | 0.47% | - |
| HSV(B) | 183.87º | 0.56% | 0.65% | - |
| XYZ | 22.2 | 29.31 | 40.56 | - |
| YUV | 134.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 166 | 0.56 | 0.04 | 0 | 0.35 | 183.87 | 0.39 | 0.47 |
| Hex | 49 | A0 | A6 | 38 | 4 | 0 | 23 | B8 | 27 | 2F |
| Octal | 111 | 240 | 246 | 70 | 4 | 0 | 43 | 270 | 47 | 57 |
| Binary | 1001001 | 10100000 | 10100110 | 111000 | 100 | 0 | 100011 | 10111000 | 100111 | 101111 |
Color Harmonies of #49A0A6
Complementary color
Monochromatic Colors of #49A0A6
Black with #49A0A6
Text Example
Text Example
White with #49A0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0A6; }
p { color: rgb(73,160,166); }
H1.HeaderClassName
{
color: #49A0A6;
}
.AnyTagClassName
{
color: #49A0A6;
}
</style>
background-color css
<style>
a { background-color: #49A0A6; }
a { background-color: rgb(73,160,166); }
div.DivClassName
{
background-color: #49A0A6;
}
.BgClassName
{
background-color: #49A0A6;
}
</style>
border-color css
<style>
span { border-color: #49A0A6; }
span { border-color: rgb(73,160,166); }
td.TdClassName
{
border-color: #49A0A6;
}
.TagClassName
{
border-color: #49A0A6;
}
</style>