Shades of Blue Gem #492C95
Tints of Blue Gem #492C95
RGB
CMYK
RGB Variations
Color information
#492C95 (or 0x492C95) is known color: Blue Gem. HEX triplet: 49, 2C and 95. RGB value is (73,44,149). Sum of RGB (Red+Green+Blue) = 73+44+149=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #492C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C95 is #B6D36A. Grayscale: #404040. Windows color (decimal): -11981675 or 9776201. OLE color: 9776201.
HSL color Cylindrical-coordinate representation of color #492C95: hue angle of 256.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492C95 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 44 | 149 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.42 |
| HSL | 256.57º | 0.54% | 0.38% | - |
| HSV(B) | 256.57º | 0.7% | 0.58% | - |
| XYZ | 9.07 | 5.39 | 29 | - |
| YUV | 64.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 149 | 0.51 | 0.70 | 0 | 0.42 | 256.57 | 0.54 | 0.38 |
| Hex | 49 | 2C | 95 | 33 | 46 | 0 | 2A | 101 | 36 | 26 |
| Octal | 111 | 54 | 225 | 63 | 106 | 0 | 52 | 401 | 66 | 46 |
| Binary | 1001001 | 101100 | 10010101 | 110011 | 1000110 | 0 | 101010 | 100000001 | 110110 | 100110 |
Color Harmonies of #492C95
Complementary color
Monochromatic Colors of #492C95
Black with #492C95
Text Example
Text Example
White with #492C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C95; }
p { color: rgb(73,44,149); }
H1.HeaderClassName
{
color: #492C95;
}
.AnyTagClassName
{
color: #492C95;
}
</style>
background-color css
<style>
a { background-color: #492C95; }
a { background-color: rgb(73,44,149); }
div.DivClassName
{
background-color: #492C95;
}
.BgClassName
{
background-color: #492C95;
}
</style>
border-color css
<style>
span { border-color: #492C95; }
span { border-color: rgb(73,44,149); }
td.TdClassName
{
border-color: #492C95;
}
.TagClassName
{
border-color: #492C95;
}
</style>