Shades of Blue Chill #499995
Tints of Blue Chill #499995
RGB
CMYK
RGB Variations
Color information
#499995 (or 0x499995) is known color: Blue Chill. HEX triplet: 49, 99 and 95. RGB value is (73,153,149). Sum of RGB (Red+Green+Blue) = 73+153+149=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #499995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499995 is #B6666A. Grayscale: #808080. Windows color (decimal): -11953771 or 9804105. OLE color: 9804105.
HSL color Cylindrical-coordinate representation of color #499995: hue angle of 177º 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 #499995 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 149 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.4 |
| HSL | 177º | 0.35% | 0.44% | - |
| HSV(B) | 177º | 0.52% | 0.6% | - |
| XYZ | 19.56 | 26.37 | 32.49 | - |
| YUV | 128.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 149 | 0.52 | 0 | 0.03 | 0.4 | 177 | 0.35 | 0.44 |
| Hex | 49 | 99 | 95 | 34 | 0 | 3 | 28 | B1 | 23 | 2C |
| Octal | 111 | 231 | 225 | 64 | 0 | 3 | 50 | 261 | 43 | 54 |
| Binary | 1001001 | 10011001 | 10010101 | 110100 | 0 | 11 | 101000 | 10110001 | 100011 | 101100 |
Color Harmonies of #499995
Complementary color
Monochromatic Colors of #499995
Black with #499995
Text Example
Text Example
White with #499995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499995; }
p { color: rgb(73,153,149); }
H1.HeaderClassName
{
color: #499995;
}
.AnyTagClassName
{
color: #499995;
}
</style>
background-color css
<style>
a { background-color: #499995; }
a { background-color: rgb(73,153,149); }
div.DivClassName
{
background-color: #499995;
}
.BgClassName
{
background-color: #499995;
}
</style>
border-color css
<style>
span { border-color: #499995; }
span { border-color: rgb(73,153,149); }
td.TdClassName
{
border-color: #499995;
}
.TagClassName
{
border-color: #499995;
}
</style>