COLOR #4E315C

HEX: #4E315C
RGB: (78,49,92)

Color info

#4E315C contains red, green and blue colors in about the same proportion. Web safe color of #4E315C is #663366 (or #636).

RGB color model

#4E315C color RGB value is (78,49,92).

  • red value is 78;
  • green value is 49;
  • blue value is 92.
RGB: (78,49,92) (31%,19%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 49 of 255 = 19%
B 92 of 255 = 36%

78
49
92

R + G + B ~ 29%. #4E315C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 49 + 92 = 219 (100%)
R 78 of 219 ~ 35.62%
G 49 of 219 ~ 22.37%
B 92 of 219 ~ 42.01%

%35.62
%22.37
%42.01

CMYK color model

#4E315C color CMYK value is (15,47,0,64).

  • cyan value is 15.22%
  • magenta value is 46.74%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (15,47,0,64) C15M47Y0K64 (15%,47%,0%,64%) (0.15/0.47/0.00/0.64)

CMYK percentages

%15.22
%46.74
%0
%63.92

Codes

Color #4E315C in popluar color models

4E315C
RGB784992
HSL280°30.50%27.65%
HSB/HSV280°46.74%36.08%
CMYK15.22%46.74%0.00%
63.92%

Color #4E315C in popluar number systems.

HEX4E315C
Decimal784992
Binary10011101100011011100
Octal11661134

Shades and tints

Shades of #4E315C

#4E315C
(78,49,92)
#472D54
(71,45,84)
#40294C
(64,41,76)
#392544
(57,37,68)
#32213C
(50,33,60)
#2B1D34
(43,29,52)
#24192C
(36,25,44)
#1D1524
(29,21,36)
#16111C
(22,17,28)
#0F0D14
(15,13,20)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #4E315C

#4E315C
(78,49,92)
#5E436A
(94,67,106)
#6E5578
(110,85,120)
#7E6786
(126,103,134)
#8E7994
(142,121,148)
#9E8BA2
(158,139,162)
#AE9DB0
(174,157,176)
#BEAFBE
(190,175,190)
#CEC1CC
(206,193,204)
#DED3DA
(222,211,218)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E315C color. Also use rgb(78,49,92) instead hex code.

Text Font Color

.myTextColor { color: #4E315C; }

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

This text font color is #4E315C.


Background Color

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

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

This div background color is #4E315C.


Border color

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

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

This div border color is #4E315C.


Opacity

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

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

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

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

This text has shadow with #4E315C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E315C on black background.


Color preview on white background

This text has color #4E315C on white background.



Black color preview on #4E315C background

This text has black color on #4E315C background.


White color preview on #4E315C background

This text has white color on #4E315C background.