Shades of Cadet Blue #499CA1
Tints of Cadet Blue #499CA1
RGB
CMYK
RGB Variations
Color information
#499CA1 (or 0x499CA1) is known color: Cadet Blue. HEX triplet: 49, 9C and A1. RGB value is (73,156,161). Sum of RGB (Red+Green+Blue) = 73+156+161=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #499CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499CA1 is #B6635E. Grayscale: #838383. Windows color (decimal): -11952991 or 10591305. OLE color: 10591305.
HSL color Cylindrical-coordinate representation of color #499CA1: hue angle of 183.41º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499CA1 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 156 | 161 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.37 |
| HSL | 183.41º | 0.38% | 0.46% | - |
| HSV(B) | 183.41º | 0.55% | 0.63% | - |
| XYZ | 21.07 | 27.77 | 37.97 | - |
| YUV | 131.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 161 | 0.55 | 0.03 | 0 | 0.37 | 183.41 | 0.38 | 0.46 |
| Hex | 49 | 9C | A1 | 37 | 3 | 0 | 25 | B7 | 26 | 2E |
| Octal | 111 | 234 | 241 | 67 | 3 | 0 | 45 | 267 | 46 | 56 |
| Binary | 1001001 | 10011100 | 10100001 | 110111 | 11 | 0 | 100101 | 10110111 | 100110 | 101110 |
Color Harmonies of #499CA1
Complementary color
Monochromatic Colors of #499CA1
Black with #499CA1
Text Example
Text Example
White with #499CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CA1; }
p { color: rgb(73,156,161); }
H1.HeaderClassName
{
color: #499CA1;
}
.AnyTagClassName
{
color: #499CA1;
}
</style>
background-color css
<style>
a { background-color: #499CA1; }
a { background-color: rgb(73,156,161); }
div.DivClassName
{
background-color: #499CA1;
}
.BgClassName
{
background-color: #499CA1;
}
</style>
border-color css
<style>
span { border-color: #499CA1; }
span { border-color: rgb(73,156,161); }
td.TdClassName
{
border-color: #499CA1;
}
.TagClassName
{
border-color: #499CA1;
}
</style>