Shades of Blue Gem #4E2EAA
Tints of Blue Gem #4E2EAA
RGB
CMYK
RGB Variations
Color information
#4E2EAA (or 0x4E2EAA) is known color: Blue Gem. HEX triplet: 4E, 2E and AA. RGB value is (78,46,170). Sum of RGB (Red+Green+Blue) = 78+46+170=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2EAA is #B1D155. Grayscale: #454545. Windows color (decimal): -11653462 or 11152974. OLE color: 11152974.
HSL color Cylindrical-coordinate representation of color #4E2EAA: hue angle of 255.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E2EAA is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 46 | 170 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.33 |
| HSL | 255.48º | 0.57% | 0.42% | - |
| HSV(B) | 255.48º | 0.73% | 0.67% | - |
| XYZ | 11.37 | 6.48 | 38.68 | - |
| YUV | 69.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 170 | 0.54 | 0.73 | 0 | 0.33 | 255.48 | 0.57 | 0.42 |
| Hex | 4E | 2E | AA | 36 | 49 | 0 | 21 | FF | 39 | 2A |
| Octal | 116 | 56 | 252 | 66 | 111 | 0 | 41 | 377 | 71 | 52 |
| Binary | 1001110 | 101110 | 10101010 | 110110 | 1001001 | 0 | 100001 | 11111111 | 111001 | 101010 |
Color Harmonies of #4E2EAA
Complementary color
Monochromatic Colors of #4E2EAA
Black with #4E2EAA
Text Example
Text Example
White with #4E2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2EAA; }
p { color: rgb(78,46,170); }
H1.HeaderClassName
{
color: #4E2EAA;
}
.AnyTagClassName
{
color: #4E2EAA;
}
</style>
background-color css
<style>
a { background-color: #4E2EAA; }
a { background-color: rgb(78,46,170); }
div.DivClassName
{
background-color: #4E2EAA;
}
.BgClassName
{
background-color: #4E2EAA;
}
</style>
border-color css
<style>
span { border-color: #4E2EAA; }
span { border-color: rgb(78,46,170); }
td.TdClassName
{
border-color: #4E2EAA;
}
.TagClassName
{
border-color: #4E2EAA;
}
</style>