COLOR #4E2C70

HEX: #4E2C70
RGB: (78,44,112)

Color info

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

RGB color model

#4E2C70 color RGB value is (78,44,112).

  • red value is 78;
  • green value is 44;
  • blue value is 112.
RGB:
(78,44,112)
(31%,17%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 44 of 255 = 17%
B 112 of 255 = 44%

78
44
112

R + G + B ~ 31%. #4E2C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 44 + 112 = 234 (100%)
R 78 of 234 ~ 33.33%
G 44 of 234 ~ 18.8%
B 112 of 234 ~ 47.86%

%33.33
%18.8
%47.86

CMYK color model

#4E2C70 color CMYK value is (30,61,0,56).

  • cyan value is 30.36%
  • magenta value is 60.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(30,61,0,56)
C30M61Y0K56 
(30%,61%,0%,56%)
(0.30/0.61/0.00/0.56)	

CMYK percentages

%30.36
%60.71
%0
%56.08

Codes

Color #4E2C70 in popluar color models

4E2C70
RGB7844112
HSL270°43.59%30.59%
HSB/HSV270°60.71%43.92%
CMYK30.36%60.71%0.00%
56.08%

Color #4E2C70 in popluar number systems.

HEX4E2C70
Decimal7844112
Binary10011101011001110000
Octal11654160

Shades and tints

Shades of #4E2C70

#4E2C70
(78,44,112)
#472866
(71,40,102)
#40245C
(64,36,92)
#392052
(57,32,82)
#321C48
(50,28,72)
#2B183E
(43,24,62)
#241434
(36,20,52)
#1D102A
(29,16,42)
#160C20
(22,12,32)
#0F0816
(15,8,22)
#08040C
(8,4,12)
#000000
(0,0,0)

Tints of #4E2C70

#4E2C70
(78,44,112)
#5E3F7D
(94,63,125)
#6E528A
(110,82,138)
#7E6597
(126,101,151)
#8E78A4
(142,120,164)
#9E8BB1
(158,139,177)
#AE9EBE
(174,158,190)
#BEB1CB
(190,177,203)
#CEC4D8
(206,196,216)
#DED7E5
(222,215,229)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2C70 color. Also use rgb(78,44,112) instead hex code.

Text Font Color

.myTextColor { color: #4E2C70; }

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

This text font color is #4E2C70.


Background Color

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

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

This div background color is #4E2C70.


Border color

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

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

This div border color is #4E2C70.


Opacity

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

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

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

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

This text has shadow with #4E2C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2C70 on black background.


Color preview on white background

This text has color #4E2C70 on white background.



Black color preview on #4E2C70 background

This text has black color on #4E2C70 background.


White color preview on #4E2C70 background

This text has white color on #4E2C70 background.