Shades of Blue Gem #4E2E8D
Tints of Blue Gem #4E2E8D
RGB
CMYK
RGB Variations
Color information
#4E2E8D (or 0x4E2E8D) is known color: Blue Gem. HEX triplet: 4E, 2E and 8D. RGB value is (78,46,141). Sum of RGB (Red+Green+Blue) = 78+46+141=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E2E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2E8D is #B1D172. Grayscale: #424242. Windows color (decimal): -11653491 or 9252430. OLE color: 9252430.
HSL color Cylindrical-coordinate representation of color #4E2E8D: hue angle of 260.21º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E2E8D is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 46 | 141 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.45 |
| HSL | 260.21º | 0.51% | 0.37% | - |
| HSV(B) | 260.21º | 0.67% | 0.55% | - |
| XYZ | 8.93 | 5.5 | 25.79 | - |
| YUV | 66.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 141 | 0.45 | 0.67 | 0 | 0.45 | 260.21 | 0.51 | 0.37 |
| Hex | 4E | 2E | 8D | 2D | 43 | 0 | 2D | 104 | 33 | 25 |
| Octal | 116 | 56 | 215 | 55 | 103 | 0 | 55 | 404 | 63 | 45 |
| Binary | 1001110 | 101110 | 10001101 | 101101 | 1000011 | 0 | 101101 | 100000100 | 110011 | 100101 |
Color Harmonies of #4E2E8D
Complementary color
Monochromatic Colors of #4E2E8D
Black with #4E2E8D
Text Example
Text Example
White with #4E2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E8D; }
p { color: rgb(78,46,141); }
H1.HeaderClassName
{
color: #4E2E8D;
}
.AnyTagClassName
{
color: #4E2E8D;
}
</style>
background-color css
<style>
a { background-color: #4E2E8D; }
a { background-color: rgb(78,46,141); }
div.DivClassName
{
background-color: #4E2E8D;
}
.BgClassName
{
background-color: #4E2E8D;
}
</style>
border-color css
<style>
span { border-color: #4E2E8D; }
span { border-color: rgb(78,46,141); }
td.TdClassName
{
border-color: #4E2E8D;
}
.TagClassName
{
border-color: #4E2E8D;
}
</style>