Shades of Blue Chill #499392
Tints of Blue Chill #499392
RGB
CMYK
RGB Variations
Color information
#499392 (or 0x499392) is known color: Blue Chill. HEX triplet: 49, 93 and 92. RGB value is (73,147,146). Sum of RGB (Red+Green+Blue) = 73+147+146=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #499392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499392 is #B66C6D. Grayscale: #7C7C7C. Windows color (decimal): -11955310 or 9605961. OLE color: 9605961.
HSL color Cylindrical-coordinate representation of color #499392: hue angle of 179.19º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499392 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 146 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.42 |
| HSL | 179.19º | 0.34% | 0.43% | - |
| HSV(B) | 179.19º | 0.5% | 0.58% | - |
| XYZ | 18.37 | 24.36 | 30.93 | - |
| YUV | 124.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 146 | 0.50 | 0 | 0.01 | 0.42 | 179.19 | 0.34 | 0.43 |
| Hex | 49 | 93 | 92 | 32 | 0 | 1 | 2A | B3 | 22 | 2B |
| Octal | 111 | 223 | 222 | 62 | 0 | 1 | 52 | 263 | 42 | 53 |
| Binary | 1001001 | 10010011 | 10010010 | 110010 | 0 | 1 | 101010 | 10110011 | 100010 | 101011 |
Color Harmonies of #499392
Complementary color
Monochromatic Colors of #499392
Black with #499392
Text Example
Text Example
White with #499392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499392; }
p { color: rgb(73,147,146); }
H1.HeaderClassName
{
color: #499392;
}
.AnyTagClassName
{
color: #499392;
}
</style>
background-color css
<style>
a { background-color: #499392; }
a { background-color: rgb(73,147,146); }
div.DivClassName
{
background-color: #499392;
}
.BgClassName
{
background-color: #499392;
}
</style>
border-color css
<style>
span { border-color: #499392; }
span { border-color: rgb(73,147,146); }
td.TdClassName
{
border-color: #499392;
}
.TagClassName
{
border-color: #499392;
}
</style>