COLOR #4E467F

HEX: #4E467F
RGB: (78,70,127)

Color info

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

RGB color model

#4E467F color RGB value is (78,70,127).

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

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 127 of 255 = 50%

78
70
127

R + G + B ~ 36%. #4E467F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 127 = 275 (100%)
R 78 of 275 ~ 28.36%
G 70 of 275 ~ 25.45%
B 127 of 275 ~ 46.18%

%28.36
%25.45
%46.18

CMYK color model

#4E467F color CMYK value is (39,45,0,50).

  • cyan value is 38.58%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(39,45,0,50)
C39M45Y0K50 
(39%,45%,0%,50%)
(0.39/0.45/0.00/0.50)	

CMYK percentages

%38.58
%44.88
%0
%50.2

Codes

Color #4E467F in popluar color models

4E467F
RGB7870127
HSL248°28.93%38.63%
HSB/HSV248°44.88%49.80%
CMYK38.58%44.88%0.00%
50.20%

Color #4E467F in popluar number systems.

HEX4E467F
Decimal7870127
Binary100111010001101111111
Octal116106177

Shades and tints

Shades of #4E467F

#4E467F
(78,70,127)
#474074
(71,64,116)
#403A69
(64,58,105)
#39345E
(57,52,94)
#322E53
(50,46,83)
#2B2848
(43,40,72)
#24223D
(36,34,61)
#1D1C32
(29,28,50)
#161627
(22,22,39)
#0F101C
(15,16,28)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E467F

#4E467F
(78,70,127)
#5E568A
(94,86,138)
#6E6695
(110,102,149)
#7E76A0
(126,118,160)
#8E86AB
(142,134,171)
#9E96B6
(158,150,182)
#AEA6C1
(174,166,193)
#BEB6CC
(190,182,204)
#CEC6D7
(206,198,215)
#DED6E2
(222,214,226)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E467F; }

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

This text font color is #4E467F.


Background Color

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

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

This div background color is #4E467F.


Border color

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

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

This div border color is #4E467F.


Opacity

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

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

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

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

This text has shadow with #4E467F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E467F on black background.


Color preview on white background

This text has color #4E467F on white background.



Black color preview on #4E467F background

This text has black color on #4E467F background.


White color preview on #4E467F background

This text has white color on #4E467F background.