Shades of Blue Gem #492495
Tints of Blue Gem #492495
RGB
CMYK
RGB Variations
Color information
#492495 (or 0x492495) is known color: Blue Gem. HEX triplet: 49, 24 and 95. RGB value is (73,36,149). Sum of RGB (Red+Green+Blue) = 73+36+149=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #492495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492495 is #B6DB6A. Grayscale: #3B3B3B. Windows color (decimal): -11983723 or 9774153. OLE color: 9774153.
HSL color Cylindrical-coordinate representation of color #492495: hue angle of 259.65º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492495 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 36 | 149 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.42 |
| HSL | 259.65º | 0.61% | 0.36% | - |
| HSV(B) | 259.65º | 0.76% | 0.58% | - |
| XYZ | 8.8 | 4.85 | 28.91 | - |
| YUV | 59.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 149 | 0.51 | 0.76 | 0 | 0.42 | 259.65 | 0.61 | 0.36 |
| Hex | 49 | 24 | 95 | 33 | 4C | 0 | 2A | 104 | 3D | 24 |
| Octal | 111 | 44 | 225 | 63 | 114 | 0 | 52 | 404 | 75 | 44 |
| Binary | 1001001 | 100100 | 10010101 | 110011 | 1001100 | 0 | 101010 | 100000100 | 111101 | 100100 |
Color Harmonies of #492495
Complementary color
Monochromatic Colors of #492495
Black with #492495
Text Example
Text Example
White with #492495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492495; }
p { color: rgb(73,36,149); }
H1.HeaderClassName
{
color: #492495;
}
.AnyTagClassName
{
color: #492495;
}
</style>
background-color css
<style>
a { background-color: #492495; }
a { background-color: rgb(73,36,149); }
div.DivClassName
{
background-color: #492495;
}
.BgClassName
{
background-color: #492495;
}
</style>
border-color css
<style>
span { border-color: #492495; }
span { border-color: rgb(73,36,149); }
td.TdClassName
{
border-color: #492495;
}
.TagClassName
{
border-color: #492495;
}
</style>