COLOR #4E3571

HEX: #4E3571 RGB: (78,53,113)

Color info

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

RGB color model

#4E3571 color RGB value is (78,53,113).

RGB: (78,53,113) (31%, 21%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 53 of 255 = 21%
B 113 of 255 = 44%

78
53
113

R + G + B ~ 32%. #4E3571 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 53 + 113 = 244 (100%)
R 78 of 244 ~ 31.97%
G 53 of 244 ~ 21.72%
B 113 of 244 ~ 46.31'%

%31.97
%21.72
%46.31

CMYK color model

#4E3571 color CMYK value is (31,53,0,56).

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

CMYK: (31,53,0,56)
C31M53Y0K56 (31%, 53%, 0%, 56%)
(0.31 / 0.53 / 0.00 / 0.56)

CMYK percentages

%30.97
%53.1
%0
%55.69

Codes

Color #4E3571 in popluar color models

4E 35 71
RGB 78 53 113
HSL 265° 36.14% 32.55%
HSB/HSV 265° 53.10% 44.31%
CMYK 30.97% 53.10% 0.00%
55.69%

Color #4E3571 in popluar number systems.

HEX 4E 35 71
Decimal 78 53 113
Binary 1001110 110101 1110001
Octal 116 65 161

Shades and tints

Shades of #4E3571

#4E3571
(78,53,113)
#473167
(71,49,103)
#402D5D
(64,45,93)
#392953
(57,41,83)
#322549
(50,37,73)
#2B213F
(43,33,63)
#241D35
(36,29,53)
#1D192B
(29,25,43)
#161521
(22,21,33)
#0F1117
(15,17,23)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E3571

#4E3571
(78,53,113)
#5E477D
(94,71,125)
#6E5989
(110,89,137)
#7E6B95
(126,107,149)
#8E7DA1
(142,125,161)
#9E8FAD
(158,143,173)
#AEA1B9
(174,161,185)
#BEB3C5
(190,179,197)
#CEC5D1
(206,197,209)
#DED7DD
(222,215,221)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3571; }

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

This text font color is #4E3571.

Background Color

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

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

This div background color is #4E3571.

Border color

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

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

This div border color is #4E3571.

Opacity

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

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

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

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

This text has shadow with #4E3571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3571.

Preview

Color preview on black background

This text has color #4E3571 on black background.


Color preview on white background

This text has color #4E3571 on white background.


Black color preview on #4E3571 background

This text has black color on #4E3571 background.


White color preview on #4E3571 background

This text has white color on #4E3571 background.


Related colors

Complementary color

Complementary color for #hex is #B1CA8E.


I love getcolorcode.com

Triadic colors

1 #714E35 and #35714E with #4E3571 are triadic colors.

2 #71354E and #354E71 with #4E3571 are triadic colors.