Shades of Blue Chill #499592
Tints of Blue Chill #499592
RGB
CMYK
RGB Variations
Color information
#499592 (or 0x499592) is known color: Blue Chill. HEX triplet: 49, 95 and 92. RGB value is (73,149,146). Sum of RGB (Red+Green+Blue) = 73+149+146=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #499592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499592 is #B66A6D. Grayscale: #7D7D7D. Windows color (decimal): -11954798 or 9606473. OLE color: 9606473.
HSL color Cylindrical-coordinate representation of color #499592: hue angle of 177.63º 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 #499592 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 146 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.42 |
| HSL | 177.63º | 0.34% | 0.44% | - |
| HSV(B) | 177.63º | 0.51% | 0.58% | - |
| XYZ | 18.68 | 24.99 | 31.03 | - |
| YUV | 125.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 146 | 0.51 | 0 | 0.02 | 0.42 | 177.63 | 0.34 | 0.44 |
| Hex | 49 | 95 | 92 | 33 | 0 | 2 | 2A | B2 | 22 | 2C |
| Octal | 111 | 225 | 222 | 63 | 0 | 2 | 52 | 262 | 42 | 54 |
| Binary | 1001001 | 10010101 | 10010010 | 110011 | 0 | 10 | 101010 | 10110010 | 100010 | 101100 |
Color Harmonies of #499592
Complementary color
Monochromatic Colors of #499592
Black with #499592
Text Example
Text Example
White with #499592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499592; }
p { color: rgb(73,149,146); }
H1.HeaderClassName
{
color: #499592;
}
.AnyTagClassName
{
color: #499592;
}
</style>
background-color css
<style>
a { background-color: #499592; }
a { background-color: rgb(73,149,146); }
div.DivClassName
{
background-color: #499592;
}
.BgClassName
{
background-color: #499592;
}
</style>
border-color css
<style>
span { border-color: #499592; }
span { border-color: rgb(73,149,146); }
td.TdClassName
{
border-color: #499592;
}
.TagClassName
{
border-color: #499592;
}
</style>