Shades of Blue Gem #4E3993
Tints of Blue Gem #4E3993
RGB
CMYK
RGB Variations
Color information
#4E3993 (or 0x4E3993) is known color: Blue Gem. HEX triplet: 4E, 39 and 93. RGB value is (78,57,147). Sum of RGB (Red+Green+Blue) = 78+57+147=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E3993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3993 is #B1C66C. Grayscale: #494949. Windows color (decimal): -11650669 or 9648462. OLE color: 9648462.
HSL color Cylindrical-coordinate representation of color #4E3993: hue angle of 254º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E3993 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 57 | 147 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.42 |
| HSL | 254º | 0.44% | 0.4% | - |
| HSV(B) | 254º | 0.61% | 0.58% | - |
| XYZ | 9.87 | 6.65 | 28.37 | - |
| YUV | 73.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 147 | 0.47 | 0.61 | 0 | 0.42 | 254 | 0.44 | 0.4 |
| Hex | 4E | 39 | 93 | 2F | 3D | 0 | 2A | FE | 2C | 28 |
| Octal | 116 | 71 | 223 | 57 | 75 | 0 | 52 | 376 | 54 | 50 |
| Binary | 1001110 | 111001 | 10010011 | 101111 | 111101 | 0 | 101010 | 11111110 | 101100 | 101000 |
Color Harmonies of #4E3993
Complementary color
Monochromatic Colors of #4E3993
Black with #4E3993
Text Example
Text Example
White with #4E3993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3993; }
p { color: rgb(78,57,147); }
H1.HeaderClassName
{
color: #4E3993;
}
.AnyTagClassName
{
color: #4E3993;
}
</style>
background-color css
<style>
a { background-color: #4E3993; }
a { background-color: rgb(78,57,147); }
div.DivClassName
{
background-color: #4E3993;
}
.BgClassName
{
background-color: #4E3993;
}
</style>
border-color css
<style>
span { border-color: #4E3993; }
span { border-color: rgb(78,57,147); }
td.TdClassName
{
border-color: #4E3993;
}
.TagClassName
{
border-color: #4E3993;
}
</style>