Shades of Blue Chill #499D96
Tints of Blue Chill #499D96
RGB
CMYK
RGB Variations
Color information
#499D96 (or 0x499D96) is known color: Blue Chill. HEX triplet: 49, 9D and 96. RGB value is (73,157,150). Sum of RGB (Red+Green+Blue) = 73+157+150=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #499D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D96 is #B66269. Grayscale: #838383. Windows color (decimal): -11952746 or 9870665. OLE color: 9870665.
HSL color Cylindrical-coordinate representation of color #499D96: hue angle of 175º 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 #499D96 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 150 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.38 |
| HSL | 175º | 0.37% | 0.45% | - |
| HSV(B) | 175º | 0.54% | 0.62% | - |
| XYZ | 20.31 | 27.73 | 33.14 | - |
| YUV | 131.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 150 | 0.54 | 0 | 0.04 | 0.38 | 175 | 0.37 | 0.45 |
| Hex | 49 | 9D | 96 | 36 | 0 | 4 | 26 | AF | 25 | 2D |
| Octal | 111 | 235 | 226 | 66 | 0 | 4 | 46 | 257 | 45 | 55 |
| Binary | 1001001 | 10011101 | 10010110 | 110110 | 0 | 100 | 100110 | 10101111 | 100101 | 101101 |
Color Harmonies of #499D96
Complementary color
Monochromatic Colors of #499D96
Black with #499D96
Text Example
Text Example
White with #499D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D96; }
p { color: rgb(73,157,150); }
H1.HeaderClassName
{
color: #499D96;
}
.AnyTagClassName
{
color: #499D96;
}
</style>
background-color css
<style>
a { background-color: #499D96; }
a { background-color: rgb(73,157,150); }
div.DivClassName
{
background-color: #499D96;
}
.BgClassName
{
background-color: #499D96;
}
</style>
border-color css
<style>
span { border-color: #499D96; }
span { border-color: rgb(73,157,150); }
td.TdClassName
{
border-color: #499D96;
}
.TagClassName
{
border-color: #499D96;
}
</style>