Shades of Blue Gem #493385
Tints of Blue Gem #493385
RGB
CMYK
RGB Variations
Color information
#493385 (or 0x493385) is known color: Blue Gem. HEX triplet: 49, 33 and 85. RGB value is (73,51,133). Sum of RGB (Red+Green+Blue) = 73+51+133=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #493385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493385 is #B6CC7A. Grayscale: #424242. Windows color (decimal): -11979899 or 8729417. OLE color: 8729417.
HSL color Cylindrical-coordinate representation of color #493385: hue angle of 256.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493385 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 51 | 133 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.48 |
| HSL | 256.1º | 0.45% | 0.36% | - |
| HSV(B) | 256.1º | 0.62% | 0.52% | - |
| XYZ | 8.17 | 5.48 | 22.82 | - |
| YUV | 66.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 133 | 0.45 | 0.62 | 0 | 0.48 | 256.1 | 0.45 | 0.36 |
| Hex | 49 | 33 | 85 | 2D | 3E | 0 | 30 | 100 | 2D | 24 |
| Octal | 111 | 63 | 205 | 55 | 76 | 0 | 60 | 400 | 55 | 44 |
| Binary | 1001001 | 110011 | 10000101 | 101101 | 111110 | 0 | 110000 | 100000000 | 101101 | 100100 |
Color Harmonies of #493385
Complementary color
Monochromatic Colors of #493385
Black with #493385
Text Example
Text Example
White with #493385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493385; }
p { color: rgb(73,51,133); }
H1.HeaderClassName
{
color: #493385;
}
.AnyTagClassName
{
color: #493385;
}
</style>
background-color css
<style>
a { background-color: #493385; }
a { background-color: rgb(73,51,133); }
div.DivClassName
{
background-color: #493385;
}
.BgClassName
{
background-color: #493385;
}
</style>
border-color css
<style>
span { border-color: #493385; }
span { border-color: rgb(73,51,133); }
td.TdClassName
{
border-color: #493385;
}
.TagClassName
{
border-color: #493385;
}
</style>