Shades of Blue Gem #493C90
Tints of Blue Gem #493C90
RGB
CMYK
RGB Variations
Color information
#493C90 (or 0x493C90) is known color: Blue Gem. HEX triplet: 49, 3C and 90. RGB value is (73,60,144). Sum of RGB (Red+Green+Blue) = 73+60+144=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #493C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C90 is #B6C36F. Grayscale: #494949. Windows color (decimal): -11977584 or 9452617. OLE color: 9452617.
HSL color Cylindrical-coordinate representation of color #493C90: hue angle of 249.29º degrees, saturation: 0.41, 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 #493C90 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 60 | 144 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.44 |
| HSL | 249.29º | 0.41% | 0.4% | - |
| HSV(B) | 249.29º | 0.58% | 0.56% | - |
| XYZ | 9.4 | 6.66 | 27.18 | - |
| YUV | 73.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 144 | 0.49 | 0.58 | 0 | 0.44 | 249.29 | 0.41 | 0.4 |
| Hex | 49 | 3C | 90 | 31 | 3A | 0 | 2C | F9 | 29 | 28 |
| Octal | 111 | 74 | 220 | 61 | 72 | 0 | 54 | 371 | 51 | 50 |
| Binary | 1001001 | 111100 | 10010000 | 110001 | 111010 | 0 | 101100 | 11111001 | 101001 | 101000 |
Color Harmonies of #493C90
Complementary color
Monochromatic Colors of #493C90
Black with #493C90
Text Example
Text Example
White with #493C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C90; }
p { color: rgb(73,60,144); }
H1.HeaderClassName
{
color: #493C90;
}
.AnyTagClassName
{
color: #493C90;
}
</style>
background-color css
<style>
a { background-color: #493C90; }
a { background-color: rgb(73,60,144); }
div.DivClassName
{
background-color: #493C90;
}
.BgClassName
{
background-color: #493C90;
}
</style>
border-color css
<style>
span { border-color: #493C90; }
span { border-color: rgb(73,60,144); }
td.TdClassName
{
border-color: #493C90;
}
.TagClassName
{
border-color: #493C90;
}
</style>