Shades of Blue Gem #493D90
Tints of Blue Gem #493D90
RGB
CMYK
RGB Variations
Color information
#493D90 (or 0x493D90) is known color: Blue Gem. HEX triplet: 49, 3D and 90. RGB value is (73,61,144). Sum of RGB (Red+Green+Blue) = 73+61+144=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #493D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D90 is #B6C26F. Grayscale: #494949. Windows color (decimal): -11977328 or 9452873. OLE color: 9452873.
HSL color Cylindrical-coordinate representation of color #493D90: hue angle of 248.67º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493D90 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 61 | 144 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.44 |
| HSL | 248.67º | 0.4% | 0.4% | - |
| HSV(B) | 248.67º | 0.58% | 0.56% | - |
| XYZ | 9.45 | 6.77 | 27.19 | - |
| YUV | 74.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 144 | 0.49 | 0.58 | 0 | 0.44 | 248.67 | 0.4 | 0.4 |
| Hex | 49 | 3D | 90 | 31 | 3A | 0 | 2C | F9 | 28 | 28 |
| Octal | 111 | 75 | 220 | 61 | 72 | 0 | 54 | 371 | 50 | 50 |
| Binary | 1001001 | 111101 | 10010000 | 110001 | 111010 | 0 | 101100 | 11111001 | 101000 | 101000 |
Color Harmonies of #493D90
Complementary color
Monochromatic Colors of #493D90
Black with #493D90
Text Example
Text Example
White with #493D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D90; }
p { color: rgb(73,61,144); }
H1.HeaderClassName
{
color: #493D90;
}
.AnyTagClassName
{
color: #493D90;
}
</style>
background-color css
<style>
a { background-color: #493D90; }
a { background-color: rgb(73,61,144); }
div.DivClassName
{
background-color: #493D90;
}
.BgClassName
{
background-color: #493D90;
}
</style>
border-color css
<style>
span { border-color: #493D90; }
span { border-color: rgb(73,61,144); }
td.TdClassName
{
border-color: #493D90;
}
.TagClassName
{
border-color: #493D90;
}
</style>