Shades of Blue Gem #4E2899
Tints of Blue Gem #4E2899
RGB
CMYK
RGB Variations
Color information
#4E2899 (or 0x4E2899) is known color: Blue Gem. HEX triplet: 4E, 28 and 99. RGB value is (78,40,153). Sum of RGB (Red+Green+Blue) = 78+40+153=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E2899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2899 is #B1D766. Grayscale: #3F3F3F. Windows color (decimal): -11655015 or 10037326. OLE color: 10037326.
HSL color Cylindrical-coordinate representation of color #4E2899: hue angle of 260.18º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2899 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 40 | 153 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.4 |
| HSL | 260.18º | 0.59% | 0.38% | - |
| HSV(B) | 260.18º | 0.74% | 0.6% | - |
| XYZ | 9.65 | 5.44 | 30.68 | - |
| YUV | 64.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 153 | 0.49 | 0.74 | 0 | 0.4 | 260.18 | 0.59 | 0.38 |
| Hex | 4E | 28 | 99 | 31 | 4A | 0 | 28 | 104 | 3B | 26 |
| Octal | 116 | 50 | 231 | 61 | 112 | 0 | 50 | 404 | 73 | 46 |
| Binary | 1001110 | 101000 | 10011001 | 110001 | 1001010 | 0 | 101000 | 100000100 | 111011 | 100110 |
Color Harmonies of #4E2899
Complementary color
Monochromatic Colors of #4E2899
Black with #4E2899
Text Example
Text Example
White with #4E2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2899; }
p { color: rgb(78,40,153); }
H1.HeaderClassName
{
color: #4E2899;
}
.AnyTagClassName
{
color: #4E2899;
}
</style>
background-color css
<style>
a { background-color: #4E2899; }
a { background-color: rgb(78,40,153); }
div.DivClassName
{
background-color: #4E2899;
}
.BgClassName
{
background-color: #4E2899;
}
</style>
border-color css
<style>
span { border-color: #4E2899; }
span { border-color: rgb(78,40,153); }
td.TdClassName
{
border-color: #4E2899;
}
.TagClassName
{
border-color: #4E2899;
}
</style>