COLOR #4E1457

HEX: #4E1457
RGB: (78,20,87)

Color info

#4E1457 contains mainly red and blue colors. Web safe color of #4E1457 is #660066 (or #606).

RGB color model

#4E1457 color RGB value is (78,20,87).

  • red value is 78;
  • green value is 20;
  • blue value is 87.
RGB:
(78,20,87)
(31%,8%,34%)

RGB channels and saturation

R 78 of 255 = 31%
G 20 of 255 = 8%
B 87 of 255 = 34%

78
20
87

R + G + B ~ 24%. #4E1457 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 20 + 87 = 185 (100%)
R 78 of 185 ~ 42.16%
G 20 of 185 ~ 10.81%
B 87 of 185 ~ 47.03%

%42.16
%10.81
%47.03

CMYK color model

#4E1457 color CMYK value is (10,77,0,66).

  • cyan value is 10.34%
  • magenta value is 77.01%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(10,77,0,66)
C10M77Y0K66 
(10%,77%,0%,66%)
(0.10/0.77/0.00/0.66)	

CMYK percentages

%10.34
%77.01
%0
%65.88

Codes

Color #4E1457 in popluar color models

4E1457
RGB782087
HSL292°62.62%20.98%
HSB/HSV292°77.01%34.12%
CMYK10.34%77.01%0.00%
65.88%

Color #4E1457 in popluar number systems.

HEX4E1457
Decimal782087
Binary1001110101001010111
Octal11624127

Shades and tints

Shades of #4E1457

#4E1457
(78,20,87)
#471350
(71,19,80)
#401249
(64,18,73)
#391142
(57,17,66)
#32103B
(50,16,59)
#2B0F34
(43,15,52)
#240E2D
(36,14,45)
#1D0D26
(29,13,38)
#160C1F
(22,12,31)
#0F0B18
(15,11,24)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E1457

#4E1457
(78,20,87)
#5E2966
(94,41,102)
#6E3E75
(110,62,117)
#7E5384
(126,83,132)
#8E6893
(142,104,147)
#9E7DA2
(158,125,162)
#AE92B1
(174,146,177)
#BEA7C0
(190,167,192)
#CEBCCF
(206,188,207)
#DED1DE
(222,209,222)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1457 color. Also use rgb(78,20,87) instead hex code.

Text Font Color

.myTextColor { color: #4E1457; }

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

This text font color is #4E1457.


Background Color

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

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

This div background color is #4E1457.


Border color

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

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

This div border color is #4E1457.


Opacity

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

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

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

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

This text has shadow with #4E1457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1457 on black background.


Color preview on white background

This text has color #4E1457 on white background.



Black color preview on #4E1457 background

This text has black color on #4E1457 background.


White color preview on #4E1457 background

This text has white color on #4E1457 background.