Shades of Blue Gem #4E2F9D
Tints of Blue Gem #4E2F9D
RGB
CMYK
RGB Variations
Color information
#4E2F9D (or 0x4E2F9D) is known color: Blue Gem. HEX triplet: 4E, 2F and 9D. RGB value is (78,47,157). Sum of RGB (Red+Green+Blue) = 78+47+157=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E2F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2F9D is #B1D062. Grayscale: #444444. Windows color (decimal): -11653219 or 10301262. OLE color: 10301262.
HSL color Cylindrical-coordinate representation of color #4E2F9D: hue angle of 256.91º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2F9D is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 47 | 157 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.38 |
| HSL | 256.91º | 0.54% | 0.4% | - |
| HSV(B) | 256.91º | 0.7% | 0.62% | - |
| XYZ | 10.24 | 6.09 | 32.53 | - |
| YUV | 68.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 157 | 0.50 | 0.70 | 0 | 0.38 | 256.91 | 0.54 | 0.4 |
| Hex | 4E | 2F | 9D | 32 | 46 | 0 | 26 | 101 | 36 | 28 |
| Octal | 116 | 57 | 235 | 62 | 106 | 0 | 46 | 401 | 66 | 50 |
| Binary | 1001110 | 101111 | 10011101 | 110010 | 1000110 | 0 | 100110 | 100000001 | 110110 | 101000 |
Color Harmonies of #4E2F9D
Complementary color
Monochromatic Colors of #4E2F9D
Black with #4E2F9D
Text Example
Text Example
White with #4E2F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F9D; }
p { color: rgb(78,47,157); }
H1.HeaderClassName
{
color: #4E2F9D;
}
.AnyTagClassName
{
color: #4E2F9D;
}
</style>
background-color css
<style>
a { background-color: #4E2F9D; }
a { background-color: rgb(78,47,157); }
div.DivClassName
{
background-color: #4E2F9D;
}
.BgClassName
{
background-color: #4E2F9D;
}
</style>
border-color css
<style>
span { border-color: #4E2F9D; }
span { border-color: rgb(78,47,157); }
td.TdClassName
{
border-color: #4E2F9D;
}
.TagClassName
{
border-color: #4E2F9D;
}
</style>