Shades of Blue Gem #493C9D
Tints of Blue Gem #493C9D
RGB
CMYK
RGB Variations
Color information
#493C9D (or 0x493C9D) is known color: Blue Gem. HEX triplet: 49, 3C and 9D. RGB value is (73,60,157). Sum of RGB (Red+Green+Blue) = 73+60+157=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #493C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C9D is #B6C362. Grayscale: #4A4A4A. Windows color (decimal): -11977571 or 10304585. OLE color: 10304585.
HSL color Cylindrical-coordinate representation of color #493C9D: hue angle of 248.04º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493C9D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 60 | 157 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.38 |
| HSL | 248.04º | 0.45% | 0.43% | - |
| HSV(B) | 248.04º | 0.62% | 0.62% | - |
| XYZ | 10.45 | 7.08 | 32.71 | - |
| YUV | 74.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 157 | 0.54 | 0.62 | 0 | 0.38 | 248.04 | 0.45 | 0.43 |
| Hex | 49 | 3C | 9D | 36 | 3E | 0 | 26 | F8 | 2D | 2B |
| Octal | 111 | 74 | 235 | 66 | 76 | 0 | 46 | 370 | 55 | 53 |
| Binary | 1001001 | 111100 | 10011101 | 110110 | 111110 | 0 | 100110 | 11111000 | 101101 | 101011 |
Color Harmonies of #493C9D
Complementary color
Monochromatic Colors of #493C9D
Black with #493C9D
Text Example
Text Example
White with #493C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C9D; }
p { color: rgb(73,60,157); }
H1.HeaderClassName
{
color: #493C9D;
}
.AnyTagClassName
{
color: #493C9D;
}
</style>
background-color css
<style>
a { background-color: #493C9D; }
a { background-color: rgb(73,60,157); }
div.DivClassName
{
background-color: #493C9D;
}
.BgClassName
{
background-color: #493C9D;
}
</style>
border-color css
<style>
span { border-color: #493C9D; }
span { border-color: rgb(73,60,157); }
td.TdClassName
{
border-color: #493C9D;
}
.TagClassName
{
border-color: #493C9D;
}
</style>