Shades of Blue Gem #4E418D
Tints of Blue Gem #4E418D
RGB
CMYK
RGB Variations
Color information
#4E418D (or 0x4E418D) is known color: Blue Gem. HEX triplet: 4E, 41 and 8D. RGB value is (78,65,141). Sum of RGB (Red+Green+Blue) = 78+65+141=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E418D is #B1BE72. Grayscale: #4D4D4D. Windows color (decimal): -11648627 or 9257294. OLE color: 9257294.
HSL color Cylindrical-coordinate representation of color #4E418D: hue angle of 250.26º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E418D is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 65 | 141 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.45 |
| HSL | 250.26º | 0.37% | 0.4% | - |
| HSV(B) | 250.26º | 0.54% | 0.55% | - |
| XYZ | 9.84 | 7.32 | 26.09 | - |
| YUV | 77.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 141 | 0.45 | 0.54 | 0 | 0.45 | 250.26 | 0.37 | 0.4 |
| Hex | 4E | 41 | 8D | 2D | 36 | 0 | 2D | FA | 25 | 28 |
| Octal | 116 | 101 | 215 | 55 | 66 | 0 | 55 | 372 | 45 | 50 |
| Binary | 1001110 | 1000001 | 10001101 | 101101 | 110110 | 0 | 101101 | 11111010 | 100101 | 101000 |
Color Harmonies of #4E418D
Complementary color
Monochromatic Colors of #4E418D
Black with #4E418D
Text Example
Text Example
White with #4E418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E418D; }
p { color: rgb(78,65,141); }
H1.HeaderClassName
{
color: #4E418D;
}
.AnyTagClassName
{
color: #4E418D;
}
</style>
background-color css
<style>
a { background-color: #4E418D; }
a { background-color: rgb(78,65,141); }
div.DivClassName
{
background-color: #4E418D;
}
.BgClassName
{
background-color: #4E418D;
}
</style>
border-color css
<style>
span { border-color: #4E418D; }
span { border-color: rgb(78,65,141); }
td.TdClassName
{
border-color: #4E418D;
}
.TagClassName
{
border-color: #4E418D;
}
</style>