Shades of Blue Gem #493FA0
Tints of Blue Gem #493FA0
RGB
CMYK
RGB Variations
Color information
#493FA0 (or 0x493FA0) is known color: Blue Gem. HEX triplet: 49, 3F and A0. RGB value is (73,63,160). Sum of RGB (Red+Green+Blue) = 73+63+160=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #493FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA0 is #B6C05F. Grayscale: #4C4C4C. Windows color (decimal): -11976800 or 10501961. OLE color: 10501961.
HSL color Cylindrical-coordinate representation of color #493FA0: hue angle of 246.19º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493FA0 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 63 | 160 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.37 |
| HSL | 246.19º | 0.43% | 0.44% | - |
| HSV(B) | 246.19º | 0.61% | 0.63% | - |
| XYZ | 10.87 | 7.51 | 34.13 | - |
| YUV | 77.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 160 | 0.54 | 0.61 | 0 | 0.37 | 246.19 | 0.43 | 0.44 |
| Hex | 49 | 3F | A0 | 36 | 3D | 0 | 25 | F6 | 2B | 2C |
| Octal | 111 | 77 | 240 | 66 | 75 | 0 | 45 | 366 | 53 | 54 |
| Binary | 1001001 | 111111 | 10100000 | 110110 | 111101 | 0 | 100101 | 11110110 | 101011 | 101100 |
Color Harmonies of #493FA0
Complementary color
Monochromatic Colors of #493FA0
Black with #493FA0
Text Example
Text Example
White with #493FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FA0; }
p { color: rgb(73,63,160); }
H1.HeaderClassName
{
color: #493FA0;
}
.AnyTagClassName
{
color: #493FA0;
}
</style>
background-color css
<style>
a { background-color: #493FA0; }
a { background-color: rgb(73,63,160); }
div.DivClassName
{
background-color: #493FA0;
}
.BgClassName
{
background-color: #493FA0;
}
</style>
border-color css
<style>
span { border-color: #493FA0; }
span { border-color: rgb(73,63,160); }
td.TdClassName
{
border-color: #493FA0;
}
.TagClassName
{
border-color: #493FA0;
}
</style>