COLOR #4E467B

HEX: #4E467B RGB: (78,70,123)

Color info

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

RGB color model

#4E467B color RGB value is (78,70,123).

RGB: (78,70,123) (31%, 27%, 48%)

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 123 of 255 = 48%

78
70
123

R + G + B ~ 35%. #4E467B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 70 + 123 = 271 (100%)
R 78 of 271 ~ 28.78%
G 70 of 271 ~ 25.83%
B 123 of 271 ~ 45.39'%

%28.78
%25.83
%45.39

CMYK color model

#4E467B color CMYK value is (37,43,0,52).

  • cyan value is 36.59%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (37,43,0,52) C37M43Y0K52 (37%,43%,0%,52%) (0.37/0.43/0.00/0.52) 

CMYK percentages

%36.59
%43.09
%0
%51.76

Codes

Color #4E467B in popluar color models

4E 46 7B
RGB 78 70 123
HSL 249° 27.46% 37.84%
HSB/HSV 249° 43.09% 48.24%
CMYK 36.59% 43.09% 0.00%
51.76%

Color #4E467B in popluar number systems.

HEX 4E 46 7B
Decimal 78 70 123
Binary 1001110 1000110 1111011
Octal 116 106 173

Shades and tints

Shades of #4E467B

#4E467B
(78,70,123)
#474070
(71,64,112)
#403A65
(64,58,101)
#39345A
(57,52,90)
#322E4F
(50,46,79)
#2B2844
(43,40,68)
#242239
(36,34,57)
#1D1C2E
(29,28,46)
#161623
(22,22,35)
#0F1018
(15,16,24)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E467B

#4E467B
(78,70,123)
#5E5687
(94,86,135)
#6E6693
(110,102,147)
#7E769F
(126,118,159)
#8E86AB
(142,134,171)
#9E96B7
(158,150,183)
#AEA6C3
(174,166,195)
#BEB6CF
(190,182,207)
#CEC6DB
(206,198,219)
#DED6E7
(222,214,231)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E467B; }

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

This text font color is #4E467B.

Background Color

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

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

This div background color is #4E467B.

Border color

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

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

This div border color is #4E467B.

Opacity

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

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

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

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

This text has shadow with #4E467B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E467B.

Preview

Color preview on black background

This text has color #4E467B on black background.


Color preview on white background

This text has color #4E467B on white background.


Black color preview on #4E467B background

This text has black color on #4E467B background.


White color preview on #4E467B background

This text has white color on #4E467B background.


Related colors

Complementary color

Complementary color for #hex is #B1B984.


I love getcolorcode.com

Triadic colors

1 #7B4E46 and #467B4E with #4E467B are triadic colors.

2 #7B464E and #464E7B with #4E467B are triadic colors.