Shades of Blue Gem #4E2F9B
Tints of Blue Gem #4E2F9B
RGB
CMYK
RGB Variations
Color information
#4E2F9B (or 0x4E2F9B) is known color: Blue Gem. HEX triplet: 4E, 2F and 9B. RGB value is (78,47,155). Sum of RGB (Red+Green+Blue) = 78+47+155=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E2F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2F9B is #B1D064. Grayscale: #444444. Windows color (decimal): -11653221 or 10170190. OLE color: 10170190.
HSL color Cylindrical-coordinate representation of color #4E2F9B: hue angle of 257.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2F9B is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 47 | 155 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.39 |
| HSL | 257.22º | 0.53% | 0.4% | - |
| HSV(B) | 257.22º | 0.7% | 0.61% | - |
| XYZ | 10.07 | 6.02 | 31.64 | - |
| YUV | 68.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 155 | 0.50 | 0.70 | 0 | 0.39 | 257.22 | 0.53 | 0.4 |
| Hex | 4E | 2F | 9B | 32 | 46 | 0 | 27 | 101 | 35 | 28 |
| Octal | 116 | 57 | 233 | 62 | 106 | 0 | 47 | 401 | 65 | 50 |
| Binary | 1001110 | 101111 | 10011011 | 110010 | 1000110 | 0 | 100111 | 100000001 | 110101 | 101000 |
Color Harmonies of #4E2F9B
Complementary color
Monochromatic Colors of #4E2F9B
Black with #4E2F9B
Text Example
Text Example
White with #4E2F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F9B; }
p { color: rgb(78,47,155); }
H1.HeaderClassName
{
color: #4E2F9B;
}
.AnyTagClassName
{
color: #4E2F9B;
}
</style>
background-color css
<style>
a { background-color: #4E2F9B; }
a { background-color: rgb(78,47,155); }
div.DivClassName
{
background-color: #4E2F9B;
}
.BgClassName
{
background-color: #4E2F9B;
}
</style>
border-color css
<style>
span { border-color: #4E2F9B; }
span { border-color: rgb(78,47,155); }
td.TdClassName
{
border-color: #4E2F9B;
}
.TagClassName
{
border-color: #4E2F9B;
}
</style>