Shades of Blue Gem #493798
Tints of Blue Gem #493798
RGB
CMYK
RGB Variations
Color information
#493798 (or 0x493798) is known color: Blue Gem. HEX triplet: 49, 37 and 98. RGB value is (73,55,152). Sum of RGB (Red+Green+Blue) = 73+55+152=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #493798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493798 is #B6C867. Grayscale: #474747. Windows color (decimal): -11978856 or 9975625. OLE color: 9975625.
HSL color Cylindrical-coordinate representation of color #493798: hue angle of 251.13º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493798 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 55 | 152 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.40 |
| HSL | 251.13º | 0.47% | 0.41% | - |
| HSV(B) | 251.13º | 0.64% | 0.6% | - |
| XYZ | 9.78 | 6.42 | 30.43 | - |
| YUV | 71.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 152 | 0.52 | 0.64 | 0 | 0.40 | 251.13 | 0.47 | 0.41 |
| Hex | 49 | 37 | 98 | 34 | 40 | 0 | 28 | FB | 2F | 29 |
| Octal | 111 | 67 | 230 | 64 | 100 | 0 | 50 | 373 | 57 | 51 |
| Binary | 1001001 | 110111 | 10011000 | 110100 | 1000000 | 0 | 101000 | 11111011 | 101111 | 101001 |
Color Harmonies of #493798
Complementary color
Monochromatic Colors of #493798
Black with #493798
Text Example
Text Example
White with #493798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493798; }
p { color: rgb(73,55,152); }
H1.HeaderClassName
{
color: #493798;
}
.AnyTagClassName
{
color: #493798;
}
</style>
background-color css
<style>
a { background-color: #493798; }
a { background-color: rgb(73,55,152); }
div.DivClassName
{
background-color: #493798;
}
.BgClassName
{
background-color: #493798;
}
</style>
border-color css
<style>
span { border-color: #493798; }
span { border-color: rgb(73,55,152); }
td.TdClassName
{
border-color: #493798;
}
.TagClassName
{
border-color: #493798;
}
</style>