Shades of Blue Gem #492299
Tints of Blue Gem #492299
RGB
CMYK
RGB Variations
Color information
#492299 (or 0x492299) is known color: Blue Gem. HEX triplet: 49, 22 and 99. RGB value is (73,34,153). Sum of RGB (Red+Green+Blue) = 73+34+153=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #492299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492299 is #B6DD66. Grayscale: #3A3A3A. Windows color (decimal): -11984231 or 10035785. OLE color: 10035785.
HSL color Cylindrical-coordinate representation of color #492299: hue angle of 259.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492299 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 34 | 153 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.4 |
| HSL | 259.66º | 0.64% | 0.37% | - |
| HSV(B) | 259.66º | 0.78% | 0.6% | - |
| XYZ | 9.07 | 4.86 | 30.6 | - |
| YUV | 59.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 153 | 0.52 | 0.78 | 0 | 0.4 | 259.66 | 0.64 | 0.37 |
| Hex | 49 | 22 | 99 | 34 | 4E | 0 | 28 | 104 | 40 | 25 |
| Octal | 111 | 42 | 231 | 64 | 116 | 0 | 50 | 404 | 100 | 45 |
| Binary | 1001001 | 100010 | 10011001 | 110100 | 1001110 | 0 | 101000 | 100000100 | 1000000 | 100101 |
Color Harmonies of #492299
Complementary color
Monochromatic Colors of #492299
Black with #492299
Text Example
Text Example
White with #492299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492299; }
p { color: rgb(73,34,153); }
H1.HeaderClassName
{
color: #492299;
}
.AnyTagClassName
{
color: #492299;
}
</style>
background-color css
<style>
a { background-color: #492299; }
a { background-color: rgb(73,34,153); }
div.DivClassName
{
background-color: #492299;
}
.BgClassName
{
background-color: #492299;
}
</style>
border-color css
<style>
span { border-color: #492299; }
span { border-color: rgb(73,34,153); }
td.TdClassName
{
border-color: #492299;
}
.TagClassName
{
border-color: #492299;
}
</style>