Shades of Cadet Blue #499EA2
Tints of Cadet Blue #499EA2
RGB
CMYK
RGB Variations
Color information
#499EA2 (or 0x499EA2) is known color: Cadet Blue. HEX triplet: 49, 9E and A2. RGB value is (73,158,162). Sum of RGB (Red+Green+Blue) = 73+158+162=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 162 - color contains mainly: blue. Hex color #499EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499EA2 is #B6615D. Grayscale: #848484. Windows color (decimal): -11952478 or 10657353. OLE color: 10657353.
HSL color Cylindrical-coordinate representation of color #499EA2: hue angle of 182.7º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499EA2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 158 | 162 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.36 |
| HSL | 182.7º | 0.38% | 0.46% | - |
| HSV(B) | 182.7º | 0.55% | 0.64% | - |
| XYZ | 21.5 | 28.48 | 38.55 | - |
| YUV | 133.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 162 | 0.55 | 0.02 | 0 | 0.36 | 182.7 | 0.38 | 0.46 |
| Hex | 49 | 9E | A2 | 37 | 2 | 0 | 24 | B7 | 26 | 2E |
| Octal | 111 | 236 | 242 | 67 | 2 | 0 | 44 | 267 | 46 | 56 |
| Binary | 1001001 | 10011110 | 10100010 | 110111 | 10 | 0 | 100100 | 10110111 | 100110 | 101110 |
Color Harmonies of #499EA2
Complementary color
Monochromatic Colors of #499EA2
Black with #499EA2
Text Example
Text Example
White with #499EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EA2; }
p { color: rgb(73,158,162); }
H1.HeaderClassName
{
color: #499EA2;
}
.AnyTagClassName
{
color: #499EA2;
}
</style>
background-color css
<style>
a { background-color: #499EA2; }
a { background-color: rgb(73,158,162); }
div.DivClassName
{
background-color: #499EA2;
}
.BgClassName
{
background-color: #499EA2;
}
</style>
border-color css
<style>
span { border-color: #499EA2; }
span { border-color: rgb(73,158,162); }
td.TdClassName
{
border-color: #499EA2;
}
.TagClassName
{
border-color: #499EA2;
}
</style>