Shades of Blue Gem #493894
Tints of Blue Gem #493894
RGB
CMYK
RGB Variations
Color information
#493894 (or 0x493894) is known color: Blue Gem. HEX triplet: 49, 38 and 94. RGB value is (73,56,148). Sum of RGB (Red+Green+Blue) = 73+56+148=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #493894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493894 is #B6C76B. Grayscale: #474747. Windows color (decimal): -11978604 or 9713737. OLE color: 9713737.
HSL color Cylindrical-coordinate representation of color #493894: hue angle of 251.09º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493894 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 56 | 148 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.42 |
| HSL | 251.09º | 0.45% | 0.4% | - |
| HSV(B) | 251.09º | 0.62% | 0.58% | - |
| XYZ | 9.51 | 6.38 | 28.75 | - |
| YUV | 71.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 148 | 0.51 | 0.62 | 0 | 0.42 | 251.09 | 0.45 | 0.4 |
| Hex | 49 | 38 | 94 | 33 | 3E | 0 | 2A | FB | 2D | 28 |
| Octal | 111 | 70 | 224 | 63 | 76 | 0 | 52 | 373 | 55 | 50 |
| Binary | 1001001 | 111000 | 10010100 | 110011 | 111110 | 0 | 101010 | 11111011 | 101101 | 101000 |
Color Harmonies of #493894
Complementary color
Monochromatic Colors of #493894
Black with #493894
Text Example
Text Example
White with #493894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493894; }
p { color: rgb(73,56,148); }
H1.HeaderClassName
{
color: #493894;
}
.AnyTagClassName
{
color: #493894;
}
</style>
background-color css
<style>
a { background-color: #493894; }
a { background-color: rgb(73,56,148); }
div.DivClassName
{
background-color: #493894;
}
.BgClassName
{
background-color: #493894;
}
</style>
border-color css
<style>
span { border-color: #493894; }
span { border-color: rgb(73,56,148); }
td.TdClassName
{
border-color: #493894;
}
.TagClassName
{
border-color: #493894;
}
</style>