Shades of Blue Chill #499896
Tints of Blue Chill #499896
RGB
CMYK
RGB Variations
Color information
#499896 (or 0x499896) is known color: Blue Chill. HEX triplet: 49, 98 and 96. RGB value is (73,152,150). Sum of RGB (Red+Green+Blue) = 73+152+150=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #499896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499896 is #B66769. Grayscale: #808080. Windows color (decimal): -11954026 or 9869385. OLE color: 9869385.
HSL color Cylindrical-coordinate representation of color #499896: hue angle of 178.48º 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 #499896 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 150 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.40 |
| HSL | 178.48º | 0.35% | 0.44% | - |
| HSV(B) | 178.48º | 0.52% | 0.6% | - |
| XYZ | 19.48 | 26.07 | 32.86 | - |
| YUV | 128.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 150 | 0.52 | 0 | 0.01 | 0.40 | 178.48 | 0.35 | 0.44 |
| Hex | 49 | 98 | 96 | 34 | 0 | 1 | 28 | B2 | 23 | 2C |
| Octal | 111 | 230 | 226 | 64 | 0 | 1 | 50 | 262 | 43 | 54 |
| Binary | 1001001 | 10011000 | 10010110 | 110100 | 0 | 1 | 101000 | 10110010 | 100011 | 101100 |
Color Harmonies of #499896
Complementary color
Monochromatic Colors of #499896
Black with #499896
Text Example
Text Example
White with #499896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499896; }
p { color: rgb(73,152,150); }
H1.HeaderClassName
{
color: #499896;
}
.AnyTagClassName
{
color: #499896;
}
</style>
background-color css
<style>
a { background-color: #499896; }
a { background-color: rgb(73,152,150); }
div.DivClassName
{
background-color: #499896;
}
.BgClassName
{
background-color: #499896;
}
</style>
border-color css
<style>
span { border-color: #499896; }
span { border-color: rgb(73,152,150); }
td.TdClassName
{
border-color: #499896;
}
.TagClassName
{
border-color: #499896;
}
</style>