Shades of Blue Chill #499595
Tints of Blue Chill #499595
RGB
CMYK
RGB Variations
Color information
#499595 (or 0x499595) is known color: Blue Chill. HEX triplet: 49, 95 and 95. RGB value is (73,149,149). Sum of RGB (Red+Green+Blue) = 73+149+149=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #499595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499595 is #B66A6A. Grayscale: #7E7E7E. Windows color (decimal): -11954795 or 9803081. OLE color: 9803081.
HSL color Cylindrical-coordinate representation of color #499595: hue angle of 180º 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 #499595 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 149 | - |
| CMYK | 0.51 | 0 | 0 | 0.42 |
| HSL | 180º | 0.34% | 0.44% | - |
| HSV(B) | 180º | 0.51% | 0.58% | - |
| XYZ | 18.92 | 25.08 | 32.28 | - |
| YUV | 126.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 149 | 0.51 | 0 | 0 | 0.42 | 180 | 0.34 | 0.44 |
| Hex | 49 | 95 | 95 | 33 | 0 | 0 | 2A | B4 | 22 | 2C |
| Octal | 111 | 225 | 225 | 63 | 0 | 0 | 52 | 264 | 42 | 54 |
| Binary | 1001001 | 10010101 | 10010101 | 110011 | 0 | 0 | 101010 | 10110100 | 100010 | 101100 |
Color Harmonies of #499595
Complementary color
Monochromatic Colors of #499595
Black with #499595
Text Example
Text Example
White with #499595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499595; }
p { color: rgb(73,149,149); }
H1.HeaderClassName
{
color: #499595;
}
.AnyTagClassName
{
color: #499595;
}
</style>
background-color css
<style>
a { background-color: #499595; }
a { background-color: rgb(73,149,149); }
div.DivClassName
{
background-color: #499595;
}
.BgClassName
{
background-color: #499595;
}
</style>
border-color css
<style>
span { border-color: #499595; }
span { border-color: rgb(73,149,149); }
td.TdClassName
{
border-color: #499595;
}
.TagClassName
{
border-color: #499595;
}
</style>