Shades of Blue Gem #4E368D
Tints of Blue Gem #4E368D
RGB
CMYK
RGB Variations
Color information
#4E368D (or 0x4E368D) is known color: Blue Gem. HEX triplet: 4E, 36 and 8D. RGB value is (78,54,141). Sum of RGB (Red+Green+Blue) = 78+54+141=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E368D is #B1C972. Grayscale: #464646. Windows color (decimal): -11651443 or 9254478. OLE color: 9254478.
HSL color Cylindrical-coordinate representation of color #4E368D: hue angle of 256.55º 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 #4E368D is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 54 | 141 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.45 |
| HSL | 256.55º | 0.45% | 0.38% | - |
| HSV(B) | 256.55º | 0.62% | 0.55% | - |
| XYZ | 9.27 | 6.18 | 25.9 | - |
| YUV | 71.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 141 | 0.45 | 0.62 | 0 | 0.45 | 256.55 | 0.45 | 0.38 |
| Hex | 4E | 36 | 8D | 2D | 3E | 0 | 2D | 101 | 2D | 26 |
| Octal | 116 | 66 | 215 | 55 | 76 | 0 | 55 | 401 | 55 | 46 |
| Binary | 1001110 | 110110 | 10001101 | 101101 | 111110 | 0 | 101101 | 100000001 | 101101 | 100110 |
Color Harmonies of #4E368D
Complementary color
Monochromatic Colors of #4E368D
Black with #4E368D
Text Example
Text Example
White with #4E368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E368D; }
p { color: rgb(78,54,141); }
H1.HeaderClassName
{
color: #4E368D;
}
.AnyTagClassName
{
color: #4E368D;
}
</style>
background-color css
<style>
a { background-color: #4E368D; }
a { background-color: rgb(78,54,141); }
div.DivClassName
{
background-color: #4E368D;
}
.BgClassName
{
background-color: #4E368D;
}
</style>
border-color css
<style>
span { border-color: #4E368D; }
span { border-color: rgb(78,54,141); }
td.TdClassName
{
border-color: #4E368D;
}
.TagClassName
{
border-color: #4E368D;
}
</style>