Shades of Blue Chill #499997
Tints of Blue Chill #499997
RGB
CMYK
RGB Variations
Color information
#499997 (or 0x499997) is known color: Blue Chill. HEX triplet: 49, 99 and 97. RGB value is (73,153,151). Sum of RGB (Red+Green+Blue) = 73+153+151=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #499997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499997 is #B66668. Grayscale: #808080. Windows color (decimal): -11953769 or 9935177. OLE color: 9935177.
HSL color Cylindrical-coordinate representation of color #499997: hue angle of 178.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499997 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 151 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.4 |
| HSL | 178.5º | 0.35% | 0.44% | - |
| HSV(B) | 178.5º | 0.52% | 0.6% | - |
| XYZ | 19.72 | 26.43 | 33.34 | - |
| YUV | 128.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 151 | 0.52 | 0 | 0.01 | 0.4 | 178.5 | 0.35 | 0.44 |
| Hex | 49 | 99 | 97 | 34 | 0 | 1 | 28 | B2 | 23 | 2C |
| Octal | 111 | 231 | 227 | 64 | 0 | 1 | 50 | 262 | 43 | 54 |
| Binary | 1001001 | 10011001 | 10010111 | 110100 | 0 | 1 | 101000 | 10110010 | 100011 | 101100 |
Color Harmonies of #499997
Complementary color
Monochromatic Colors of #499997
Black with #499997
Text Example
Text Example
White with #499997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499997; }
p { color: rgb(73,153,151); }
H1.HeaderClassName
{
color: #499997;
}
.AnyTagClassName
{
color: #499997;
}
</style>
background-color css
<style>
a { background-color: #499997; }
a { background-color: rgb(73,153,151); }
div.DivClassName
{
background-color: #499997;
}
.BgClassName
{
background-color: #499997;
}
</style>
border-color css
<style>
span { border-color: #499997; }
span { border-color: rgb(73,153,151); }
td.TdClassName
{
border-color: #499997;
}
.TagClassName
{
border-color: #499997;
}
</style>