Shades of Blue Gem #493192
Tints of Blue Gem #493192
RGB
CMYK
RGB Variations
Color information
#493192 (or 0x493192) is known color: Blue Gem. HEX triplet: 49, 31 and 92. RGB value is (73,49,146). Sum of RGB (Red+Green+Blue) = 73+49+146=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #493192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493192 is #B6CE6D. Grayscale: #424242. Windows color (decimal): -11980398 or 9580873. OLE color: 9580873.
HSL color Cylindrical-coordinate representation of color #493192: hue angle of 254.85º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493192 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 49 | 146 | - |
| CMYK | 0.5 | 0.66 | 0 | 0.43 |
| HSL | 254.85º | 0.5% | 0.38% | - |
| HSV(B) | 254.85º | 0.66% | 0.57% | - |
| XYZ | 9.03 | 5.69 | 27.82 | - |
| YUV | 67.23 | 172.45 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 146 | 0.5 | 0.66 | 0 | 0.43 | 254.85 | 0.5 | 0.38 |
| Hex | 49 | 31 | 92 | 32 | 42 | 0 | 2B | FF | 32 | 26 |
| Octal | 111 | 61 | 222 | 62 | 102 | 0 | 53 | 377 | 62 | 46 |
| Binary | 1001001 | 110001 | 10010010 | 110010 | 1000010 | 0 | 101011 | 11111111 | 110010 | 100110 |
Color Harmonies of #493192
Complementary color
Monochromatic Colors of #493192
Black with #493192
Text Example
Text Example
White with #493192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493192; }
p { color: rgb(73,49,146); }
H1.HeaderClassName
{
color: #493192;
}
.AnyTagClassName
{
color: #493192;
}
</style>
background-color css
<style>
a { background-color: #493192; }
a { background-color: rgb(73,49,146); }
div.DivClassName
{
background-color: #493192;
}
.BgClassName
{
background-color: #493192;
}
</style>
border-color css
<style>
span { border-color: #493192; }
span { border-color: rgb(73,49,146); }
td.TdClassName
{
border-color: #493192;
}
.TagClassName
{
border-color: #493192;
}
</style>