Shades of Blue Gem #493089
Tints of Blue Gem #493089
RGB
CMYK
RGB Variations
Color information
#493089 (or 0x493089) is known color: Blue Gem. HEX triplet: 49, 30 and 89. RGB value is (73,48,137). Sum of RGB (Red+Green+Blue) = 73+48+137=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #493089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493089 is #B6CF76. Grayscale: #414141. Windows color (decimal): -11980663 or 8990793. OLE color: 8990793.
HSL color Cylindrical-coordinate representation of color #493089: hue angle of 256.85º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493089 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 48 | 137 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.46 |
| HSL | 256.85º | 0.48% | 0.36% | - |
| HSV(B) | 256.85º | 0.65% | 0.54% | - |
| XYZ | 8.32 | 5.34 | 24.26 | - |
| YUV | 65.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 137 | 0.47 | 0.65 | 0 | 0.46 | 256.85 | 0.48 | 0.36 |
| Hex | 49 | 30 | 89 | 2F | 41 | 0 | 2E | 101 | 30 | 24 |
| Octal | 111 | 60 | 211 | 57 | 101 | 0 | 56 | 401 | 60 | 44 |
| Binary | 1001001 | 110000 | 10001001 | 101111 | 1000001 | 0 | 101110 | 100000001 | 110000 | 100100 |
Color Harmonies of #493089
Complementary color
Monochromatic Colors of #493089
Black with #493089
Text Example
Text Example
White with #493089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493089; }
p { color: rgb(73,48,137); }
H1.HeaderClassName
{
color: #493089;
}
.AnyTagClassName
{
color: #493089;
}
</style>
background-color css
<style>
a { background-color: #493089; }
a { background-color: rgb(73,48,137); }
div.DivClassName
{
background-color: #493089;
}
.BgClassName
{
background-color: #493089;
}
</style>
border-color css
<style>
span { border-color: #493089; }
span { border-color: rgb(73,48,137); }
td.TdClassName
{
border-color: #493089;
}
.TagClassName
{
border-color: #493089;
}
</style>