COLOR #4E3A76

HEX: #4E3A76
RGB: (78,58,118)

Color info

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

RGB color model

#4E3A76 color RGB value is (78,58,118).

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

RGB channels and saturation

R 78 of 255 = 31%
G 58 of 255 = 23%
B 118 of 255 = 46%

78
58
118

R + G + B ~ 33%. #4E3A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 58 + 118 = 254 (100%)
R 78 of 254 ~ 30.71%
G 58 of 254 ~ 22.83%
B 118 of 254 ~ 46.46%

%30.71
%22.83
%46.46

CMYK color model

#4E3A76 color CMYK value is (34,51,0,54).

  • cyan value is 33.90%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(34,51,0,54)
C34M51Y0K54 
(34%,51%,0%,54%)
(0.34/0.51/0.00/0.54)	

CMYK percentages

%33.9
%50.85
%0
%53.73

Codes

Color #4E3A76 in popluar color models

4E3A76
RGB7858118
HSL260°34.09%34.51%
HSB/HSV260°50.85%46.27%
CMYK33.90%50.85%0.00%
53.73%

Color #4E3A76 in popluar number systems.

HEX4E3A76
Decimal7858118
Binary10011101110101110110
Octal11672166

Shades and tints

Shades of #4E3A76

#4E3A76
(78,58,118)
#47356C
(71,53,108)
#403062
(64,48,98)
#392B58
(57,43,88)
#32264E
(50,38,78)
#2B2144
(43,33,68)
#241C3A
(36,28,58)
#1D1730
(29,23,48)
#161226
(22,18,38)
#0F0D1C
(15,13,28)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #4E3A76

#4E3A76
(78,58,118)
#5E4B82
(94,75,130)
#6E5C8E
(110,92,142)
#7E6D9A
(126,109,154)
#8E7EA6
(142,126,166)
#9E8FB2
(158,143,178)
#AEA0BE
(174,160,190)
#BEB1CA
(190,177,202)
#CEC2D6
(206,194,214)
#DED3E2
(222,211,226)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3A76; }

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

This text font color is #4E3A76.


Background Color

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

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

This div background color is #4E3A76.


Border color

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

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

This div border color is #4E3A76.


Opacity

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

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

Text with #4E3A76 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 #4E3A76;}

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

This text has shadow with #4E3A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3A76 on black background.


Color preview on white background

This text has color #4E3A76 on white background.



Black color preview on #4E3A76 background

This text has black color on #4E3A76 background.


White color preview on #4E3A76 background

This text has white color on #4E3A76 background.