COLOR #4E4371

HEX: #4E4371 RGB: (78,67,113)

Color info

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

RGB color model

#4E4371 color RGB value is (78,67,113).

RGB: (78,67,113) (31%, 26%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 113 of 255 = 44%

78
67
113

R + G + B ~ 34%. #4E4371 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 67 + 113 = 258 (100%)
R 78 of 258 ~ 30.23%
G 67 of 258 ~ 25.97%
B 113 of 258 ~ 43.8'%

%30.23
%25.97
%43.8

CMYK color model

#4E4371 color CMYK value is (31,41,0,56).

  • cyan value is 30.97%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (31,41,0,56)
C31M41Y0K56 (31%, 41%, 0%, 56%)
(0.31 / 0.41 / 0.00 / 0.56)

CMYK percentages

%30.97
%40.71
%0
%55.69

Codes

Color #4E4371 in popluar color models

4E 43 71
RGB 78 67 113
HSL 254° 25.56% 35.29%
HSB/HSV 254° 40.71% 44.31%
CMYK 30.97% 40.71% 0.00%
55.69%

Color #4E4371 in popluar number systems.

HEX 4E 43 71
Decimal 78 67 113
Binary 1001110 1000011 1110001
Octal 116 103 161

Shades and tints

Shades of #4E4371

#4E4371
(78,67,113)
#473D67
(71,61,103)
#40375D
(64,55,93)
#393153
(57,49,83)
#322B49
(50,43,73)
#2B253F
(43,37,63)
#241F35
(36,31,53)
#1D192B
(29,25,43)
#161321
(22,19,33)
#0F0D17
(15,13,23)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #4E4371

#4E4371
(78,67,113)
#5E547D
(94,84,125)
#6E6589
(110,101,137)
#7E7695
(126,118,149)
#8E87A1
(142,135,161)
#9E98AD
(158,152,173)
#AEA9B9
(174,169,185)
#BEBAC5
(190,186,197)
#CECBD1
(206,203,209)
#DEDCDD
(222,220,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4371 color. Also use rgb(78,67,113) instead hex code.

Text Font Color

.myTextColor { color: #4E4371; }

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

This text font color is #4E4371.

Background Color

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

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

This div background color is #4E4371.

Border color

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

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

This div border color is #4E4371.

Opacity

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

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

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

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

This text has shadow with #4E4371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4371.

Preview

Color preview on black background

This text has color #4E4371 on black background.


Color preview on white background

This text has color #4E4371 on white background.


Black color preview on #4E4371 background

This text has black color on #4E4371 background.


White color preview on #4E4371 background

This text has white color on #4E4371 background.


Related colors

Complementary color

Complementary color for #hex is #B1BC8E.


I love getcolorcode.com

Triadic colors

1 #714E43 and #43714E with #4E4371 are triadic colors.

2 #71434E and #434E71 with #4E4371 are triadic colors.