COLOR #4E327F

HEX: #4E327F
RGB: (78,50,127)

Color info

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

RGB color model

#4E327F color RGB value is (78,50,127).

  • red value is 78;
  • green value is 50;
  • blue value is 127.
RGB:
(78,50,127)
(31%,20%,50%)

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 127 of 255 = 50%

78
50
127

R + G + B ~ 34%. #4E327F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 127 = 255 (100%)
R 78 of 255 ~ 30.59%
G 50 of 255 ~ 19.61%
B 127 of 255 ~ 49.8%

%30.59
%19.61
%49.8

CMYK color model

#4E327F color CMYK value is (39,61,0,50).

  • cyan value is 38.58%
  • magenta value is 60.63%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(39,61,0,50)
C39M61Y0K50 
(39%,61%,0%,50%)
(0.39/0.61/0.00/0.50)	

CMYK percentages

%38.58
%60.63
%0
%50.2

Codes

Color #4E327F in popluar color models

4E327F
RGB7850127
HSL262°43.50%34.71%
HSB/HSV262°60.63%49.80%
CMYK38.58%60.63%0.00%
50.20%

Color #4E327F in popluar number systems.

HEX4E327F
Decimal7850127
Binary10011101100101111111
Octal11662177

Shades and tints

Shades of #4E327F

#4E327F
(78,50,127)
#472E74
(71,46,116)
#402A69
(64,42,105)
#39265E
(57,38,94)
#322253
(50,34,83)
#2B1E48
(43,30,72)
#241A3D
(36,26,61)
#1D1632
(29,22,50)
#161227
(22,18,39)
#0F0E1C
(15,14,28)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E327F

#4E327F
(78,50,127)
#5E448A
(94,68,138)
#6E5695
(110,86,149)
#7E68A0
(126,104,160)
#8E7AAB
(142,122,171)
#9E8CB6
(158,140,182)
#AE9EC1
(174,158,193)
#BEB0CC
(190,176,204)
#CEC2D7
(206,194,215)
#DED4E2
(222,212,226)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E327F color. Also use rgb(78,50,127) instead hex code.

Text Font Color

.myTextColor { color: #4E327F; }

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

This text font color is #4E327F.


Background Color

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

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

This div background color is #4E327F.


Border color

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

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

This div border color is #4E327F.


Opacity

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

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

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

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

This text has shadow with #4E327F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E327F on black background.


Color preview on white background

This text has color #4E327F on white background.



Black color preview on #4E327F background

This text has black color on #4E327F background.


White color preview on #4E327F background

This text has white color on #4E327F background.