Shades of Cadet Blue #49A9A9
Tints of Cadet Blue #49A9A9
RGB
CMYK
RGB Variations
Color information
#49A9A9 (or 0x49A9A9) is known color: Cadet Blue. HEX triplet: 49, A9 and A9. RGB value is (73,169,169). Sum of RGB (Red+Green+Blue) = 73+169+169=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 169 - color contains mainly: green, blue. Hex color #49A9A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A9A9 is #B65656. Grayscale: #8C8C8C. Windows color (decimal): -11949655 or 11118921. OLE color: 11118921.
HSL color Cylindrical-coordinate representation of color #49A9A9: hue angle of 180º 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 #49A9A9 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 169 | - |
| CMYK | 0.57 | 0 | 0 | 0.34 |
| HSL | 180º | 0.4% | 0.47% | - |
| HSV(B) | 180º | 0.57% | 0.66% | - |
| XYZ | 24.1 | 32.66 | 42.57 | - |
| YUV | 140.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 169 | 0.57 | 0 | 0 | 0.34 | 180 | 0.4 | 0.47 |
| Hex | 49 | A9 | A9 | 39 | 0 | 0 | 22 | B4 | 28 | 2F |
| Octal | 111 | 251 | 251 | 71 | 0 | 0 | 42 | 264 | 50 | 57 |
| Binary | 1001001 | 10101001 | 10101001 | 111001 | 0 | 0 | 100010 | 10110100 | 101000 | 101111 |
Color Harmonies of #49A9A9
Complementary color
Monochromatic Colors of #49A9A9
Black with #49A9A9
Text Example
Text Example
White with #49A9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A9A9; }
p { color: rgb(73,169,169); }
H1.HeaderClassName
{
color: #49A9A9;
}
.AnyTagClassName
{
color: #49A9A9;
}
</style>
background-color css
<style>
a { background-color: #49A9A9; }
a { background-color: rgb(73,169,169); }
div.DivClassName
{
background-color: #49A9A9;
}
.BgClassName
{
background-color: #49A9A9;
}
</style>
border-color css
<style>
span { border-color: #49A9A9; }
span { border-color: rgb(73,169,169); }
td.TdClassName
{
border-color: #49A9A9;
}
.TagClassName
{
border-color: #49A9A9;
}
</style>