Shades of Blue Gem #493590
Tints of Blue Gem #493590
RGB
CMYK
RGB Variations
Color information
#493590 (or 0x493590) is known color: Blue Gem. HEX triplet: 49, 35 and 90. RGB value is (73,53,144). Sum of RGB (Red+Green+Blue) = 73+53+144=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #493590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493590 is #B6CA6F. Grayscale: #454545. Windows color (decimal): -11979376 or 9450825. OLE color: 9450825.
HSL color Cylindrical-coordinate representation of color #493590: hue angle of 253.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493590 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 53 | 144 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.44 |
| HSL | 253.19º | 0.46% | 0.39% | - |
| HSV(B) | 253.19º | 0.63% | 0.56% | - |
| XYZ | 9.05 | 5.98 | 27.06 | - |
| YUV | 69.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 144 | 0.49 | 0.63 | 0 | 0.44 | 253.19 | 0.46 | 0.39 |
| Hex | 49 | 35 | 90 | 31 | 3F | 0 | 2C | FD | 2E | 27 |
| Octal | 111 | 65 | 220 | 61 | 77 | 0 | 54 | 375 | 56 | 47 |
| Binary | 1001001 | 110101 | 10010000 | 110001 | 111111 | 0 | 101100 | 11111101 | 101110 | 100111 |
Color Harmonies of #493590
Complementary color
Monochromatic Colors of #493590
Black with #493590
Text Example
Text Example
White with #493590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493590; }
p { color: rgb(73,53,144); }
H1.HeaderClassName
{
color: #493590;
}
.AnyTagClassName
{
color: #493590;
}
</style>
background-color css
<style>
a { background-color: #493590; }
a { background-color: rgb(73,53,144); }
div.DivClassName
{
background-color: #493590;
}
.BgClassName
{
background-color: #493590;
}
</style>
border-color css
<style>
span { border-color: #493590; }
span { border-color: rgb(73,53,144); }
td.TdClassName
{
border-color: #493590;
}
.TagClassName
{
border-color: #493590;
}
</style>