COLOR #4E016F

HEX: #4E016F
RGB: (78,1,111)

Color info

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

RGB color model

#4E016F color RGB value is (78,1,111).

  • red value is 78;
  • green value is 1;
  • blue value is 111.
RGB:
(78,1,111)
(31%,0%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 1 of 255 = 0%
B 111 of 255 = 44%

78
1
111

R + G + B ~ 25%. #4E016F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 1 + 111 = 190 (100%)
R 78 of 190 ~ 41.05%
G 1 of 190 ~ 0.53%
B 111 of 190 ~ 58.42%

%41.05
%58.42

CMYK color model

#4E016F color CMYK value is (30,99,0,56).

  • cyan value is 29.73%
  • magenta value is 99.10%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(30,99,0,56)
C30M99Y0K56 
(30%,99%,0%,56%)
(0.30/0.99/0.00/0.56)	

CMYK percentages

%29.73
%99.1
%0
%56.47

Codes

Color #4E016F in popluar color models

4E016F
RGB781111
HSL282°98.21%21.96%
HSB/HSV282°99.10%43.53%
CMYK29.73%99.10%0.00%
56.47%

Color #4E016F in popluar number systems.

HEX4E016F
Decimal781111
Binary100111011101111
Octal1161157

Shades and tints

Shades of #4E016F

#4E016F
(78,1,111)
#470165
(71,1,101)
#40015B
(64,1,91)
#390151
(57,1,81)
#320147
(50,1,71)
#2B013D
(43,1,61)
#240133
(36,1,51)
#1D0129
(29,1,41)
#16011F
(22,1,31)
#0F0115
(15,1,21)
#08010B
(8,1,11)
#000000
(0,0,0)

Tints of #4E016F

#4E016F
(78,1,111)
#5E187C
(94,24,124)
#6E2F89
(110,47,137)
#7E4696
(126,70,150)
#8E5DA3
(142,93,163)
#9E74B0
(158,116,176)
#AE8BBD
(174,139,189)
#BEA2CA
(190,162,202)
#CEB9D7
(206,185,215)
#DED0E4
(222,208,228)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E016F color. Also use rgb(78,1,111) instead hex code.

Text Font Color

.myTextColor { color: #4E016F; }

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

This text font color is #4E016F.


Background Color

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

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

This div background color is #4E016F.


Border color

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

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

This div border color is #4E016F.


Opacity

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

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

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

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

This text has shadow with #4E016F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E016F on black background.


Color preview on white background

This text has color #4E016F on white background.



Black color preview on #4E016F background

This text has black color on #4E016F background.


White color preview on #4E016F background

This text has white color on #4E016F background.