Shades of Blue Gem #492990
Tints of Blue Gem #492990
RGB
CMYK
RGB Variations
Color information
#492990 (or 0x492990) is known color: Blue Gem. HEX triplet: 49, 29 and 90. RGB value is (73,41,144). Sum of RGB (Red+Green+Blue) = 73+41+144=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #492990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492990 is #B6D66F. Grayscale: #3D3D3D. Windows color (decimal): -11982448 or 9447753. OLE color: 9447753.
HSL color Cylindrical-coordinate representation of color #492990: hue angle of 258.64º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492990 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 41 | 144 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.44 |
| HSL | 258.64º | 0.56% | 0.36% | - |
| HSV(B) | 258.64º | 0.72% | 0.56% | - |
| XYZ | 8.57 | 5.02 | 26.9 | - |
| YUV | 62.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 144 | 0.49 | 0.72 | 0 | 0.44 | 258.64 | 0.56 | 0.36 |
| Hex | 49 | 29 | 90 | 31 | 48 | 0 | 2C | 103 | 38 | 24 |
| Octal | 111 | 51 | 220 | 61 | 110 | 0 | 54 | 403 | 70 | 44 |
| Binary | 1001001 | 101001 | 10010000 | 110001 | 1001000 | 0 | 101100 | 100000011 | 111000 | 100100 |
Color Harmonies of #492990
Complementary color
Monochromatic Colors of #492990
Black with #492990
Text Example
Text Example
White with #492990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492990; }
p { color: rgb(73,41,144); }
H1.HeaderClassName
{
color: #492990;
}
.AnyTagClassName
{
color: #492990;
}
</style>
background-color css
<style>
a { background-color: #492990; }
a { background-color: rgb(73,41,144); }
div.DivClassName
{
background-color: #492990;
}
.BgClassName
{
background-color: #492990;
}
</style>
border-color css
<style>
span { border-color: #492990; }
span { border-color: rgb(73,41,144); }
td.TdClassName
{
border-color: #492990;
}
.TagClassName
{
border-color: #492990;
}
</style>