Shades of Blue Gem #4E358D
Tints of Blue Gem #4E358D
RGB
CMYK
RGB Variations
Color information
#4E358D (or 0x4E358D) is known color: Blue Gem. HEX triplet: 4E, 35 and 8D. RGB value is (78,53,141). Sum of RGB (Red+Green+Blue) = 78+53+141=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E358D is #B1CA72. Grayscale: #464646. Windows color (decimal): -11651699 or 9254222. OLE color: 9254222.
HSL color Cylindrical-coordinate representation of color #4E358D: hue angle of 257.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E358D is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 53 | 141 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.45 |
| HSL | 257.05º | 0.45% | 0.38% | - |
| HSV(B) | 257.05º | 0.62% | 0.55% | - |
| XYZ | 9.22 | 6.09 | 25.89 | - |
| YUV | 70.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 141 | 0.45 | 0.62 | 0 | 0.45 | 257.05 | 0.45 | 0.38 |
| Hex | 4E | 35 | 8D | 2D | 3E | 0 | 2D | 101 | 2D | 26 |
| Octal | 116 | 65 | 215 | 55 | 76 | 0 | 55 | 401 | 55 | 46 |
| Binary | 1001110 | 110101 | 10001101 | 101101 | 111110 | 0 | 101101 | 100000001 | 101101 | 100110 |
Color Harmonies of #4E358D
Complementary color
Monochromatic Colors of #4E358D
Black with #4E358D
Text Example
Text Example
White with #4E358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E358D; }
p { color: rgb(78,53,141); }
H1.HeaderClassName
{
color: #4E358D;
}
.AnyTagClassName
{
color: #4E358D;
}
</style>
background-color css
<style>
a { background-color: #4E358D; }
a { background-color: rgb(78,53,141); }
div.DivClassName
{
background-color: #4E358D;
}
.BgClassName
{
background-color: #4E358D;
}
</style>
border-color css
<style>
span { border-color: #4E358D; }
span { border-color: rgb(78,53,141); }
td.TdClassName
{
border-color: #4E358D;
}
.TagClassName
{
border-color: #4E358D;
}
</style>