Shades of Blue Gem #4E2E99
Tints of Blue Gem #4E2E99
RGB
CMYK
RGB Variations
Color information
#4E2E99 (or 0x4E2E99) is known color: Blue Gem. HEX triplet: 4E, 2E and 99. RGB value is (78,46,153). Sum of RGB (Red+Green+Blue) = 78+46+153=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E2E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2E99 is #B1D166. Grayscale: #434343. Windows color (decimal): -11653479 or 10038862. OLE color: 10038862.
HSL color Cylindrical-coordinate representation of color #4E2E99: hue angle of 257.94º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2E99 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 46 | 153 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.4 |
| HSL | 257.94º | 0.54% | 0.39% | - |
| HSV(B) | 257.94º | 0.7% | 0.6% | - |
| XYZ | 9.87 | 5.87 | 30.75 | - |
| YUV | 67.77 | 176.1 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 153 | 0.49 | 0.70 | 0 | 0.4 | 257.94 | 0.54 | 0.39 |
| Hex | 4E | 2E | 99 | 31 | 46 | 0 | 28 | 102 | 36 | 27 |
| Octal | 116 | 56 | 231 | 61 | 106 | 0 | 50 | 402 | 66 | 47 |
| Binary | 1001110 | 101110 | 10011001 | 110001 | 1000110 | 0 | 101000 | 100000010 | 110110 | 100111 |
Color Harmonies of #4E2E99
Complementary color
Monochromatic Colors of #4E2E99
Black with #4E2E99
Text Example
Text Example
White with #4E2E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E99; }
p { color: rgb(78,46,153); }
H1.HeaderClassName
{
color: #4E2E99;
}
.AnyTagClassName
{
color: #4E2E99;
}
</style>
background-color css
<style>
a { background-color: #4E2E99; }
a { background-color: rgb(78,46,153); }
div.DivClassName
{
background-color: #4E2E99;
}
.BgClassName
{
background-color: #4E2E99;
}
</style>
border-color css
<style>
span { border-color: #4E2E99; }
span { border-color: rgb(78,46,153); }
td.TdClassName
{
border-color: #4E2E99;
}
.TagClassName
{
border-color: #4E2E99;
}
</style>