Shades of Blue Gem #493899
Tints of Blue Gem #493899
RGB
CMYK
RGB Variations
Color information
#493899 (or 0x493899) is known color: Blue Gem. HEX triplet: 49, 38 and 99. RGB value is (73,56,153). Sum of RGB (Red+Green+Blue) = 73+56+153=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #493899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493899 is #B6C766. Grayscale: #474747. Windows color (decimal): -11978599 or 10041417. OLE color: 10041417.
HSL color Cylindrical-coordinate representation of color #493899: hue angle of 250.52º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493899 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 56 | 153 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.4 |
| HSL | 250.52º | 0.46% | 0.41% | - |
| HSV(B) | 250.52º | 0.63% | 0.6% | - |
| XYZ | 9.91 | 6.54 | 30.88 | - |
| YUV | 72.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 153 | 0.52 | 0.63 | 0 | 0.4 | 250.52 | 0.46 | 0.41 |
| Hex | 49 | 38 | 99 | 34 | 3F | 0 | 28 | FB | 2E | 29 |
| Octal | 111 | 70 | 231 | 64 | 77 | 0 | 50 | 373 | 56 | 51 |
| Binary | 1001001 | 111000 | 10011001 | 110100 | 111111 | 0 | 101000 | 11111011 | 101110 | 101001 |
Color Harmonies of #493899
Complementary color
Monochromatic Colors of #493899
Black with #493899
Text Example
Text Example
White with #493899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493899; }
p { color: rgb(73,56,153); }
H1.HeaderClassName
{
color: #493899;
}
.AnyTagClassName
{
color: #493899;
}
</style>
background-color css
<style>
a { background-color: #493899; }
a { background-color: rgb(73,56,153); }
div.DivClassName
{
background-color: #493899;
}
.BgClassName
{
background-color: #493899;
}
</style>
border-color css
<style>
span { border-color: #493899; }
span { border-color: rgb(73,56,153); }
td.TdClassName
{
border-color: #493899;
}
.TagClassName
{
border-color: #493899;
}
</style>