Shades of Blue Gem #492599
Tints of Blue Gem #492599
RGB
CMYK
RGB Variations
Color information
#492599 (or 0x492599) is known color: Blue Gem. HEX triplet: 49, 25 and 99. RGB value is (73,37,153). Sum of RGB (Red+Green+Blue) = 73+37+153=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #492599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492599 is #B6DA66. Grayscale: #3C3C3C. Windows color (decimal): -11983463 or 10036553. OLE color: 10036553.
HSL color Cylindrical-coordinate representation of color #492599: hue angle of 258.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492599 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 37 | 153 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.4 |
| HSL | 258.62º | 0.61% | 0.37% | - |
| HSV(B) | 258.62º | 0.76% | 0.6% | - |
| XYZ | 9.16 | 5.04 | 30.63 | - |
| YUV | 60.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 153 | 0.52 | 0.76 | 0 | 0.4 | 258.62 | 0.61 | 0.37 |
| Hex | 49 | 25 | 99 | 34 | 4C | 0 | 28 | 103 | 3D | 25 |
| Octal | 111 | 45 | 231 | 64 | 114 | 0 | 50 | 403 | 75 | 45 |
| Binary | 1001001 | 100101 | 10011001 | 110100 | 1001100 | 0 | 101000 | 100000011 | 111101 | 100101 |
Color Harmonies of #492599
Complementary color
Monochromatic Colors of #492599
Black with #492599
Text Example
Text Example
White with #492599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492599; }
p { color: rgb(73,37,153); }
H1.HeaderClassName
{
color: #492599;
}
.AnyTagClassName
{
color: #492599;
}
</style>
background-color css
<style>
a { background-color: #492599; }
a { background-color: rgb(73,37,153); }
div.DivClassName
{
background-color: #492599;
}
.BgClassName
{
background-color: #492599;
}
</style>
border-color css
<style>
span { border-color: #492599; }
span { border-color: rgb(73,37,153); }
td.TdClassName
{
border-color: #492599;
}
.TagClassName
{
border-color: #492599;
}
</style>