Shades of Blue Gem #493D9E
Tints of Blue Gem #493D9E
RGB
CMYK
RGB Variations
Color information
#493D9E (or 0x493D9E) is known color: Blue Gem. HEX triplet: 49, 3D and 9E. RGB value is (73,61,158). Sum of RGB (Red+Green+Blue) = 73+61+158=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #493D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D9E is #B6C261. Grayscale: #4B4B4B. Windows color (decimal): -11977314 or 10370377. OLE color: 10370377.
HSL color Cylindrical-coordinate representation of color #493D9E: hue angle of 247.42º 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 #493D9E is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 61 | 158 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.38 |
| HSL | 247.42º | 0.44% | 0.43% | - |
| HSV(B) | 247.42º | 0.61% | 0.62% | - |
| XYZ | 10.59 | 7.22 | 33.18 | - |
| YUV | 75.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 158 | 0.54 | 0.61 | 0 | 0.38 | 247.42 | 0.44 | 0.43 |
| Hex | 49 | 3D | 9E | 36 | 3D | 0 | 26 | F7 | 2C | 2B |
| Octal | 111 | 75 | 236 | 66 | 75 | 0 | 46 | 367 | 54 | 53 |
| Binary | 1001001 | 111101 | 10011110 | 110110 | 111101 | 0 | 100110 | 11110111 | 101100 | 101011 |
Color Harmonies of #493D9E
Complementary color
Monochromatic Colors of #493D9E
Black with #493D9E
Text Example
Text Example
White with #493D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D9E; }
p { color: rgb(73,61,158); }
H1.HeaderClassName
{
color: #493D9E;
}
.AnyTagClassName
{
color: #493D9E;
}
</style>
background-color css
<style>
a { background-color: #493D9E; }
a { background-color: rgb(73,61,158); }
div.DivClassName
{
background-color: #493D9E;
}
.BgClassName
{
background-color: #493D9E;
}
</style>
border-color css
<style>
span { border-color: #493D9E; }
span { border-color: rgb(73,61,158); }
td.TdClassName
{
border-color: #493D9E;
}
.TagClassName
{
border-color: #493D9E;
}
</style>