Shades of Blue Chill #499195
Tints of Blue Chill #499195
RGB
CMYK
RGB Variations
Color information
#499195 (or 0x499195) is known color: Blue Chill. HEX triplet: 49, 91 and 95. RGB value is (73,145,149). Sum of RGB (Red+Green+Blue) = 73+145+149=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #499195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499195 is #B66E6A. Grayscale: #7B7B7B. Windows color (decimal): -11955819 or 9802057. OLE color: 9802057.
HSL color Cylindrical-coordinate representation of color #499195: hue angle of 183.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499195 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 145 | 149 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.42 |
| HSL | 183.16º | 0.34% | 0.44% | - |
| HSV(B) | 183.16º | 0.51% | 0.58% | - |
| XYZ | 18.3 | 23.84 | 32.07 | - |
| YUV | 123.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 149 | 0.51 | 0.03 | 0 | 0.42 | 183.16 | 0.34 | 0.44 |
| Hex | 49 | 91 | 95 | 33 | 3 | 0 | 2A | B7 | 22 | 2C |
| Octal | 111 | 221 | 225 | 63 | 3 | 0 | 52 | 267 | 42 | 54 |
| Binary | 1001001 | 10010001 | 10010101 | 110011 | 11 | 0 | 101010 | 10110111 | 100010 | 101100 |
Color Harmonies of #499195
Complementary color
Monochromatic Colors of #499195
Black with #499195
Text Example
Text Example
White with #499195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499195; }
p { color: rgb(73,145,149); }
H1.HeaderClassName
{
color: #499195;
}
.AnyTagClassName
{
color: #499195;
}
</style>
background-color css
<style>
a { background-color: #499195; }
a { background-color: rgb(73,145,149); }
div.DivClassName
{
background-color: #499195;
}
.BgClassName
{
background-color: #499195;
}
</style>
border-color css
<style>
span { border-color: #499195; }
span { border-color: rgb(73,145,149); }
td.TdClassName
{
border-color: #499195;
}
.TagClassName
{
border-color: #499195;
}
</style>