Shades of Blue Gem #492D91
Tints of Blue Gem #492D91
RGB
CMYK
RGB Variations
Color information
#492D91 (or 0x492D91) is known color: Blue Gem. HEX triplet: 49, 2D and 91. RGB value is (73,45,145). Sum of RGB (Red+Green+Blue) = 73+45+145=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #492D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492D91 is #B6D26E. Grayscale: #404040. Windows color (decimal): -11981423 or 9514313. OLE color: 9514313.
HSL color Cylindrical-coordinate representation of color #492D91: hue angle of 256.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492D91 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 45 | 145 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.43 |
| HSL | 256.8º | 0.53% | 0.37% | - |
| HSV(B) | 256.8º | 0.69% | 0.57% | - |
| XYZ | 8.8 | 5.34 | 27.35 | - |
| YUV | 64.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 145 | 0.50 | 0.69 | 0 | 0.43 | 256.8 | 0.53 | 0.37 |
| Hex | 49 | 2D | 91 | 32 | 45 | 0 | 2B | 101 | 35 | 25 |
| Octal | 111 | 55 | 221 | 62 | 105 | 0 | 53 | 401 | 65 | 45 |
| Binary | 1001001 | 101101 | 10010001 | 110010 | 1000101 | 0 | 101011 | 100000001 | 110101 | 100101 |
Color Harmonies of #492D91
Complementary color
Monochromatic Colors of #492D91
Black with #492D91
Text Example
Text Example
White with #492D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D91; }
p { color: rgb(73,45,145); }
H1.HeaderClassName
{
color: #492D91;
}
.AnyTagClassName
{
color: #492D91;
}
</style>
background-color css
<style>
a { background-color: #492D91; }
a { background-color: rgb(73,45,145); }
div.DivClassName
{
background-color: #492D91;
}
.BgClassName
{
background-color: #492D91;
}
</style>
border-color css
<style>
span { border-color: #492D91; }
span { border-color: rgb(73,45,145); }
td.TdClassName
{
border-color: #492D91;
}
.TagClassName
{
border-color: #492D91;
}
</style>