Shades of Blue Chill #499095
Tints of Blue Chill #499095
RGB
CMYK
RGB Variations
Color information
#499095 (or 0x499095) is known color: Blue Chill. HEX triplet: 49, 90 and 95. RGB value is (73,144,149). Sum of RGB (Red+Green+Blue) = 73+144+149=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #499095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499095 is #B66F6A. Grayscale: #7B7B7B. Windows color (decimal): -11956075 or 9801801. OLE color: 9801801.
HSL color Cylindrical-coordinate representation of color #499095: hue angle of 183.95º 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 #499095 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 144 | 149 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.42 |
| HSL | 183.95º | 0.34% | 0.44% | - |
| HSV(B) | 183.95º | 0.51% | 0.58% | - |
| XYZ | 18.15 | 23.53 | 32.02 | - |
| YUV | 123.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 149 | 0.51 | 0.03 | 0 | 0.42 | 183.95 | 0.34 | 0.44 |
| Hex | 49 | 90 | 95 | 33 | 3 | 0 | 2A | B8 | 22 | 2C |
| Octal | 111 | 220 | 225 | 63 | 3 | 0 | 52 | 270 | 42 | 54 |
| Binary | 1001001 | 10010000 | 10010101 | 110011 | 11 | 0 | 101010 | 10111000 | 100010 | 101100 |
Color Harmonies of #499095
Complementary color
Monochromatic Colors of #499095
Black with #499095
Text Example
Text Example
White with #499095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499095; }
p { color: rgb(73,144,149); }
H1.HeaderClassName
{
color: #499095;
}
.AnyTagClassName
{
color: #499095;
}
</style>
background-color css
<style>
a { background-color: #499095; }
a { background-color: rgb(73,144,149); }
div.DivClassName
{
background-color: #499095;
}
.BgClassName
{
background-color: #499095;
}
</style>
border-color css
<style>
span { border-color: #499095; }
span { border-color: rgb(73,144,149); }
td.TdClassName
{
border-color: #499095;
}
.TagClassName
{
border-color: #499095;
}
</style>