Shades of Blue Gem #493584
Tints of Blue Gem #493584
RGB
CMYK
RGB Variations
Color information
#493584 (or 0x493584) is known color: Blue Gem. HEX triplet: 49, 35 and 84. RGB value is (73,53,132). Sum of RGB (Red+Green+Blue) = 73+53+132=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #493584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493584 is #B6CA7B. Grayscale: #434343. Windows color (decimal): -11979388 or 8664393. OLE color: 8664393.
HSL color Cylindrical-coordinate representation of color #493584: hue angle of 255.19º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493584 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 53 | 132 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.48 |
| HSL | 255.19º | 0.43% | 0.36% | - |
| HSV(B) | 255.19º | 0.6% | 0.52% | - |
| XYZ | 8.19 | 5.63 | 22.48 | - |
| YUV | 67.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 132 | 0.45 | 0.60 | 0 | 0.48 | 255.19 | 0.43 | 0.36 |
| Hex | 49 | 35 | 84 | 2D | 3C | 0 | 30 | FF | 2B | 24 |
| Octal | 111 | 65 | 204 | 55 | 74 | 0 | 60 | 377 | 53 | 44 |
| Binary | 1001001 | 110101 | 10000100 | 101101 | 111100 | 0 | 110000 | 11111111 | 101011 | 100100 |
Color Harmonies of #493584
Complementary color
Monochromatic Colors of #493584
Black with #493584
Text Example
Text Example
White with #493584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493584; }
p { color: rgb(73,53,132); }
H1.HeaderClassName
{
color: #493584;
}
.AnyTagClassName
{
color: #493584;
}
</style>
background-color css
<style>
a { background-color: #493584; }
a { background-color: rgb(73,53,132); }
div.DivClassName
{
background-color: #493584;
}
.BgClassName
{
background-color: #493584;
}
</style>
border-color css
<style>
span { border-color: #493584; }
span { border-color: rgb(73,53,132); }
td.TdClassName
{
border-color: #493584;
}
.TagClassName
{
border-color: #493584;
}
</style>