Shades of Cadet Blue #499F9D
Tints of Cadet Blue #499F9D
RGB
CMYK
RGB Variations
Color information
#499F9D (or 0x499F9D) is known color: Cadet Blue. HEX triplet: 49, 9F and 9D. RGB value is (73,159,157). Sum of RGB (Red+Green+Blue) = 73+159+157=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #499F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F9D is #B66062. Grayscale: #848484. Windows color (decimal): -11952227 or 10329929. OLE color: 10329929.
HSL color Cylindrical-coordinate representation of color #499F9D: hue angle of 178.6º 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 #499F9D is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 159 | 157 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.38 |
| HSL | 178.6º | 0.37% | 0.45% | - |
| HSV(B) | 178.6º | 0.54% | 0.62% | - |
| XYZ | 21.23 | 28.65 | 36.31 | - |
| YUV | 133.06 | 141.51 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 157 | 0.54 | 0 | 0.01 | 0.38 | 178.6 | 0.37 | 0.45 |
| Hex | 49 | 9F | 9D | 36 | 0 | 1 | 26 | B3 | 25 | 2D |
| Octal | 111 | 237 | 235 | 66 | 0 | 1 | 46 | 263 | 45 | 55 |
| Binary | 1001001 | 10011111 | 10011101 | 110110 | 0 | 1 | 100110 | 10110011 | 100101 | 101101 |
Color Harmonies of #499F9D
Complementary color
Monochromatic Colors of #499F9D
Black with #499F9D
Text Example
Text Example
White with #499F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499F9D; }
p { color: rgb(73,159,157); }
H1.HeaderClassName
{
color: #499F9D;
}
.AnyTagClassName
{
color: #499F9D;
}
</style>
background-color css
<style>
a { background-color: #499F9D; }
a { background-color: rgb(73,159,157); }
div.DivClassName
{
background-color: #499F9D;
}
.BgClassName
{
background-color: #499F9D;
}
</style>
border-color css
<style>
span { border-color: #499F9D; }
span { border-color: rgb(73,159,157); }
td.TdClassName
{
border-color: #499F9D;
}
.TagClassName
{
border-color: #499F9D;
}
</style>