COLOR #4E4D77

HEX: #4E4D77
RGB: (78,77,119)

Color info

#4E4D77 contains red, green and blue colors in about the same proportion. Web safe color of #4E4D77 is #663366 (or #636).

RGB color model

#4E4D77 color RGB value is (78,77,119).

  • red value is 78;
  • green value is 77;
  • blue value is 119.
RGB:
(78,77,119)
(31%,30%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 77 of 255 = 30%
B 119 of 255 = 47%

78
77
119

R + G + B ~ 36%. #4E4D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 77 + 119 = 274 (100%)
R 78 of 274 ~ 28.47%
G 77 of 274 ~ 28.1%
B 119 of 274 ~ 43.43%

%28.47
%28.1
%43.43

CMYK color model

#4E4D77 color CMYK value is (34,35,0,53).

  • cyan value is 34.45%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(34,35,0,53)
C34M35Y0K53 
(34%,35%,0%,53%)
(0.34/0.35/0.00/0.53)	

CMYK percentages

%34.45
%35.29
%0
%53.33

Codes

Color #4E4D77 in popluar color models

4E4D77
RGB7877119
HSL241°21.43%38.43%
HSB/HSV241°35.29%46.67%
CMYK34.45%35.29%0.00%
53.33%

Color #4E4D77 in popluar number systems.

HEX4E4D77
Decimal7877119
Binary100111010011011110111
Octal116115167

Shades and tints

Shades of #4E4D77

#4E4D77
(78,77,119)
#47466D
(71,70,109)
#403F63
(64,63,99)
#393859
(57,56,89)
#32314F
(50,49,79)
#2B2A45
(43,42,69)
#24233B
(36,35,59)
#1D1C31
(29,28,49)
#161527
(22,21,39)
#0F0E1D
(15,14,29)
#080713
(8,7,19)
#000000
(0,0,0)

Tints of #4E4D77

#4E4D77
(78,77,119)
#5E5D83
(94,93,131)
#6E6D8F
(110,109,143)
#7E7D9B
(126,125,155)
#8E8DA7
(142,141,167)
#9E9DB3
(158,157,179)
#AEADBF
(174,173,191)
#BEBDCB
(190,189,203)
#CECDD7
(206,205,215)
#DEDDE3
(222,221,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4D77 color. Also use rgb(78,77,119) instead hex code.

Text Font Color

.myTextColor { color: #4E4D77; }

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

This text font color is #4E4D77.


Background Color

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

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

This div background color is #4E4D77.


Border color

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

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

This div border color is #4E4D77.


Opacity

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

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

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

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

This text has shadow with #4E4D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4D77 on black background.


Color preview on white background

This text has color #4E4D77 on white background.



Black color preview on #4E4D77 background

This text has black color on #4E4D77 background.


White color preview on #4E4D77 background

This text has white color on #4E4D77 background.