Shades of Blue Gem #492C90
Tints of Blue Gem #492C90
RGB
CMYK
RGB Variations
Color information
#492C90 (or 0x492C90) is known color: Blue Gem. HEX triplet: 49, 2C and 90. RGB value is (73,44,144). Sum of RGB (Red+Green+Blue) = 73+44+144=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #492C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C90 is #B6D36F. Grayscale: #3F3F3F. Windows color (decimal): -11981680 or 9448521. OLE color: 9448521.
HSL color Cylindrical-coordinate representation of color #492C90: hue angle of 257.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492C90 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 44 | 144 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.44 |
| HSL | 257.4º | 0.53% | 0.37% | - |
| HSV(B) | 257.4º | 0.69% | 0.56% | - |
| XYZ | 8.68 | 5.23 | 26.94 | - |
| YUV | 64.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 144 | 0.49 | 0.69 | 0 | 0.44 | 257.4 | 0.53 | 0.37 |
| Hex | 49 | 2C | 90 | 31 | 45 | 0 | 2C | 101 | 35 | 25 |
| Octal | 111 | 54 | 220 | 61 | 105 | 0 | 54 | 401 | 65 | 45 |
| Binary | 1001001 | 101100 | 10010000 | 110001 | 1000101 | 0 | 101100 | 100000001 | 110101 | 100101 |
Color Harmonies of #492C90
Complementary color
Monochromatic Colors of #492C90
Black with #492C90
Text Example
Text Example
White with #492C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C90; }
p { color: rgb(73,44,144); }
H1.HeaderClassName
{
color: #492C90;
}
.AnyTagClassName
{
color: #492C90;
}
</style>
background-color css
<style>
a { background-color: #492C90; }
a { background-color: rgb(73,44,144); }
div.DivClassName
{
background-color: #492C90;
}
.BgClassName
{
background-color: #492C90;
}
</style>
border-color css
<style>
span { border-color: #492C90; }
span { border-color: rgb(73,44,144); }
td.TdClassName
{
border-color: #492C90;
}
.TagClassName
{
border-color: #492C90;
}
</style>