Shades of Blue Gem #493290
Tints of Blue Gem #493290
RGB
CMYK
RGB Variations
Color information
#493290 (or 0x493290) is known color: Blue Gem. HEX triplet: 49, 32 and 90. RGB value is (73,50,144). Sum of RGB (Red+Green+Blue) = 73+50+144=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #493290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493290 is #B6CD6F. Grayscale: #434343. Windows color (decimal): -11980144 or 9450057. OLE color: 9450057.
HSL color Cylindrical-coordinate representation of color #493290: hue angle of 254.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493290 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 50 | 144 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.44 |
| HSL | 254.68º | 0.48% | 0.38% | - |
| HSV(B) | 254.68º | 0.65% | 0.56% | - |
| XYZ | 8.92 | 5.71 | 27.02 | - |
| YUV | 67.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 144 | 0.49 | 0.65 | 0 | 0.44 | 254.68 | 0.48 | 0.38 |
| Hex | 49 | 32 | 90 | 31 | 41 | 0 | 2C | FF | 30 | 26 |
| Octal | 111 | 62 | 220 | 61 | 101 | 0 | 54 | 377 | 60 | 46 |
| Binary | 1001001 | 110010 | 10010000 | 110001 | 1000001 | 0 | 101100 | 11111111 | 110000 | 100110 |
Color Harmonies of #493290
Complementary color
Monochromatic Colors of #493290
Black with #493290
Text Example
Text Example
White with #493290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493290; }
p { color: rgb(73,50,144); }
H1.HeaderClassName
{
color: #493290;
}
.AnyTagClassName
{
color: #493290;
}
</style>
background-color css
<style>
a { background-color: #493290; }
a { background-color: rgb(73,50,144); }
div.DivClassName
{
background-color: #493290;
}
.BgClassName
{
background-color: #493290;
}
</style>
border-color css
<style>
span { border-color: #493290; }
span { border-color: rgb(73,50,144); }
td.TdClassName
{
border-color: #493290;
}
.TagClassName
{
border-color: #493290;
}
</style>