Shades of Blue Gem #493796
Tints of Blue Gem #493796
RGB
CMYK
RGB Variations
Color information
#493796 (or 0x493796) is known color: Blue Gem. HEX triplet: 49, 37 and 96. RGB value is (73,55,150). Sum of RGB (Red+Green+Blue) = 73+55+150=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #493796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493796 is #B6C869. Grayscale: #464646. Windows color (decimal): -11978858 or 9844553. OLE color: 9844553.
HSL color Cylindrical-coordinate representation of color #493796: hue angle of 251.37º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493796 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 55 | 150 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.41 |
| HSL | 251.37º | 0.46% | 0.4% | - |
| HSV(B) | 251.37º | 0.63% | 0.59% | - |
| XYZ | 9.62 | 6.35 | 29.57 | - |
| YUV | 71.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 150 | 0.51 | 0.63 | 0 | 0.41 | 251.37 | 0.46 | 0.4 |
| Hex | 49 | 37 | 96 | 33 | 3F | 0 | 29 | FB | 2E | 28 |
| Octal | 111 | 67 | 226 | 63 | 77 | 0 | 51 | 373 | 56 | 50 |
| Binary | 1001001 | 110111 | 10010110 | 110011 | 111111 | 0 | 101001 | 11111011 | 101110 | 101000 |
Color Harmonies of #493796
Complementary color
Monochromatic Colors of #493796
Black with #493796
Text Example
Text Example
White with #493796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493796; }
p { color: rgb(73,55,150); }
H1.HeaderClassName
{
color: #493796;
}
.AnyTagClassName
{
color: #493796;
}
</style>
background-color css
<style>
a { background-color: #493796; }
a { background-color: rgb(73,55,150); }
div.DivClassName
{
background-color: #493796;
}
.BgClassName
{
background-color: #493796;
}
</style>
border-color css
<style>
span { border-color: #493796; }
span { border-color: rgb(73,55,150); }
td.TdClassName
{
border-color: #493796;
}
.TagClassName
{
border-color: #493796;
}
</style>