Shades of Blue Gem #493D9D
Tints of Blue Gem #493D9D
RGB
CMYK
RGB Variations
Color information
#493D9D (or 0x493D9D) is known color: Blue Gem. HEX triplet: 49, 3D and 9D. RGB value is (73,61,157). Sum of RGB (Red+Green+Blue) = 73+61+157=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #493D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D9D is #B6C262. Grayscale: #4B4B4B. Windows color (decimal): -11977315 or 10304841. OLE color: 10304841.
HSL color Cylindrical-coordinate representation of color #493D9D: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493D9D is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 61 | 157 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.38 |
| HSL | 247.5º | 0.44% | 0.43% | - |
| HSV(B) | 247.5º | 0.61% | 0.62% | - |
| XYZ | 10.5 | 7.19 | 32.73 | - |
| YUV | 75.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 157 | 0.54 | 0.61 | 0 | 0.38 | 247.5 | 0.44 | 0.43 |
| Hex | 49 | 3D | 9D | 36 | 3D | 0 | 26 | F8 | 2C | 2B |
| Octal | 111 | 75 | 235 | 66 | 75 | 0 | 46 | 370 | 54 | 53 |
| Binary | 1001001 | 111101 | 10011101 | 110110 | 111101 | 0 | 100110 | 11111000 | 101100 | 101011 |
Color Harmonies of #493D9D
Complementary color
Monochromatic Colors of #493D9D
Black with #493D9D
Text Example
Text Example
White with #493D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D9D; }
p { color: rgb(73,61,157); }
H1.HeaderClassName
{
color: #493D9D;
}
.AnyTagClassName
{
color: #493D9D;
}
</style>
background-color css
<style>
a { background-color: #493D9D; }
a { background-color: rgb(73,61,157); }
div.DivClassName
{
background-color: #493D9D;
}
.BgClassName
{
background-color: #493D9D;
}
</style>
border-color css
<style>
span { border-color: #493D9D; }
span { border-color: rgb(73,61,157); }
td.TdClassName
{
border-color: #493D9D;
}
.TagClassName
{
border-color: #493D9D;
}
</style>