Shades of Blue Gem #492791
Tints of Blue Gem #492791
RGB
CMYK
RGB Variations
Color information
#492791 (or 0x492791) is known color: Blue Gem. HEX triplet: 49, 27 and 91. RGB value is (73,39,145). Sum of RGB (Red+Green+Blue) = 73+39+145=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #492791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492791 is #B6D86E. Grayscale: #3C3C3C. Windows color (decimal): -11982959 or 9512777. OLE color: 9512777.
HSL color Cylindrical-coordinate representation of color #492791: hue angle of 259.25º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492791 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 39 | 145 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.43 |
| HSL | 259.25º | 0.58% | 0.36% | - |
| HSV(B) | 259.25º | 0.73% | 0.57% | - |
| XYZ | 8.58 | 4.91 | 27.28 | - |
| YUV | 61.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 145 | 0.50 | 0.73 | 0 | 0.43 | 259.25 | 0.58 | 0.36 |
| Hex | 49 | 27 | 91 | 32 | 49 | 0 | 2B | 103 | 3A | 24 |
| Octal | 111 | 47 | 221 | 62 | 111 | 0 | 53 | 403 | 72 | 44 |
| Binary | 1001001 | 100111 | 10010001 | 110010 | 1001001 | 0 | 101011 | 100000011 | 111010 | 100100 |
Color Harmonies of #492791
Complementary color
Monochromatic Colors of #492791
Black with #492791
Text Example
Text Example
White with #492791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492791; }
p { color: rgb(73,39,145); }
H1.HeaderClassName
{
color: #492791;
}
.AnyTagClassName
{
color: #492791;
}
</style>
background-color css
<style>
a { background-color: #492791; }
a { background-color: rgb(73,39,145); }
div.DivClassName
{
background-color: #492791;
}
.BgClassName
{
background-color: #492791;
}
</style>
border-color css
<style>
span { border-color: #492791; }
span { border-color: rgb(73,39,145); }
td.TdClassName
{
border-color: #492791;
}
.TagClassName
{
border-color: #492791;
}
</style>