Shades of Blue Gem #492891
Tints of Blue Gem #492891
RGB
CMYK
RGB Variations
Color information
#492891 (or 0x492891) is known color: Blue Gem. HEX triplet: 49, 28 and 91. RGB value is (73,40,145). Sum of RGB (Red+Green+Blue) = 73+40+145=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #492891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492891 is #B6D76E. Grayscale: #3D3D3D. Windows color (decimal): -11982703 or 9513033. OLE color: 9513033.
HSL color Cylindrical-coordinate representation of color #492891: hue angle of 258.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492891 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 40 | 145 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.43 |
| HSL | 258.86º | 0.57% | 0.36% | - |
| HSV(B) | 258.86º | 0.72% | 0.57% | - |
| XYZ | 8.62 | 4.98 | 27.29 | - |
| YUV | 61.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 145 | 0.50 | 0.72 | 0 | 0.43 | 258.86 | 0.57 | 0.36 |
| Hex | 49 | 28 | 91 | 32 | 48 | 0 | 2B | 103 | 39 | 24 |
| Octal | 111 | 50 | 221 | 62 | 110 | 0 | 53 | 403 | 71 | 44 |
| Binary | 1001001 | 101000 | 10010001 | 110010 | 1001000 | 0 | 101011 | 100000011 | 111001 | 100100 |
Color Harmonies of #492891
Complementary color
Monochromatic Colors of #492891
Black with #492891
Text Example
Text Example
White with #492891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492891; }
p { color: rgb(73,40,145); }
H1.HeaderClassName
{
color: #492891;
}
.AnyTagClassName
{
color: #492891;
}
</style>
background-color css
<style>
a { background-color: #492891; }
a { background-color: rgb(73,40,145); }
div.DivClassName
{
background-color: #492891;
}
.BgClassName
{
background-color: #492891;
}
</style>
border-color css
<style>
span { border-color: #492891; }
span { border-color: rgb(73,40,145); }
td.TdClassName
{
border-color: #492891;
}
.TagClassName
{
border-color: #492891;
}
</style>