Shades of Blue Gem #4E3A93
Tints of Blue Gem #4E3A93
RGB
CMYK
RGB Variations
Color information
#4E3A93 (or 0x4E3A93) is known color: Blue Gem. HEX triplet: 4E, 3A and 93. RGB value is (78,58,147). Sum of RGB (Red+Green+Blue) = 78+58+147=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E3A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3A93 is #B1C56C. Grayscale: #494949. Windows color (decimal): -11650413 or 9648718. OLE color: 9648718.
HSL color Cylindrical-coordinate representation of color #4E3A93: hue angle of 253.48º degrees, saturation: 0.43, 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 #4E3A93 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 58 | 147 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.42 |
| HSL | 253.48º | 0.43% | 0.4% | - |
| HSV(B) | 253.48º | 0.61% | 0.58% | - |
| XYZ | 9.92 | 6.75 | 28.38 | - |
| YUV | 74.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 147 | 0.47 | 0.61 | 0 | 0.42 | 253.48 | 0.43 | 0.4 |
| Hex | 4E | 3A | 93 | 2F | 3D | 0 | 2A | FD | 2B | 28 |
| Octal | 116 | 72 | 223 | 57 | 75 | 0 | 52 | 375 | 53 | 50 |
| Binary | 1001110 | 111010 | 10010011 | 101111 | 111101 | 0 | 101010 | 11111101 | 101011 | 101000 |
Color Harmonies of #4E3A93
Complementary color
Monochromatic Colors of #4E3A93
Black with #4E3A93
Text Example
Text Example
White with #4E3A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A93; }
p { color: rgb(78,58,147); }
H1.HeaderClassName
{
color: #4E3A93;
}
.AnyTagClassName
{
color: #4E3A93;
}
</style>
background-color css
<style>
a { background-color: #4E3A93; }
a { background-color: rgb(78,58,147); }
div.DivClassName
{
background-color: #4E3A93;
}
.BgClassName
{
background-color: #4E3A93;
}
</style>
border-color css
<style>
span { border-color: #4E3A93; }
span { border-color: rgb(78,58,147); }
td.TdClassName
{
border-color: #4E3A93;
}
.TagClassName
{
border-color: #4E3A93;
}
</style>