Shades of Blue Gem #493286
Tints of Blue Gem #493286
RGB
CMYK
RGB Variations
Color information
#493286 (or 0x493286) is known color: Blue Gem. HEX triplet: 49, 32 and 86. RGB value is (73,50,134). Sum of RGB (Red+Green+Blue) = 73+50+134=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #493286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493286 is #B6CD79. Grayscale: #424242. Windows color (decimal): -11980154 or 8794697. OLE color: 8794697.
HSL color Cylindrical-coordinate representation of color #493286: hue angle of 256.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493286 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 50 | 134 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.47 |
| HSL | 256.43º | 0.46% | 0.36% | - |
| HSV(B) | 256.43º | 0.63% | 0.53% | - |
| XYZ | 8.19 | 5.42 | 23.17 | - |
| YUV | 66.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 134 | 0.46 | 0.63 | 0 | 0.47 | 256.43 | 0.46 | 0.36 |
| Hex | 49 | 32 | 86 | 2E | 3F | 0 | 2F | 100 | 2E | 24 |
| Octal | 111 | 62 | 206 | 56 | 77 | 0 | 57 | 400 | 56 | 44 |
| Binary | 1001001 | 110010 | 10000110 | 101110 | 111111 | 0 | 101111 | 100000000 | 101110 | 100100 |
Color Harmonies of #493286
Complementary color
Monochromatic Colors of #493286
Black with #493286
Text Example
Text Example
White with #493286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493286; }
p { color: rgb(73,50,134); }
H1.HeaderClassName
{
color: #493286;
}
.AnyTagClassName
{
color: #493286;
}
</style>
background-color css
<style>
a { background-color: #493286; }
a { background-color: rgb(73,50,134); }
div.DivClassName
{
background-color: #493286;
}
.BgClassName
{
background-color: #493286;
}
</style>
border-color css
<style>
span { border-color: #493286; }
span { border-color: rgb(73,50,134); }
td.TdClassName
{
border-color: #493286;
}
.TagClassName
{
border-color: #493286;
}
</style>