COLOR #4E2776

HEX: #4E2776
RGB: (78,39,118)

Color info

#4E2776 contains mainly red and blue colors. Web safe color of #4E2776 is #663366 (or #636).

RGB color model

#4E2776 color RGB value is (78,39,118).

  • red value is 78;
  • green value is 39;
  • blue value is 118.
RGB:
(78,39,118)
(31%,15%,46%)

RGB channels and saturation

R 78 of 255 = 31%
G 39 of 255 = 15%
B 118 of 255 = 46%

78
39
118

R + G + B ~ 31%. #4E2776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 39 + 118 = 235 (100%)
R 78 of 235 ~ 33.19%
G 39 of 235 ~ 16.6%
B 118 of 235 ~ 50.21%

%33.19
%16.6
%50.21

CMYK color model

#4E2776 color CMYK value is (34,67,0,54).

  • cyan value is 33.90%
  • magenta value is 66.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(34,67,0,54)
C34M67Y0K54 
(34%,67%,0%,54%)
(0.34/0.67/0.00/0.54)	

CMYK percentages

%33.9
%66.95
%0
%53.73

Codes

Color #4E2776 in popluar color models

4E2776
RGB7839118
HSL270°50.32%30.78%
HSB/HSV270°66.95%46.27%
CMYK33.90%66.95%0.00%
53.73%

Color #4E2776 in popluar number systems.

HEX4E2776
Decimal7839118
Binary10011101001111110110
Octal11647166

Shades and tints

Shades of #4E2776

#4E2776
(78,39,118)
#47246C
(71,36,108)
#402162
(64,33,98)
#391E58
(57,30,88)
#321B4E
(50,27,78)
#2B1844
(43,24,68)
#24153A
(36,21,58)
#1D1230
(29,18,48)
#160F26
(22,15,38)
#0F0C1C
(15,12,28)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #4E2776

#4E2776
(78,39,118)
#5E3A82
(94,58,130)
#6E4D8E
(110,77,142)
#7E609A
(126,96,154)
#8E73A6
(142,115,166)
#9E86B2
(158,134,178)
#AE99BE
(174,153,190)
#BEACCA
(190,172,202)
#CEBFD6
(206,191,214)
#DED2E2
(222,210,226)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2776 color. Also use rgb(78,39,118) instead hex code.

Text Font Color

.myTextColor { color: #4E2776; }

<p style="color:#4E2776">This sample text font color is #4E2776.</p>

This text font color is #4E2776.


Background Color

.myBgColor { background-color: #4E2776; }

<div style="background-color:#4E2776">Inner text</div>

This div background color is #4E2776.


Border color

.myBorderColor { border: 1px solid #4E2776; }

<div style="border:3px solid #4E2776">Div</div>

This div border color is #4E2776.


Opacity

.myOpacity80 { color: #4E2776; opacity: 0.8; }

<p style="color:#4E2776;opacity:0.8;">80%</p>

Text with #4E2776 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4E2776;}

<p style="text-shadow: 3px 3px 1px #4E2776">Text here.</p>

This text has shadow with #4E2776 color.

.textShadow {text-shadow: 3px 3px 1px #4E2776, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4E2776, 5px 5px 20px red">Text here.</p>

This text has shadow with #4E2776 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E2776, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4E2776, Direction=45, Strength=4)">Text</p>

This text has shadow with #4E2776 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4E2776;
  -webkit-box-shadow:	1px 1px 3px 2px #4E2776;
  box-shadow:		1px 1px 3px 2px #4E2776;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E2776;
-webkit-box-shadow: 1px 1px 3px 2px #4E2776;
box-shadow:1px 1px 3px 2px #4E2776;">
Div content here</div>
This div box has shadow with color #4E2776.

Preview

Color preview on black background

This text has color #4E2776 on black background.


Color preview on white background

This text has color #4E2776 on white background.



Black color preview on #4E2776 background

This text has black color on #4E2776 background.


White color preview on #4E2776 background

This text has white color on #4E2776 background.