Shades of Blue Gem #493889
Tints of Blue Gem #493889
RGB
CMYK
RGB Variations
Color information
#493889 (or 0x493889) is known color: Blue Gem. HEX triplet: 49, 38 and 89. RGB value is (73,56,137). Sum of RGB (Red+Green+Blue) = 73+56+137=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #493889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493889 is #B6C776. Grayscale: #464646. Windows color (decimal): -11978615 or 8992841. OLE color: 8992841.
HSL color Cylindrical-coordinate representation of color #493889: hue angle of 252.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493889 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 56 | 137 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.46 |
| HSL | 252.59º | 0.42% | 0.38% | - |
| HSV(B) | 252.59º | 0.59% | 0.54% | - |
| XYZ | 8.68 | 6.05 | 24.38 | - |
| YUV | 70.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 137 | 0.47 | 0.59 | 0 | 0.46 | 252.59 | 0.42 | 0.38 |
| Hex | 49 | 38 | 89 | 2F | 3B | 0 | 2E | FD | 2A | 26 |
| Octal | 111 | 70 | 211 | 57 | 73 | 0 | 56 | 375 | 52 | 46 |
| Binary | 1001001 | 111000 | 10001001 | 101111 | 111011 | 0 | 101110 | 11111101 | 101010 | 100110 |
Color Harmonies of #493889
Complementary color
Monochromatic Colors of #493889
Black with #493889
Text Example
Text Example
White with #493889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493889; }
p { color: rgb(73,56,137); }
H1.HeaderClassName
{
color: #493889;
}
.AnyTagClassName
{
color: #493889;
}
</style>
background-color css
<style>
a { background-color: #493889; }
a { background-color: rgb(73,56,137); }
div.DivClassName
{
background-color: #493889;
}
.BgClassName
{
background-color: #493889;
}
</style>
border-color css
<style>
span { border-color: #493889; }
span { border-color: rgb(73,56,137); }
td.TdClassName
{
border-color: #493889;
}
.TagClassName
{
border-color: #493889;
}
</style>