Shades of Blue Chill #499398
Tints of Blue Chill #499398
RGB
CMYK
RGB Variations
Color information
#499398 (or 0x499398) is known color: Blue Chill. HEX triplet: 49, 93 and 98. RGB value is (73,147,152). Sum of RGB (Red+Green+Blue) = 73+147+152=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #499398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499398 is #B66C67. Grayscale: #7D7D7D. Windows color (decimal): -11955304 or 9999177. OLE color: 9999177.
HSL color Cylindrical-coordinate representation of color #499398: hue angle of 183.8º 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 #499398 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 147 | 152 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.40 |
| HSL | 183.8º | 0.35% | 0.44% | - |
| HSV(B) | 183.8º | 0.52% | 0.6% | - |
| XYZ | 18.85 | 24.55 | 33.45 | - |
| YUV | 125.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 152 | 0.52 | 0.03 | 0 | 0.40 | 183.8 | 0.35 | 0.44 |
| Hex | 49 | 93 | 98 | 34 | 3 | 0 | 28 | B8 | 23 | 2C |
| Octal | 111 | 223 | 230 | 64 | 3 | 0 | 50 | 270 | 43 | 54 |
| Binary | 1001001 | 10010011 | 10011000 | 110100 | 11 | 0 | 101000 | 10111000 | 100011 | 101100 |
Color Harmonies of #499398
Complementary color
Monochromatic Colors of #499398
Black with #499398
Text Example
Text Example
White with #499398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499398; }
p { color: rgb(73,147,152); }
H1.HeaderClassName
{
color: #499398;
}
.AnyTagClassName
{
color: #499398;
}
</style>
background-color css
<style>
a { background-color: #499398; }
a { background-color: rgb(73,147,152); }
div.DivClassName
{
background-color: #499398;
}
.BgClassName
{
background-color: #499398;
}
</style>
border-color css
<style>
span { border-color: #499398; }
span { border-color: rgb(73,147,152); }
td.TdClassName
{
border-color: #499398;
}
.TagClassName
{
border-color: #499398;
}
</style>