Shades of Blue Chill #499296
Tints of Blue Chill #499296
RGB
CMYK
RGB Variations
Color information
#499296 (or 0x499296) is known color: Blue Chill. HEX triplet: 49, 92 and 96. RGB value is (73,146,150). Sum of RGB (Red+Green+Blue) = 73+146+150=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #499296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499296 is #B66D69. Grayscale: #7C7C7C. Windows color (decimal): -11955562 or 9867849. OLE color: 9867849.
HSL color Cylindrical-coordinate representation of color #499296: hue angle of 183.12º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499296 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 146 | 150 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.41 |
| HSL | 183.12º | 0.35% | 0.44% | - |
| HSV(B) | 183.12º | 0.51% | 0.59% | - |
| XYZ | 18.53 | 24.18 | 32.54 | - |
| YUV | 124.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 150 | 0.51 | 0.03 | 0 | 0.41 | 183.12 | 0.35 | 0.44 |
| Hex | 49 | 92 | 96 | 33 | 3 | 0 | 29 | B7 | 23 | 2C |
| Octal | 111 | 222 | 226 | 63 | 3 | 0 | 51 | 267 | 43 | 54 |
| Binary | 1001001 | 10010010 | 10010110 | 110011 | 11 | 0 | 101001 | 10110111 | 100011 | 101100 |
Color Harmonies of #499296
Complementary color
Monochromatic Colors of #499296
Black with #499296
Text Example
Text Example
White with #499296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499296; }
p { color: rgb(73,146,150); }
H1.HeaderClassName
{
color: #499296;
}
.AnyTagClassName
{
color: #499296;
}
</style>
background-color css
<style>
a { background-color: #499296; }
a { background-color: rgb(73,146,150); }
div.DivClassName
{
background-color: #499296;
}
.BgClassName
{
background-color: #499296;
}
</style>
border-color css
<style>
span { border-color: #499296; }
span { border-color: rgb(73,146,150); }
td.TdClassName
{
border-color: #499296;
}
.TagClassName
{
border-color: #499296;
}
</style>