Shades of Blue Chill #499495
Tints of Blue Chill #499495
RGB
CMYK
RGB Variations
Color information
#499495 (or 0x499495) is known color: Blue Chill. HEX triplet: 49, 94 and 95. RGB value is (73,148,149). Sum of RGB (Red+Green+Blue) = 73+148+149=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #499495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499495 is #B66B6A. Grayscale: #7D7D7D. Windows color (decimal): -11955051 or 9802825. OLE color: 9802825.
HSL color Cylindrical-coordinate representation of color #499495: hue angle of 180.79º 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 #499495 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 149 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.42 |
| HSL | 180.79º | 0.34% | 0.44% | - |
| HSV(B) | 180.79º | 0.51% | 0.58% | - |
| XYZ | 18.76 | 24.77 | 32.23 | - |
| YUV | 125.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 149 | 0.51 | 0.01 | 0 | 0.42 | 180.79 | 0.34 | 0.44 |
| Hex | 49 | 94 | 95 | 33 | 1 | 0 | 2A | B5 | 22 | 2C |
| Octal | 111 | 224 | 225 | 63 | 1 | 0 | 52 | 265 | 42 | 54 |
| Binary | 1001001 | 10010100 | 10010101 | 110011 | 1 | 0 | 101010 | 10110101 | 100010 | 101100 |
Color Harmonies of #499495
Complementary color
Monochromatic Colors of #499495
Black with #499495
Text Example
Text Example
White with #499495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499495; }
p { color: rgb(73,148,149); }
H1.HeaderClassName
{
color: #499495;
}
.AnyTagClassName
{
color: #499495;
}
</style>
background-color css
<style>
a { background-color: #499495; }
a { background-color: rgb(73,148,149); }
div.DivClassName
{
background-color: #499495;
}
.BgClassName
{
background-color: #499495;
}
</style>
border-color css
<style>
span { border-color: #499495; }
span { border-color: rgb(73,148,149); }
td.TdClassName
{
border-color: #499495;
}
.TagClassName
{
border-color: #499495;
}
</style>