Shades of Blue Chill #499993
Tints of Blue Chill #499993
RGB
CMYK
RGB Variations
Color information
#499993 (or 0x499993) is known color: Blue Chill. HEX triplet: 49, 99 and 93. RGB value is (73,153,147). Sum of RGB (Red+Green+Blue) = 73+153+147=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #499993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499993 is #B6666C. Grayscale: #808080. Windows color (decimal): -11953773 or 9673033. OLE color: 9673033.
HSL color Cylindrical-coordinate representation of color #499993: hue angle of 175.5º 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 #499993 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 147 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.4 |
| HSL | 175.5º | 0.35% | 0.44% | - |
| HSV(B) | 175.5º | 0.52% | 0.6% | - |
| XYZ | 19.41 | 26.31 | 31.66 | - |
| YUV | 128.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 147 | 0.52 | 0 | 0.04 | 0.4 | 175.5 | 0.35 | 0.44 |
| Hex | 49 | 99 | 93 | 34 | 0 | 4 | 28 | B0 | 23 | 2C |
| Octal | 111 | 231 | 223 | 64 | 0 | 4 | 50 | 260 | 43 | 54 |
| Binary | 1001001 | 10011001 | 10010011 | 110100 | 0 | 100 | 101000 | 10110000 | 100011 | 101100 |
Color Harmonies of #499993
Complementary color
Monochromatic Colors of #499993
Black with #499993
Text Example
Text Example
White with #499993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499993; }
p { color: rgb(73,153,147); }
H1.HeaderClassName
{
color: #499993;
}
.AnyTagClassName
{
color: #499993;
}
</style>
background-color css
<style>
a { background-color: #499993; }
a { background-color: rgb(73,153,147); }
div.DivClassName
{
background-color: #499993;
}
.BgClassName
{
background-color: #499993;
}
</style>
border-color css
<style>
span { border-color: #499993; }
span { border-color: rgb(73,153,147); }
td.TdClassName
{
border-color: #499993;
}
.TagClassName
{
border-color: #499993;
}
</style>