COLOR #4E036F

HEX: #4E036F
RGB: (78,3,111)

Color info

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

RGB color model

#4E036F color RGB value is (78,3,111).

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

RGB channels and saturation

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

78
3
111

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

Portions of RGB colors in percentages

R + G + B =
78 + 3 + 111 = 192 (100%)
R 78 of 192 ~ 40.63%
G 3 of 192 ~ 1.56%
B 111 of 192 ~ 57.81%

%40.63
%57.81

CMYK color model

#4E036F color CMYK value is (30,97,0,56).

  • cyan value is 29.73%
  • magenta value is 97.30%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(30,97,0,56)
C30M97Y0K56 
(30%,97%,0%,56%)
(0.30/0.97/0.00/0.56)	

CMYK percentages

%29.73
%97.3
%0
%56.47

Codes

Color #4E036F in popluar color models

4E036F
RGB783111
HSL282°94.74%22.35%
HSB/HSV282°97.30%43.53%
CMYK29.73%97.30%0.00%
56.47%

Color #4E036F in popluar number systems.

HEX4E036F
Decimal783111
Binary1001110111101111
Octal1163157

Shades and tints

Shades of #4E036F

#4E036F
(78,3,111)
#470365
(71,3,101)
#40035B
(64,3,91)
#390351
(57,3,81)
#320347
(50,3,71)
#2B033D
(43,3,61)
#240333
(36,3,51)
#1D0329
(29,3,41)
#16031F
(22,3,31)
#0F0315
(15,3,21)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #4E036F

#4E036F
(78,3,111)
#5E197C
(94,25,124)
#6E2F89
(110,47,137)
#7E4596
(126,69,150)
#8E5BA3
(142,91,163)
#9E71B0
(158,113,176)
#AE87BD
(174,135,189)
#BE9DCA
(190,157,202)
#CEB3D7
(206,179,215)
#DEC9E4
(222,201,228)
#EEDFF1
(238,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E036F; }

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

This text font color is #4E036F.


Background Color

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

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

This div background color is #4E036F.


Border color

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

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

This div border color is #4E036F.


Opacity

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

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

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

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

This text has shadow with #4E036F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E036F on black background.


Color preview on white background

This text has color #4E036F on white background.



Black color preview on #4E036F background

This text has black color on #4E036F background.


White color preview on #4E036F background

This text has white color on #4E036F background.