Shades of Blue Chill #499994
Tints of Blue Chill #499994
RGB
CMYK
RGB Variations
Color information
#499994 (or 0x499994) is known color: Blue Chill. HEX triplet: 49, 99 and 94. RGB value is (73,153,148). Sum of RGB (Red+Green+Blue) = 73+153+148=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #499994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499994 is #B6666B. Grayscale: #808080. Windows color (decimal): -11953772 or 9738569. OLE color: 9738569.
HSL color Cylindrical-coordinate representation of color #499994: hue angle of 176.25º 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 #499994 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 148 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.4 |
| HSL | 176.25º | 0.35% | 0.44% | - |
| HSV(B) | 176.25º | 0.52% | 0.6% | - |
| XYZ | 19.48 | 26.34 | 32.07 | - |
| YUV | 128.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 148 | 0.52 | 0 | 0.03 | 0.4 | 176.25 | 0.35 | 0.44 |
| Hex | 49 | 99 | 94 | 34 | 0 | 3 | 28 | B0 | 23 | 2C |
| Octal | 111 | 231 | 224 | 64 | 0 | 3 | 50 | 260 | 43 | 54 |
| Binary | 1001001 | 10011001 | 10010100 | 110100 | 0 | 11 | 101000 | 10110000 | 100011 | 101100 |
Color Harmonies of #499994
Complementary color
Monochromatic Colors of #499994
Black with #499994
Text Example
Text Example
White with #499994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499994; }
p { color: rgb(73,153,148); }
H1.HeaderClassName
{
color: #499994;
}
.AnyTagClassName
{
color: #499994;
}
</style>
background-color css
<style>
a { background-color: #499994; }
a { background-color: rgb(73,153,148); }
div.DivClassName
{
background-color: #499994;
}
.BgClassName
{
background-color: #499994;
}
</style>
border-color css
<style>
span { border-color: #499994; }
span { border-color: rgb(73,153,148); }
td.TdClassName
{
border-color: #499994;
}
.TagClassName
{
border-color: #499994;
}
</style>