Shades of Blue Gem #493D9A
Tints of Blue Gem #493D9A
RGB
CMYK
RGB Variations
Color information
#493D9A (or 0x493D9A) is known color: Blue Gem. HEX triplet: 49, 3D and 9A. RGB value is (73,61,154). Sum of RGB (Red+Green+Blue) = 73+61+154=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #493D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D9A is #B6C265. Grayscale: #4A4A4A. Windows color (decimal): -11977318 or 10108233. OLE color: 10108233.
HSL color Cylindrical-coordinate representation of color #493D9A: hue angle of 247.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493D9A is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 61 | 154 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.40 |
| HSL | 247.74º | 0.43% | 0.42% | - |
| HSV(B) | 247.74º | 0.6% | 0.6% | - |
| XYZ | 10.25 | 7.09 | 31.4 | - |
| YUV | 75.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 154 | 0.53 | 0.60 | 0 | 0.40 | 247.74 | 0.43 | 0.42 |
| Hex | 49 | 3D | 9A | 35 | 3C | 0 | 28 | F8 | 2B | 2A |
| Octal | 111 | 75 | 232 | 65 | 74 | 0 | 50 | 370 | 53 | 52 |
| Binary | 1001001 | 111101 | 10011010 | 110101 | 111100 | 0 | 101000 | 11111000 | 101011 | 101010 |
Color Harmonies of #493D9A
Complementary color
Monochromatic Colors of #493D9A
Black with #493D9A
Text Example
Text Example
White with #493D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D9A; }
p { color: rgb(73,61,154); }
H1.HeaderClassName
{
color: #493D9A;
}
.AnyTagClassName
{
color: #493D9A;
}
</style>
background-color css
<style>
a { background-color: #493D9A; }
a { background-color: rgb(73,61,154); }
div.DivClassName
{
background-color: #493D9A;
}
.BgClassName
{
background-color: #493D9A;
}
</style>
border-color css
<style>
span { border-color: #493D9A; }
span { border-color: rgb(73,61,154); }
td.TdClassName
{
border-color: #493D9A;
}
.TagClassName
{
border-color: #493D9A;
}
</style>