Shades of Blue Gem #4E2D95
Tints of Blue Gem #4E2D95
RGB
CMYK
RGB Variations
Color information
#4E2D95 (or 0x4E2D95) is known color: Blue Gem. HEX triplet: 4E, 2D and 95. RGB value is (78,45,149). Sum of RGB (Red+Green+Blue) = 78+45+149=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E2D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2D95 is #B1D26A. Grayscale: #424242. Windows color (decimal): -11653739 or 9776462. OLE color: 9776462.
HSL color Cylindrical-coordinate representation of color #4E2D95: hue angle of 259.04º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2D95 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 45 | 149 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.42 |
| HSL | 259.04º | 0.54% | 0.38% | - |
| HSV(B) | 259.04º | 0.7% | 0.58% | - |
| XYZ | 9.51 | 5.67 | 29.03 | - |
| YUV | 66.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 149 | 0.48 | 0.70 | 0 | 0.42 | 259.04 | 0.54 | 0.38 |
| Hex | 4E | 2D | 95 | 30 | 46 | 0 | 2A | 103 | 36 | 26 |
| Octal | 116 | 55 | 225 | 60 | 106 | 0 | 52 | 403 | 66 | 46 |
| Binary | 1001110 | 101101 | 10010101 | 110000 | 1000110 | 0 | 101010 | 100000011 | 110110 | 100110 |
Color Harmonies of #4E2D95
Complementary color
Monochromatic Colors of #4E2D95
Black with #4E2D95
Text Example
Text Example
White with #4E2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D95; }
p { color: rgb(78,45,149); }
H1.HeaderClassName
{
color: #4E2D95;
}
.AnyTagClassName
{
color: #4E2D95;
}
</style>
background-color css
<style>
a { background-color: #4E2D95; }
a { background-color: rgb(78,45,149); }
div.DivClassName
{
background-color: #4E2D95;
}
.BgClassName
{
background-color: #4E2D95;
}
</style>
border-color css
<style>
span { border-color: #4E2D95; }
span { border-color: rgb(78,45,149); }
td.TdClassName
{
border-color: #4E2D95;
}
.TagClassName
{
border-color: #4E2D95;
}
</style>