Shades of Blue Chill #499894
Tints of Blue Chill #499894
RGB
CMYK
RGB Variations
Color information
#499894 (or 0x499894) is known color: Blue Chill. HEX triplet: 49, 98 and 94. RGB value is (73,152,148). Sum of RGB (Red+Green+Blue) = 73+152+148=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #499894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499894 is #B6676B. Grayscale: #7F7F7F. Windows color (decimal): -11954028 or 9738313. OLE color: 9738313.
HSL color Cylindrical-coordinate representation of color #499894: hue angle of 176.96º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499894 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 148 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.40 |
| HSL | 176.96º | 0.35% | 0.44% | - |
| HSV(B) | 176.96º | 0.52% | 0.6% | - |
| XYZ | 19.32 | 26.01 | 32.02 | - |
| YUV | 127.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 148 | 0.52 | 0 | 0.03 | 0.40 | 176.96 | 0.35 | 0.44 |
| Hex | 49 | 98 | 94 | 34 | 0 | 3 | 28 | B1 | 23 | 2C |
| Octal | 111 | 230 | 224 | 64 | 0 | 3 | 50 | 261 | 43 | 54 |
| Binary | 1001001 | 10011000 | 10010100 | 110100 | 0 | 11 | 101000 | 10110001 | 100011 | 101100 |
Color Harmonies of #499894
Complementary color
Monochromatic Colors of #499894
Black with #499894
Text Example
Text Example
White with #499894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499894; }
p { color: rgb(73,152,148); }
H1.HeaderClassName
{
color: #499894;
}
.AnyTagClassName
{
color: #499894;
}
</style>
background-color css
<style>
a { background-color: #499894; }
a { background-color: rgb(73,152,148); }
div.DivClassName
{
background-color: #499894;
}
.BgClassName
{
background-color: #499894;
}
</style>
border-color css
<style>
span { border-color: #499894; }
span { border-color: rgb(73,152,148); }
td.TdClassName
{
border-color: #499894;
}
.TagClassName
{
border-color: #499894;
}
</style>