Shades of Blue Chill #499193
Tints of Blue Chill #499193
RGB
CMYK
RGB Variations
Color information
#499193 (or 0x499193) is known color: Blue Chill. HEX triplet: 49, 91 and 93. RGB value is (73,145,147). Sum of RGB (Red+Green+Blue) = 73+145+147=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #499193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499193 is #B66E6C. Grayscale: #7B7B7B. Windows color (decimal): -11955821 or 9670985. OLE color: 9670985.
HSL color Cylindrical-coordinate representation of color #499193: hue angle of 181.62º 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 #499193 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 145 | 147 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.42 |
| HSL | 181.62º | 0.34% | 0.43% | - |
| HSV(B) | 181.62º | 0.5% | 0.58% | - |
| XYZ | 18.14 | 23.77 | 31.24 | - |
| YUV | 123.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 147 | 0.50 | 0.01 | 0 | 0.42 | 181.62 | 0.34 | 0.43 |
| Hex | 49 | 91 | 93 | 32 | 1 | 0 | 2A | B6 | 22 | 2B |
| Octal | 111 | 221 | 223 | 62 | 1 | 0 | 52 | 266 | 42 | 53 |
| Binary | 1001001 | 10010001 | 10010011 | 110010 | 1 | 0 | 101010 | 10110110 | 100010 | 101011 |
Color Harmonies of #499193
Complementary color
Monochromatic Colors of #499193
Black with #499193
Text Example
Text Example
White with #499193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499193; }
p { color: rgb(73,145,147); }
H1.HeaderClassName
{
color: #499193;
}
.AnyTagClassName
{
color: #499193;
}
</style>
background-color css
<style>
a { background-color: #499193; }
a { background-color: rgb(73,145,147); }
div.DivClassName
{
background-color: #499193;
}
.BgClassName
{
background-color: #499193;
}
</style>
border-color css
<style>
span { border-color: #499193; }
span { border-color: rgb(73,145,147); }
td.TdClassName
{
border-color: #499193;
}
.TagClassName
{
border-color: #499193;
}
</style>