COLOR #4E3C79

HEX: #4E3C79
RGB: (78,60,121)

Color info

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

RGB color model

#4E3C79 color RGB value is (78,60,121).

  • red value is 78;
  • green value is 60;
  • blue value is 121.
RGB:
(78,60,121)
(31%,24%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 60 of 255 = 24%
B 121 of 255 = 47%

78
60
121

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

Portions of RGB colors in percentages

R + G + B =
78 + 60 + 121 = 259 (100%)
R 78 of 259 ~ 30.12%
G 60 of 259 ~ 23.17%
B 121 of 259 ~ 46.72%

%30.12
%23.17
%46.72

CMYK color model

#4E3C79 color CMYK value is (36,50,0,53).

  • cyan value is 35.54%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,50,0,53)
C36M50Y0K53 
(36%,50%,0%,53%)
(0.36/0.50/0.00/0.53)	

CMYK percentages

%35.54
%50.41
%0
%52.55

Codes

Color #4E3C79 in popluar color models

4E3C79
RGB7860121
HSL258°33.70%35.49%
HSB/HSV258°50.41%47.45%
CMYK35.54%50.41%0.00%
52.55%

Color #4E3C79 in popluar number systems.

HEX4E3C79
Decimal7860121
Binary10011101111001111001
Octal11674171

Shades and tints

Shades of #4E3C79

#4E3C79
(78,60,121)
#47376E
(71,55,110)
#403263
(64,50,99)
#392D58
(57,45,88)
#32284D
(50,40,77)
#2B2342
(43,35,66)
#241E37
(36,30,55)
#1D192C
(29,25,44)
#161421
(22,20,33)
#0F0F16
(15,15,22)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E3C79

#4E3C79
(78,60,121)
#5E4D85
(94,77,133)
#6E5E91
(110,94,145)
#7E6F9D
(126,111,157)
#8E80A9
(142,128,169)
#9E91B5
(158,145,181)
#AEA2C1
(174,162,193)
#BEB3CD
(190,179,205)
#CEC4D9
(206,196,217)
#DED5E5
(222,213,229)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3C79 color. Also use rgb(78,60,121) instead hex code.

Text Font Color

.myTextColor { color: #4E3C79; }

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

This text font color is #4E3C79.


Background Color

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

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

This div background color is #4E3C79.


Border color

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

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

This div border color is #4E3C79.


Opacity

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

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

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

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

This text has shadow with #4E3C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3C79 on black background.


Color preview on white background

This text has color #4E3C79 on white background.



Black color preview on #4E3C79 background

This text has black color on #4E3C79 background.


White color preview on #4E3C79 background

This text has white color on #4E3C79 background.