Shades of Cadet Blue #49A7AD
Tints of Cadet Blue #49A7AD
RGB
CMYK
RGB Variations
Color information
#49A7AD (or 0x49A7AD) is known color: Cadet Blue. HEX triplet: 49, A7 and AD. RGB value is (73,167,173). Sum of RGB (Red+Green+Blue) = 73+167+173=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #49A7AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A7AD is #B65852. Grayscale: #8B8B8B. Windows color (decimal): -11950163 or 11380553. OLE color: 11380553.
HSL color Cylindrical-coordinate representation of color #49A7AD: hue angle of 183.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A7AD is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 167 | 173 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.32 |
| HSL | 183.6º | 0.41% | 0.48% | - |
| HSV(B) | 183.6º | 0.58% | 0.68% | - |
| XYZ | 24.11 | 32.07 | 44.45 | - |
| YUV | 139.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 173 | 0.58 | 0.03 | 0 | 0.32 | 183.6 | 0.41 | 0.48 |
| Hex | 49 | A7 | AD | 3A | 3 | 0 | 20 | B8 | 29 | 30 |
| Octal | 111 | 247 | 255 | 72 | 3 | 0 | 40 | 270 | 51 | 60 |
| Binary | 1001001 | 10100111 | 10101101 | 111010 | 11 | 0 | 100000 | 10111000 | 101001 | 110000 |
Color Harmonies of #49A7AD
Complementary color
Monochromatic Colors of #49A7AD
Black with #49A7AD
Text Example
Text Example
White with #49A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A7AD; }
p { color: rgb(73,167,173); }
H1.HeaderClassName
{
color: #49A7AD;
}
.AnyTagClassName
{
color: #49A7AD;
}
</style>
background-color css
<style>
a { background-color: #49A7AD; }
a { background-color: rgb(73,167,173); }
div.DivClassName
{
background-color: #49A7AD;
}
.BgClassName
{
background-color: #49A7AD;
}
</style>
border-color css
<style>
span { border-color: #49A7AD; }
span { border-color: rgb(73,167,173); }
td.TdClassName
{
border-color: #49A7AD;
}
.TagClassName
{
border-color: #49A7AD;
}
</style>