COLOR #4E3973

HEX: #4E3973
RGB: (78,57,115)

Color info

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

RGB color model

#4E3973 color RGB value is (78,57,115).

  • red value is 78;
  • green value is 57;
  • blue value is 115.
RGB:
(78,57,115)
(31%,22%,45%)

RGB channels and saturation

R 78 of 255 = 31%
G 57 of 255 = 22%
B 115 of 255 = 45%

78
57
115

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

Portions of RGB colors in percentages

R + G + B =
78 + 57 + 115 = 250 (100%)
R 78 of 250 ~ 31.2%
G 57 of 250 ~ 22.8%
B 115 of 250 ~ 46%

%31.2
%22.8
%46

CMYK color model

#4E3973 color CMYK value is (32,50,0,55).

  • cyan value is 32.17%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(32,50,0,55)
C32M50Y0K55 
(32%,50%,0%,55%)
(0.32/0.50/0.00/0.55)	

CMYK percentages

%32.17
%50.43
%0
%54.9

Codes

Color #4E3973 in popluar color models

4E3973
RGB7857115
HSL262°33.72%33.73%
HSB/HSV262°50.43%45.10%
CMYK32.17%50.43%0.00%
54.90%

Color #4E3973 in popluar number systems.

HEX4E3973
Decimal7857115
Binary10011101110011110011
Octal11671163

Shades and tints

Shades of #4E3973

#4E3973
(78,57,115)
#473469
(71,52,105)
#402F5F
(64,47,95)
#392A55
(57,42,85)
#32254B
(50,37,75)
#2B2041
(43,32,65)
#241B37
(36,27,55)
#1D162D
(29,22,45)
#161123
(22,17,35)
#0F0C19
(15,12,25)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #4E3973

#4E3973
(78,57,115)
#5E4B7F
(94,75,127)
#6E5D8B
(110,93,139)
#7E6F97
(126,111,151)
#8E81A3
(142,129,163)
#9E93AF
(158,147,175)
#AEA5BB
(174,165,187)
#BEB7C7
(190,183,199)
#CEC9D3
(206,201,211)
#DEDBDF
(222,219,223)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3973 color. Also use rgb(78,57,115) instead hex code.

Text Font Color

.myTextColor { color: #4E3973; }

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

This text font color is #4E3973.


Background Color

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

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

This div background color is #4E3973.


Border color

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

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

This div border color is #4E3973.


Opacity

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

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

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

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

This text has shadow with #4E3973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3973 on black background.


Color preview on white background

This text has color #4E3973 on white background.



Black color preview on #4E3973 background

This text has black color on #4E3973 background.


White color preview on #4E3973 background

This text has white color on #4E3973 background.