Shades of Blue Gem #493C93
Tints of Blue Gem #493C93
RGB
CMYK
RGB Variations
Color information
#493C93 (or 0x493C93) is known color: Blue Gem. HEX triplet: 49, 3C and 93. RGB value is (73,60,147). Sum of RGB (Red+Green+Blue) = 73+60+147=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #493C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C93 is #B6C36C. Grayscale: #494949. Windows color (decimal): -11977581 or 9649225. OLE color: 9649225.
HSL color Cylindrical-coordinate representation of color #493C93: hue angle of 248.97º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493C93 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 60 | 147 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.42 |
| HSL | 248.97º | 0.42% | 0.41% | - |
| HSV(B) | 248.97º | 0.59% | 0.58% | - |
| XYZ | 9.63 | 6.75 | 28.4 | - |
| YUV | 73.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 147 | 0.50 | 0.59 | 0 | 0.42 | 248.97 | 0.42 | 0.41 |
| Hex | 49 | 3C | 93 | 32 | 3B | 0 | 2A | F9 | 2A | 29 |
| Octal | 111 | 74 | 223 | 62 | 73 | 0 | 52 | 371 | 52 | 51 |
| Binary | 1001001 | 111100 | 10010011 | 110010 | 111011 | 0 | 101010 | 11111001 | 101010 | 101001 |
Color Harmonies of #493C93
Complementary color
Monochromatic Colors of #493C93
Black with #493C93
Text Example
Text Example
White with #493C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C93; }
p { color: rgb(73,60,147); }
H1.HeaderClassName
{
color: #493C93;
}
.AnyTagClassName
{
color: #493C93;
}
</style>
background-color css
<style>
a { background-color: #493C93; }
a { background-color: rgb(73,60,147); }
div.DivClassName
{
background-color: #493C93;
}
.BgClassName
{
background-color: #493C93;
}
</style>
border-color css
<style>
span { border-color: #493C93; }
span { border-color: rgb(73,60,147); }
td.TdClassName
{
border-color: #493C93;
}
.TagClassName
{
border-color: #493C93;
}
</style>