Shades of Blue Gem #493897
Tints of Blue Gem #493897
RGB
CMYK
RGB Variations
Color information
#493897 (or 0x493897) is known color: Blue Gem. HEX triplet: 49, 38 and 97. RGB value is (73,56,151). Sum of RGB (Red+Green+Blue) = 73+56+151=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #493897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493897 is #B6C768. Grayscale: #474747. Windows color (decimal): -11978601 or 9910345. OLE color: 9910345.
HSL color Cylindrical-coordinate representation of color #493897: hue angle of 250.74º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493897 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 56 | 151 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.41 |
| HSL | 250.74º | 0.46% | 0.41% | - |
| HSV(B) | 250.74º | 0.63% | 0.59% | - |
| XYZ | 9.75 | 6.48 | 30.02 | - |
| YUV | 71.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 151 | 0.52 | 0.63 | 0 | 0.41 | 250.74 | 0.46 | 0.41 |
| Hex | 49 | 38 | 97 | 34 | 3F | 0 | 29 | FB | 2E | 29 |
| Octal | 111 | 70 | 227 | 64 | 77 | 0 | 51 | 373 | 56 | 51 |
| Binary | 1001001 | 111000 | 10010111 | 110100 | 111111 | 0 | 101001 | 11111011 | 101110 | 101001 |
Color Harmonies of #493897
Complementary color
Monochromatic Colors of #493897
Black with #493897
Text Example
Text Example
White with #493897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493897; }
p { color: rgb(73,56,151); }
H1.HeaderClassName
{
color: #493897;
}
.AnyTagClassName
{
color: #493897;
}
</style>
background-color css
<style>
a { background-color: #493897; }
a { background-color: rgb(73,56,151); }
div.DivClassName
{
background-color: #493897;
}
.BgClassName
{
background-color: #493897;
}
</style>
border-color css
<style>
span { border-color: #493897; }
span { border-color: rgb(73,56,151); }
td.TdClassName
{
border-color: #493897;
}
.TagClassName
{
border-color: #493897;
}
</style>