Shades of Blue Gem #492D8A
Tints of Blue Gem #492D8A
RGB
CMYK
RGB Variations
Color information
#492D8A (or 0x492D8A) is known color: Blue Gem. HEX triplet: 49, 2D and 8A. RGB value is (73,45,138). Sum of RGB (Red+Green+Blue) = 73+45+138=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #492D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492D8A is #B6D275. Grayscale: #3F3F3F. Windows color (decimal): -11981430 or 9055561. OLE color: 9055561.
HSL color Cylindrical-coordinate representation of color #492D8A: hue angle of 258.06º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492D8A is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 45 | 138 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.46 |
| HSL | 258.06º | 0.51% | 0.36% | - |
| HSV(B) | 258.06º | 0.67% | 0.54% | - |
| XYZ | 8.27 | 5.13 | 24.6 | - |
| YUV | 63.97 | 169.78 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 138 | 0.47 | 0.67 | 0 | 0.46 | 258.06 | 0.51 | 0.36 |
| Hex | 49 | 2D | 8A | 2F | 43 | 0 | 2E | 102 | 33 | 24 |
| Octal | 111 | 55 | 212 | 57 | 103 | 0 | 56 | 402 | 63 | 44 |
| Binary | 1001001 | 101101 | 10001010 | 101111 | 1000011 | 0 | 101110 | 100000010 | 110011 | 100100 |
Color Harmonies of #492D8A
Complementary color
Monochromatic Colors of #492D8A
Black with #492D8A
Text Example
Text Example
White with #492D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D8A; }
p { color: rgb(73,45,138); }
H1.HeaderClassName
{
color: #492D8A;
}
.AnyTagClassName
{
color: #492D8A;
}
</style>
background-color css
<style>
a { background-color: #492D8A; }
a { background-color: rgb(73,45,138); }
div.DivClassName
{
background-color: #492D8A;
}
.BgClassName
{
background-color: #492D8A;
}
</style>
border-color css
<style>
span { border-color: #492D8A; }
span { border-color: rgb(73,45,138); }
td.TdClassName
{
border-color: #492D8A;
}
.TagClassName
{
border-color: #492D8A;
}
</style>