Shades of Blue Gem #4E2FAB
Tints of Blue Gem #4E2FAB
RGB
CMYK
RGB Variations
Color information
#4E2FAB (or 0x4E2FAB) is known color: Blue Gem. HEX triplet: 4E, 2F and AB. RGB value is (78,47,171). Sum of RGB (Red+Green+Blue) = 78+47+171=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2FAB is #B1D054. Grayscale: #454545. Windows color (decimal): -11653205 or 11218766. OLE color: 11218766.
HSL color Cylindrical-coordinate representation of color #4E2FAB: hue angle of 255º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E2FAB is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 47 | 171 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.33 |
| HSL | 255º | 0.57% | 0.43% | - |
| HSV(B) | 255º | 0.73% | 0.67% | - |
| XYZ | 11.51 | 6.59 | 39.19 | - |
| YUV | 70.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 171 | 0.54 | 0.73 | 0 | 0.33 | 255 | 0.57 | 0.43 |
| Hex | 4E | 2F | AB | 36 | 49 | 0 | 21 | FF | 39 | 2B |
| Octal | 116 | 57 | 253 | 66 | 111 | 0 | 41 | 377 | 71 | 53 |
| Binary | 1001110 | 101111 | 10101011 | 110110 | 1001001 | 0 | 100001 | 11111111 | 111001 | 101011 |
Color Harmonies of #4E2FAB
Complementary color
Monochromatic Colors of #4E2FAB
Black with #4E2FAB
Text Example
Text Example
White with #4E2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2FAB; }
p { color: rgb(78,47,171); }
H1.HeaderClassName
{
color: #4E2FAB;
}
.AnyTagClassName
{
color: #4E2FAB;
}
</style>
background-color css
<style>
a { background-color: #4E2FAB; }
a { background-color: rgb(78,47,171); }
div.DivClassName
{
background-color: #4E2FAB;
}
.BgClassName
{
background-color: #4E2FAB;
}
</style>
border-color css
<style>
span { border-color: #4E2FAB; }
span { border-color: rgb(78,47,171); }
td.TdClassName
{
border-color: #4E2FAB;
}
.TagClassName
{
border-color: #4E2FAB;
}
</style>