Shades of Blue Gem #493699
Tints of Blue Gem #493699
RGB
CMYK
RGB Variations
Color information
#493699 (or 0x493699) is known color: Blue Gem. HEX triplet: 49, 36 and 99. RGB value is (73,54,153). Sum of RGB (Red+Green+Blue) = 73+54+153=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #493699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493699 is #B6C966. Grayscale: #464646. Windows color (decimal): -11979111 or 10040905. OLE color: 10040905.
HSL color Cylindrical-coordinate representation of color #493699: hue angle of 251.52º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493699 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 54 | 153 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.4 |
| HSL | 251.52º | 0.48% | 0.41% | - |
| HSV(B) | 251.52º | 0.65% | 0.6% | - |
| XYZ | 9.82 | 6.35 | 30.85 | - |
| YUV | 70.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 153 | 0.52 | 0.65 | 0 | 0.4 | 251.52 | 0.48 | 0.41 |
| Hex | 49 | 36 | 99 | 34 | 41 | 0 | 28 | FC | 30 | 29 |
| Octal | 111 | 66 | 231 | 64 | 101 | 0 | 50 | 374 | 60 | 51 |
| Binary | 1001001 | 110110 | 10011001 | 110100 | 1000001 | 0 | 101000 | 11111100 | 110000 | 101001 |
Color Harmonies of #493699
Complementary color
Monochromatic Colors of #493699
Black with #493699
Text Example
Text Example
White with #493699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493699; }
p { color: rgb(73,54,153); }
H1.HeaderClassName
{
color: #493699;
}
.AnyTagClassName
{
color: #493699;
}
</style>
background-color css
<style>
a { background-color: #493699; }
a { background-color: rgb(73,54,153); }
div.DivClassName
{
background-color: #493699;
}
.BgClassName
{
background-color: #493699;
}
</style>
border-color css
<style>
span { border-color: #493699; }
span { border-color: rgb(73,54,153); }
td.TdClassName
{
border-color: #493699;
}
.TagClassName
{
border-color: #493699;
}
</style>