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