COLOR #4E3D89

HEX: #4E3D89
RGB: (78,61,137)

Color info

#4E3D89 contains mainly red and blue colors. Web safe color of #4E3D89 is #663399 (or #639).

RGB color model

#4E3D89 color RGB value is (78,61,137).

  • red value is 78;
  • green value is 61;
  • blue value is 137.
RGB:
(78,61,137)
(31%,24%,54%)

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 137 of 255 = 54%

78
61
137

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

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 137 = 276 (100%)
R 78 of 276 ~ 28.26%
G 61 of 276 ~ 22.1%
B 137 of 276 ~ 49.64%

%28.26
%22.1
%49.64

CMYK color model

#4E3D89 color CMYK value is (43,55,0,46).

  • cyan value is 43.07%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(43,55,0,46)
C43M55Y0K46 
(43%,55%,0%,46%)
(0.43/0.55/0.00/0.46)	

CMYK percentages

%43.07
%55.47
%0
%46.27

Codes

Color #4E3D89 in popluar color models

4E3D89
RGB7861137
HSL253°38.38%38.82%
HSB/HSV253°55.47%53.73%
CMYK43.07%55.47%0.00%
46.27%

Color #4E3D89 in popluar number systems.

HEX4E3D89
Decimal7861137
Binary100111011110110001001
Octal11675211

Shades and tints

Shades of #4E3D89

#4E3D89
(78,61,137)
#47387D
(71,56,125)
#403371
(64,51,113)
#392E65
(57,46,101)
#322959
(50,41,89)
#2B244D
(43,36,77)
#241F41
(36,31,65)
#1D1A35
(29,26,53)
#161529
(22,21,41)
#0F101D
(15,16,29)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #4E3D89

#4E3D89
(78,61,137)
#5E4E93
(94,78,147)
#6E5F9D
(110,95,157)
#7E70A7
(126,112,167)
#8E81B1
(142,129,177)
#9E92BB
(158,146,187)
#AEA3C5
(174,163,197)
#BEB4CF
(190,180,207)
#CEC5D9
(206,197,217)
#DED6E3
(222,214,227)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3D89 color. Also use rgb(78,61,137) instead hex code.

Text Font Color

.myTextColor { color: #4E3D89; }

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

This text font color is #4E3D89.


Background Color

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

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

This div background color is #4E3D89.


Border color

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

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

This div border color is #4E3D89.


Opacity

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

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

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

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

This text has shadow with #4E3D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3D89 on black background.


Color preview on white background

This text has color #4E3D89 on white background.



Black color preview on #4E3D89 background

This text has black color on #4E3D89 background.


White color preview on #4E3D89 background

This text has white color on #4E3D89 background.