Shades of Blue Gem #493789
Tints of Blue Gem #493789
RGB
CMYK
RGB Variations
Color information
#493789 (or 0x493789) is known color: Blue Gem. HEX triplet: 49, 37 and 89. RGB value is (73,55,137). Sum of RGB (Red+Green+Blue) = 73+55+137=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #493789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493789 is #B6C876. Grayscale: #454545. Windows color (decimal): -11978871 or 8992585. OLE color: 8992585.
HSL color Cylindrical-coordinate representation of color #493789: hue angle of 253.17º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493789 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 55 | 137 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.46 |
| HSL | 253.17º | 0.43% | 0.38% | - |
| HSV(B) | 253.17º | 0.6% | 0.54% | - |
| XYZ | 8.63 | 5.95 | 24.36 | - |
| YUV | 69.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 137 | 0.47 | 0.60 | 0 | 0.46 | 253.17 | 0.43 | 0.38 |
| Hex | 49 | 37 | 89 | 2F | 3C | 0 | 2E | FD | 2B | 26 |
| Octal | 111 | 67 | 211 | 57 | 74 | 0 | 56 | 375 | 53 | 46 |
| Binary | 1001001 | 110111 | 10001001 | 101111 | 111100 | 0 | 101110 | 11111101 | 101011 | 100110 |
Color Harmonies of #493789
Complementary color
Monochromatic Colors of #493789
Black with #493789
Text Example
Text Example
White with #493789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493789; }
p { color: rgb(73,55,137); }
H1.HeaderClassName
{
color: #493789;
}
.AnyTagClassName
{
color: #493789;
}
</style>
background-color css
<style>
a { background-color: #493789; }
a { background-color: rgb(73,55,137); }
div.DivClassName
{
background-color: #493789;
}
.BgClassName
{
background-color: #493789;
}
</style>
border-color css
<style>
span { border-color: #493789; }
span { border-color: rgb(73,55,137); }
td.TdClassName
{
border-color: #493789;
}
.TagClassName
{
border-color: #493789;
}
</style>