COLOR #4E3A6B

HEX: #4E3A6B
RGB: (78,58,107)

Color info

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

RGB color model

#4E3A6B color RGB value is (78,58,107).

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

RGB channels and saturation

R 78 of 255 = 31%
G 58 of 255 = 23%
B 107 of 255 = 42%

78
58
107

R + G + B ~ 32%. #4E3A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 58 + 107 = 243 (100%)
R 78 of 243 ~ 32.1%
G 58 of 243 ~ 23.87%
B 107 of 243 ~ 44.03%

%32.1
%23.87
%44.03

CMYK color model

#4E3A6B color CMYK value is (27,46,0,58).

  • cyan value is 27.10%
  • magenta value is 45.79%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(27,46,0,58)
C27M46Y0K58 
(27%,46%,0%,58%)
(0.27/0.46/0.00/0.58)	

CMYK percentages

%27.1
%45.79
%0
%58.04

Codes

Color #4E3A6B in popluar color models

4E3A6B
RGB7858107
HSL264°29.70%32.35%
HSB/HSV264°45.79%41.96%
CMYK27.10%45.79%0.00%
58.04%

Color #4E3A6B in popluar number systems.

HEX4E3A6B
Decimal7858107
Binary10011101110101101011
Octal11672153

Shades and tints

Shades of #4E3A6B

#4E3A6B
(78,58,107)
#473562
(71,53,98)
#403059
(64,48,89)
#392B50
(57,43,80)
#322647
(50,38,71)
#2B213E
(43,33,62)
#241C35
(36,28,53)
#1D172C
(29,23,44)
#161223
(22,18,35)
#0F0D1A
(15,13,26)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #4E3A6B

#4E3A6B
(78,58,107)
#5E4B78
(94,75,120)
#6E5C85
(110,92,133)
#7E6D92
(126,109,146)
#8E7E9F
(142,126,159)
#9E8FAC
(158,143,172)
#AEA0B9
(174,160,185)
#BEB1C6
(190,177,198)
#CEC2D3
(206,194,211)
#DED3E0
(222,211,224)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3A6B; }

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

This text font color is #4E3A6B.


Background Color

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

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

This div background color is #4E3A6B.


Border color

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

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

This div border color is #4E3A6B.


Opacity

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

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

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

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

This text has shadow with #4E3A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3A6B on black background.


Color preview on white background

This text has color #4E3A6B on white background.



Black color preview on #4E3A6B background

This text has black color on #4E3A6B background.


White color preview on #4E3A6B background

This text has white color on #4E3A6B background.