COLOR #4E476B

HEX: #4E476B
RGB: (78,71,107)

Color info

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

RGB color model

#4E476B color RGB value is (78,71,107).

  • red value is 78;
  • green value is 71;
  • blue value is 107.
RGB:
(78,71,107)
(31%,28%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 107 of 255 = 42%

78
71
107

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

Portions of RGB colors in percentages

R + G + B =
78 + 71 + 107 = 256 (100%)
R 78 of 256 ~ 30.47%
G 71 of 256 ~ 27.73%
B 107 of 256 ~ 41.8%

%30.47
%27.73
%41.8

CMYK color model

#4E476B color CMYK value is (27,34,0,58).

  • cyan value is 27.10%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(27,34,0,58)
C27M34Y0K58 
(27%,34%,0%,58%)
(0.27/0.34/0.00/0.58)	

CMYK percentages

%27.1
%33.64
%0
%58.04

Codes

Color #4E476B in popluar color models

4E476B
RGB7871107
HSL252°20.22%34.90%
HSB/HSV252°33.64%41.96%
CMYK27.10%33.64%0.00%
58.04%

Color #4E476B in popluar number systems.

HEX4E476B
Decimal7871107
Binary100111010001111101011
Octal116107153

Shades and tints

Shades of #4E476B

#4E476B
(78,71,107)
#474162
(71,65,98)
#403B59
(64,59,89)
#393550
(57,53,80)
#322F47
(50,47,71)
#2B293E
(43,41,62)
#242335
(36,35,53)
#1D1D2C
(29,29,44)
#161723
(22,23,35)
#0F111A
(15,17,26)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #4E476B

#4E476B
(78,71,107)
#5E5778
(94,87,120)
#6E6785
(110,103,133)
#7E7792
(126,119,146)
#8E879F
(142,135,159)
#9E97AC
(158,151,172)
#AEA7B9
(174,167,185)
#BEB7C6
(190,183,198)
#CEC7D3
(206,199,211)
#DED7E0
(222,215,224)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E476B color. Also use rgb(78,71,107) instead hex code.

Text Font Color

.myTextColor { color: #4E476B; }

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

This text font color is #4E476B.


Background Color

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

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

This div background color is #4E476B.


Border color

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

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

This div border color is #4E476B.


Opacity

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

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

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

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

This text has shadow with #4E476B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E476B on black background.


Color preview on white background

This text has color #4E476B on white background.



Black color preview on #4E476B background

This text has black color on #4E476B background.


White color preview on #4E476B background

This text has white color on #4E476B background.