COLOR #4E1C7E

HEX: #4E1C7E
RGB: (78,28,126)

Color info

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

RGB color model

#4E1C7E color RGB value is (78,28,126).

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

RGB channels and saturation

R 78 of 255 = 31%
G 28 of 255 = 11%
B 126 of 255 = 49%

78
28
126

R + G + B ~ 30%. #4E1C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 28 + 126 = 232 (100%)
R 78 of 232 ~ 33.62%
G 28 of 232 ~ 12.07%
B 126 of 232 ~ 54.31%

%33.62
%12.07
%54.31

CMYK color model

#4E1C7E color CMYK value is (38,78,0,51).

  • cyan value is 38.10%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(38,78,0,51)
C38M78Y0K51 
(38%,78%,0%,51%)
(0.38/0.78/0.00/0.51)	

CMYK percentages

%38.1
%77.78
%0
%50.59

Codes

Color #4E1C7E in popluar color models

4E1C7E
RGB7828126
HSL271°63.64%30.20%
HSB/HSV271°77.78%49.41%
CMYK38.10%77.78%0.00%
50.59%

Color #4E1C7E in popluar number systems.

HEX4E1C7E
Decimal7828126
Binary1001110111001111110
Octal11634176

Shades and tints

Shades of #4E1C7E

#4E1C7E
(78,28,126)
#471A73
(71,26,115)
#401868
(64,24,104)
#39165D
(57,22,93)
#321452
(50,20,82)
#2B1247
(43,18,71)
#24103C
(36,16,60)
#1D0E31
(29,14,49)
#160C26
(22,12,38)
#0F0A1B
(15,10,27)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #4E1C7E

#4E1C7E
(78,28,126)
#5E3089
(94,48,137)
#6E4494
(110,68,148)
#7E589F
(126,88,159)
#8E6CAA
(142,108,170)
#9E80B5
(158,128,181)
#AE94C0
(174,148,192)
#BEA8CB
(190,168,203)
#CEBCD6
(206,188,214)
#DED0E1
(222,208,225)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1C7E; }

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

This text font color is #4E1C7E.


Background Color

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

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

This div background color is #4E1C7E.


Border color

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

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

This div border color is #4E1C7E.


Opacity

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

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

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

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

This text has shadow with #4E1C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1C7E on black background.


Color preview on white background

This text has color #4E1C7E on white background.



Black color preview on #4E1C7E background

This text has black color on #4E1C7E background.


White color preview on #4E1C7E background

This text has white color on #4E1C7E background.