Shades of Blue Gem #493F9D
Tints of Blue Gem #493F9D
RGB
CMYK
RGB Variations
Color information
#493F9D (or 0x493F9D) is known color: Blue Gem. HEX triplet: 49, 3F and 9D. RGB value is (73,63,157). Sum of RGB (Red+Green+Blue) = 73+63+157=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #493F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F9D is #B6C062. Grayscale: #4C4C4C. Windows color (decimal): -11976803 or 10305353. OLE color: 10305353.
HSL color Cylindrical-coordinate representation of color #493F9D: hue angle of 246.38º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493F9D is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 63 | 157 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.38 |
| HSL | 246.38º | 0.43% | 0.43% | - |
| HSV(B) | 246.38º | 0.6% | 0.62% | - |
| XYZ | 10.61 | 7.41 | 32.77 | - |
| YUV | 76.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 157 | 0.54 | 0.60 | 0 | 0.38 | 246.38 | 0.43 | 0.43 |
| Hex | 49 | 3F | 9D | 36 | 3C | 0 | 26 | F6 | 2B | 2B |
| Octal | 111 | 77 | 235 | 66 | 74 | 0 | 46 | 366 | 53 | 53 |
| Binary | 1001001 | 111111 | 10011101 | 110110 | 111100 | 0 | 100110 | 11110110 | 101011 | 101011 |
Color Harmonies of #493F9D
Complementary color
Monochromatic Colors of #493F9D
Black with #493F9D
Text Example
Text Example
White with #493F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F9D; }
p { color: rgb(73,63,157); }
H1.HeaderClassName
{
color: #493F9D;
}
.AnyTagClassName
{
color: #493F9D;
}
</style>
background-color css
<style>
a { background-color: #493F9D; }
a { background-color: rgb(73,63,157); }
div.DivClassName
{
background-color: #493F9D;
}
.BgClassName
{
background-color: #493F9D;
}
</style>
border-color css
<style>
span { border-color: #493F9D; }
span { border-color: rgb(73,63,157); }
td.TdClassName
{
border-color: #493F9D;
}
.TagClassName
{
border-color: #493F9D;
}
</style>