Shades of Blue Gem #493D94
Tints of Blue Gem #493D94
RGB
CMYK
RGB Variations
Color information
#493D94 (or 0x493D94) is known color: Blue Gem. HEX triplet: 49, 3D and 94. RGB value is (73,61,148). Sum of RGB (Red+Green+Blue) = 73+61+148=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #493D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D94 is #B6C26B. Grayscale: #4A4A4A. Windows color (decimal): -11977324 or 9715017. OLE color: 9715017.
HSL color Cylindrical-coordinate representation of color #493D94: hue angle of 248.28º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493D94 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 61 | 148 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.42 |
| HSL | 248.28º | 0.42% | 0.41% | - |
| HSV(B) | 248.28º | 0.59% | 0.58% | - |
| XYZ | 9.76 | 6.89 | 28.83 | - |
| YUV | 74.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 148 | 0.51 | 0.59 | 0 | 0.42 | 248.28 | 0.42 | 0.41 |
| Hex | 49 | 3D | 94 | 33 | 3B | 0 | 2A | F8 | 2A | 29 |
| Octal | 111 | 75 | 224 | 63 | 73 | 0 | 52 | 370 | 52 | 51 |
| Binary | 1001001 | 111101 | 10010100 | 110011 | 111011 | 0 | 101010 | 11111000 | 101010 | 101001 |
Color Harmonies of #493D94
Complementary color
Monochromatic Colors of #493D94
Black with #493D94
Text Example
Text Example
White with #493D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D94; }
p { color: rgb(73,61,148); }
H1.HeaderClassName
{
color: #493D94;
}
.AnyTagClassName
{
color: #493D94;
}
</style>
background-color css
<style>
a { background-color: #493D94; }
a { background-color: rgb(73,61,148); }
div.DivClassName
{
background-color: #493D94;
}
.BgClassName
{
background-color: #493D94;
}
</style>
border-color css
<style>
span { border-color: #493D94; }
span { border-color: rgb(73,61,148); }
td.TdClassName
{
border-color: #493D94;
}
.TagClassName
{
border-color: #493D94;
}
</style>