Shades of Blue Gem #492A90
Tints of Blue Gem #492A90
RGB
CMYK
RGB Variations
Color information
#492A90 (or 0x492A90) is known color: Blue Gem. HEX triplet: 49, 2A and 90. RGB value is (73,42,144). Sum of RGB (Red+Green+Blue) = 73+42+144=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #492A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492A90 is #B6D56F. Grayscale: #3E3E3E. Windows color (decimal): -11982192 or 9448009. OLE color: 9448009.
HSL color Cylindrical-coordinate representation of color #492A90: hue angle of 258.24º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492A90 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 42 | 144 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.44 |
| HSL | 258.24º | 0.55% | 0.36% | - |
| HSV(B) | 258.24º | 0.71% | 0.56% | - |
| XYZ | 8.61 | 5.09 | 26.91 | - |
| YUV | 62.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 144 | 0.49 | 0.71 | 0 | 0.44 | 258.24 | 0.55 | 0.36 |
| Hex | 49 | 2A | 90 | 31 | 47 | 0 | 2C | 102 | 37 | 24 |
| Octal | 111 | 52 | 220 | 61 | 107 | 0 | 54 | 402 | 67 | 44 |
| Binary | 1001001 | 101010 | 10010000 | 110001 | 1000111 | 0 | 101100 | 100000010 | 110111 | 100100 |
Color Harmonies of #492A90
Complementary color
Monochromatic Colors of #492A90
Black with #492A90
Text Example
Text Example
White with #492A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A90; }
p { color: rgb(73,42,144); }
H1.HeaderClassName
{
color: #492A90;
}
.AnyTagClassName
{
color: #492A90;
}
</style>
background-color css
<style>
a { background-color: #492A90; }
a { background-color: rgb(73,42,144); }
div.DivClassName
{
background-color: #492A90;
}
.BgClassName
{
background-color: #492A90;
}
</style>
border-color css
<style>
span { border-color: #492A90; }
span { border-color: rgb(73,42,144); }
td.TdClassName
{
border-color: #492A90;
}
.TagClassName
{
border-color: #492A90;
}
</style>