Shades of Cadet Blue #499CA4
Tints of Cadet Blue #499CA4
RGB
CMYK
RGB Variations
Color information
#499CA4 (or 0x499CA4) is known color: Cadet Blue. HEX triplet: 49, 9C and A4. RGB value is (73,156,164). Sum of RGB (Red+Green+Blue) = 73+156+164=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #499CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499CA4 is #B6635B. Grayscale: #838383. Windows color (decimal): -11952988 or 10787913. OLE color: 10787913.
HSL color Cylindrical-coordinate representation of color #499CA4: hue angle of 185.27º 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 #499CA4 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 156 | 164 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.36 |
| HSL | 185.27º | 0.38% | 0.46% | - |
| HSV(B) | 185.27º | 0.55% | 0.64% | - |
| XYZ | 21.34 | 27.87 | 39.38 | - |
| YUV | 132.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 164 | 0.55 | 0.05 | 0 | 0.36 | 185.27 | 0.38 | 0.46 |
| Hex | 49 | 9C | A4 | 37 | 5 | 0 | 24 | B9 | 26 | 2E |
| Octal | 111 | 234 | 244 | 67 | 5 | 0 | 44 | 271 | 46 | 56 |
| Binary | 1001001 | 10011100 | 10100100 | 110111 | 101 | 0 | 100100 | 10111001 | 100110 | 101110 |
Color Harmonies of #499CA4
Complementary color
Monochromatic Colors of #499CA4
Black with #499CA4
Text Example
Text Example
White with #499CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CA4; }
p { color: rgb(73,156,164); }
H1.HeaderClassName
{
color: #499CA4;
}
.AnyTagClassName
{
color: #499CA4;
}
</style>
background-color css
<style>
a { background-color: #499CA4; }
a { background-color: rgb(73,156,164); }
div.DivClassName
{
background-color: #499CA4;
}
.BgClassName
{
background-color: #499CA4;
}
</style>
border-color css
<style>
span { border-color: #499CA4; }
span { border-color: rgb(73,156,164); }
td.TdClassName
{
border-color: #499CA4;
}
.TagClassName
{
border-color: #499CA4;
}
</style>