COLOR #4E466B

HEX: #4E466B
RGB: (78,70,107)

Color info

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

RGB color model

#4E466B color RGB value is (78,70,107).

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

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 107 of 255 = 42%

78
70
107

R + G + B ~ 33%. #4E466B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 107 = 255 (100%)
R 78 of 255 ~ 30.59%
G 70 of 255 ~ 27.45%
B 107 of 255 ~ 41.96%

%30.59
%27.45
%41.96

CMYK color model

#4E466B color CMYK value is (27,35,0,58).

  • cyan value is 27.10%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(27,35,0,58)
C27M35Y0K58 
(27%,35%,0%,58%)
(0.27/0.35/0.00/0.58)	

CMYK percentages

%27.1
%34.58
%0
%58.04

Codes

Color #4E466B in popluar color models

4E466B
RGB7870107
HSL253°20.90%34.71%
HSB/HSV253°34.58%41.96%
CMYK27.10%34.58%0.00%
58.04%

Color #4E466B in popluar number systems.

HEX4E466B
Decimal7870107
Binary100111010001101101011
Octal116106153

Shades and tints

Shades of #4E466B

#4E466B
(78,70,107)
#474062
(71,64,98)
#403A59
(64,58,89)
#393450
(57,52,80)
#322E47
(50,46,71)
#2B283E
(43,40,62)
#242235
(36,34,53)
#1D1C2C
(29,28,44)
#161623
(22,22,35)
#0F101A
(15,16,26)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E466B

#4E466B
(78,70,107)
#5E5678
(94,86,120)
#6E6685
(110,102,133)
#7E7692
(126,118,146)
#8E869F
(142,134,159)
#9E96AC
(158,150,172)
#AEA6B9
(174,166,185)
#BEB6C6
(190,182,198)
#CEC6D3
(206,198,211)
#DED6E0
(222,214,224)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E466B; }

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

This text font color is #4E466B.


Background Color

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

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

This div background color is #4E466B.


Border color

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

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

This div border color is #4E466B.


Opacity

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

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

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

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

This text has shadow with #4E466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E466B on black background.


Color preview on white background

This text has color #4E466B on white background.



Black color preview on #4E466B background

This text has black color on #4E466B background.


White color preview on #4E466B background

This text has white color on #4E466B background.