COLOR #4E1C70

HEX: #4E1C70
RGB: (78,28,112)

Color info

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

RGB color model

#4E1C70 color RGB value is (78,28,112).

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

RGB channels and saturation

R 78 of 255 = 31%
G 28 of 255 = 11%
B 112 of 255 = 44%

78
28
112

R + G + B ~ 29%. #4E1C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 28 + 112 = 218 (100%)
R 78 of 218 ~ 35.78%
G 28 of 218 ~ 12.84%
B 112 of 218 ~ 51.38%

%35.78
%12.84
%51.38

CMYK color model

#4E1C70 color CMYK value is (30,75,0,56).

  • cyan value is 30.36%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (30,75,0,56) C30M75Y0K56 (30%,75%,0%,56%) (0.30/0.75/0.00/0.56)

CMYK percentages

%30.36
%75
%0
%56.08

Codes

Color #4E1C70 in popluar color models

4E1C70
RGB7828112
HSL276°60.00%27.45%
HSB/HSV276°75.00%43.92%
CMYK30.36%75.00%0.00%
56.08%

Color #4E1C70 in popluar number systems.

HEX4E1C70
Decimal7828112
Binary1001110111001110000
Octal11634160

Shades and tints

Shades of #4E1C70

#4E1C70
(78,28,112)
#471A66
(71,26,102)
#40185C
(64,24,92)
#391652
(57,22,82)
#321448
(50,20,72)
#2B123E
(43,18,62)
#241034
(36,16,52)
#1D0E2A
(29,14,42)
#160C20
(22,12,32)
#0F0A16
(15,10,22)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E1C70

#4E1C70
(78,28,112)
#5E307D
(94,48,125)
#6E448A
(110,68,138)
#7E5897
(126,88,151)
#8E6CA4
(142,108,164)
#9E80B1
(158,128,177)
#AE94BE
(174,148,190)
#BEA8CB
(190,168,203)
#CEBCD8
(206,188,216)
#DED0E5
(222,208,229)
#EEE4F2
(238,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1C70; }

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

This text font color is #4E1C70.


Background Color

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

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

This div background color is #4E1C70.


Border color

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

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

This div border color is #4E1C70.


Opacity

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

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

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

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

This text has shadow with #4E1C70 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E1C70 on black background.


Color preview on white background

This text has color #4E1C70 on white background.



Black color preview on #4E1C70 background

This text has black color on #4E1C70 background.


White color preview on #4E1C70 background

This text has white color on #4E1C70 background.