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