Shades of Blue Gem #493090
Tints of Blue Gem #493090
RGB
CMYK
RGB Variations
Color information
#493090 (or 0x493090) is known color: Blue Gem. HEX triplet: 49, 30 and 90. RGB value is (73,48,144). Sum of RGB (Red+Green+Blue) = 73+48+144=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #493090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493090 is #B6CF6F. Grayscale: #424242. Windows color (decimal): -11980656 or 9449545. OLE color: 9449545.
HSL color Cylindrical-coordinate representation of color #493090: hue angle of 255.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493090 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 48 | 144 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.44 |
| HSL | 255.63º | 0.5% | 0.38% | - |
| HSV(B) | 255.63º | 0.67% | 0.56% | - |
| XYZ | 8.84 | 5.54 | 26.99 | - |
| YUV | 66.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 144 | 0.49 | 0.67 | 0 | 0.44 | 255.63 | 0.5 | 0.38 |
| Hex | 49 | 30 | 90 | 31 | 43 | 0 | 2C | 100 | 32 | 26 |
| Octal | 111 | 60 | 220 | 61 | 103 | 0 | 54 | 400 | 62 | 46 |
| Binary | 1001001 | 110000 | 10010000 | 110001 | 1000011 | 0 | 101100 | 100000000 | 110010 | 100110 |
Color Harmonies of #493090
Complementary color
Monochromatic Colors of #493090
Black with #493090
Text Example
Text Example
White with #493090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493090; }
p { color: rgb(73,48,144); }
H1.HeaderClassName
{
color: #493090;
}
.AnyTagClassName
{
color: #493090;
}
</style>
background-color css
<style>
a { background-color: #493090; }
a { background-color: rgb(73,48,144); }
div.DivClassName
{
background-color: #493090;
}
.BgClassName
{
background-color: #493090;
}
</style>
border-color css
<style>
span { border-color: #493090; }
span { border-color: rgb(73,48,144); }
td.TdClassName
{
border-color: #493090;
}
.TagClassName
{
border-color: #493090;
}
</style>