Shades of Blue Gem #493295
Tints of Blue Gem #493295
RGB
CMYK
RGB Variations
Color information
#493295 (or 0x493295) is known color: Blue Gem. HEX triplet: 49, 32 and 95. RGB value is (73,50,149). Sum of RGB (Red+Green+Blue) = 73+50+149=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #493295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493295 is #B6CD6A. Grayscale: #434343. Windows color (decimal): -11980139 or 9777737. OLE color: 9777737.
HSL color Cylindrical-coordinate representation of color #493295: hue angle of 253.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493295 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 50 | 149 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.42 |
| HSL | 253.94º | 0.5% | 0.39% | - |
| HSV(B) | 253.94º | 0.66% | 0.58% | - |
| XYZ | 9.31 | 5.87 | 29.08 | - |
| YUV | 68.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 149 | 0.51 | 0.66 | 0 | 0.42 | 253.94 | 0.5 | 0.39 |
| Hex | 49 | 32 | 95 | 33 | 42 | 0 | 2A | FE | 32 | 27 |
| Octal | 111 | 62 | 225 | 63 | 102 | 0 | 52 | 376 | 62 | 47 |
| Binary | 1001001 | 110010 | 10010101 | 110011 | 1000010 | 0 | 101010 | 11111110 | 110010 | 100111 |
Color Harmonies of #493295
Complementary color
Monochromatic Colors of #493295
Black with #493295
Text Example
Text Example
White with #493295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493295; }
p { color: rgb(73,50,149); }
H1.HeaderClassName
{
color: #493295;
}
.AnyTagClassName
{
color: #493295;
}
</style>
background-color css
<style>
a { background-color: #493295; }
a { background-color: rgb(73,50,149); }
div.DivClassName
{
background-color: #493295;
}
.BgClassName
{
background-color: #493295;
}
</style>
border-color css
<style>
span { border-color: #493295; }
span { border-color: rgb(73,50,149); }
td.TdClassName
{
border-color: #493295;
}
.TagClassName
{
border-color: #493295;
}
</style>