Shades of Cadet Blue #499D9F
Tints of Cadet Blue #499D9F
RGB
CMYK
RGB Variations
Color information
#499D9F (or 0x499D9F) is known color: Cadet Blue. HEX triplet: 49, 9D and 9F. RGB value is (73,157,159). Sum of RGB (Red+Green+Blue) = 73+157+159=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #499D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D9F is #B66260. Grayscale: #848484. Windows color (decimal): -11952737 or 10460489. OLE color: 10460489.
HSL color Cylindrical-coordinate representation of color #499D9F: hue angle of 181.4º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D9F is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 159 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.38 |
| HSL | 181.4º | 0.37% | 0.45% | - |
| HSV(B) | 181.4º | 0.54% | 0.62% | - |
| XYZ | 21.06 | 28.03 | 37.1 | - |
| YUV | 132.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 159 | 0.54 | 0.01 | 0 | 0.38 | 181.4 | 0.37 | 0.45 |
| Hex | 49 | 9D | 9F | 36 | 1 | 0 | 26 | B5 | 25 | 2D |
| Octal | 111 | 235 | 237 | 66 | 1 | 0 | 46 | 265 | 45 | 55 |
| Binary | 1001001 | 10011101 | 10011111 | 110110 | 1 | 0 | 100110 | 10110101 | 100101 | 101101 |
Color Harmonies of #499D9F
Complementary color
Monochromatic Colors of #499D9F
Black with #499D9F
Text Example
Text Example
White with #499D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D9F; }
p { color: rgb(73,157,159); }
H1.HeaderClassName
{
color: #499D9F;
}
.AnyTagClassName
{
color: #499D9F;
}
</style>
background-color css
<style>
a { background-color: #499D9F; }
a { background-color: rgb(73,157,159); }
div.DivClassName
{
background-color: #499D9F;
}
.BgClassName
{
background-color: #499D9F;
}
</style>
border-color css
<style>
span { border-color: #499D9F; }
span { border-color: rgb(73,157,159); }
td.TdClassName
{
border-color: #499D9F;
}
.TagClassName
{
border-color: #499D9F;
}
</style>