COLOR #4E405B

HEX: #4E405B
RGB: (78,64,91)

Color info

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

RGB color model

#4E405B color RGB value is (78,64,91).

  • red value is 78;
  • green value is 64;
  • blue value is 91.
RGB:
(78,64,91)
(31%,25%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 91 of 255 = 36%

78
64
91

R + G + B ~ 31%. #4E405B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 91 = 233 (100%)
R 78 of 233 ~ 33.48%
G 64 of 233 ~ 27.47%
B 91 of 233 ~ 39.06%

%33.48
%27.47
%39.06

CMYK color model

#4E405B color CMYK value is (14,30,0,64).

  • cyan value is 14.29%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(14,30,0,64)
C14M30Y0K64 
(14%,30%,0%,64%)
(0.14/0.30/0.00/0.64)	

CMYK percentages

%14.29
%29.67
%0
%64.31

Codes

Color #4E405B in popluar color models

4E405B
RGB786491
HSL271°17.42%30.39%
HSB/HSV271°29.67%35.69%
CMYK14.29%29.67%0.00%
64.31%

Color #4E405B in popluar number systems.

HEX4E405B
Decimal786491
Binary100111010000001011011
Octal116100133

Shades and tints

Shades of #4E405B

#4E405B
(78,64,91)
#473B53
(71,59,83)
#40364B
(64,54,75)
#393143
(57,49,67)
#322C3B
(50,44,59)
#2B2733
(43,39,51)
#24222B
(36,34,43)
#1D1D23
(29,29,35)
#16181B
(22,24,27)
#0F1313
(15,19,19)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E405B

#4E405B
(78,64,91)
#5E5169
(94,81,105)
#6E6277
(110,98,119)
#7E7385
(126,115,133)
#8E8493
(142,132,147)
#9E95A1
(158,149,161)
#AEA6AF
(174,166,175)
#BEB7BD
(190,183,189)
#CEC8CB
(206,200,203)
#DED9D9
(222,217,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E405B color. Also use rgb(78,64,91) instead hex code.

Text Font Color

.myTextColor { color: #4E405B; }

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

This text font color is #4E405B.


Background Color

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

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

This div background color is #4E405B.


Border color

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

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

This div border color is #4E405B.


Opacity

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

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

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

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

This text has shadow with #4E405B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E405B on black background.


Color preview on white background

This text has color #4E405B on white background.



Black color preview on #4E405B background

This text has black color on #4E405B background.


White color preview on #4E405B background

This text has white color on #4E405B background.