Shades of Blue Gem #492C8E
Tints of Blue Gem #492C8E
RGB
CMYK
RGB Variations
Color information
#492C8E (or 0x492C8E) is known color: Blue Gem. HEX triplet: 49, 2C and 8E. RGB value is (73,44,142). Sum of RGB (Red+Green+Blue) = 73+44+142=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #492C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C8E is #B6D371. Grayscale: #3F3F3F. Windows color (decimal): -11981682 or 9317449. OLE color: 9317449.
HSL color Cylindrical-coordinate representation of color #492C8E: hue angle of 257.76º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492C8E is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 44 | 142 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.44 |
| HSL | 257.76º | 0.53% | 0.36% | - |
| HSV(B) | 257.76º | 0.69% | 0.56% | - |
| XYZ | 8.53 | 5.17 | 26.14 | - |
| YUV | 63.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 142 | 0.49 | 0.69 | 0 | 0.44 | 257.76 | 0.53 | 0.36 |
| Hex | 49 | 2C | 8E | 31 | 45 | 0 | 2C | 102 | 35 | 24 |
| Octal | 111 | 54 | 216 | 61 | 105 | 0 | 54 | 402 | 65 | 44 |
| Binary | 1001001 | 101100 | 10001110 | 110001 | 1000101 | 0 | 101100 | 100000010 | 110101 | 100100 |
Color Harmonies of #492C8E
Complementary color
Monochromatic Colors of #492C8E
Black with #492C8E
Text Example
Text Example
White with #492C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C8E; }
p { color: rgb(73,44,142); }
H1.HeaderClassName
{
color: #492C8E;
}
.AnyTagClassName
{
color: #492C8E;
}
</style>
background-color css
<style>
a { background-color: #492C8E; }
a { background-color: rgb(73,44,142); }
div.DivClassName
{
background-color: #492C8E;
}
.BgClassName
{
background-color: #492C8E;
}
</style>
border-color css
<style>
span { border-color: #492C8E; }
span { border-color: rgb(73,44,142); }
td.TdClassName
{
border-color: #492C8E;
}
.TagClassName
{
border-color: #492C8E;
}
</style>