COLOR #4E1057

HEX: #4E1057
RGB: (78,16,87)

Color info

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

RGB color model

#4E1057 color RGB value is (78,16,87).

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

RGB channels and saturation

R 78 of 255 = 31%
G 16 of 255 = 6%
B 87 of 255 = 34%

78
16
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 16 + 87 = 181 (100%)
R 78 of 181 ~ 43.09%
G 16 of 181 ~ 8.84%
B 87 of 181 ~ 48.07%

%43.09
%48.07

CMYK color model

#4E1057 color CMYK value is (10,82,0,66).

  • cyan value is 10.34%
  • magenta value is 81.61%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(10,82,0,66)
C10M82Y0K66 
(10%,82%,0%,66%)
(0.10/0.82/0.00/0.66)	

CMYK percentages

%10.34
%81.61
%0
%65.88

Codes

Color #4E1057 in popluar color models

4E1057
RGB781687
HSL292°68.93%20.20%
HSB/HSV292°81.61%34.12%
CMYK10.34%81.61%0.00%
65.88%

Color #4E1057 in popluar number systems.

HEX4E1057
Decimal781687
Binary1001110100001010111
Octal11620127

Shades and tints

Shades of #4E1057

#4E1057
(78,16,87)
#470F50
(71,15,80)
#400E49
(64,14,73)
#390D42
(57,13,66)
#320C3B
(50,12,59)
#2B0B34
(43,11,52)
#240A2D
(36,10,45)
#1D0926
(29,9,38)
#16081F
(22,8,31)
#0F0718
(15,7,24)
#080611
(8,6,17)
#000000
(0,0,0)

Tints of #4E1057

#4E1057
(78,16,87)
#5E2566
(94,37,102)
#6E3A75
(110,58,117)
#7E4F84
(126,79,132)
#8E6493
(142,100,147)
#9E79A2
(158,121,162)
#AE8EB1
(174,142,177)
#BEA3C0
(190,163,192)
#CEB8CF
(206,184,207)
#DECDDE
(222,205,222)
#EEE2ED
(238,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1057; }

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

This text font color is #4E1057.


Background Color

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

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

This div background color is #4E1057.


Border color

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

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

This div border color is #4E1057.


Opacity

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

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

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

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

This text has shadow with #4E1057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1057 on black background.


Color preview on white background

This text has color #4E1057 on white background.



Black color preview on #4E1057 background

This text has black color on #4E1057 background.


White color preview on #4E1057 background

This text has white color on #4E1057 background.