COLOR #4E378D

HEX: #4E378D
RGB: (78,55,141)

Color info

#4E378D contains mainly blue color. Web safe color of #4E378D is #663399 (or #639).

RGB color model

#4E378D color RGB value is (78,55,141).

  • red value is 78;
  • green value is 55;
  • blue value is 141.
RGB:
(78,55,141)
(31%,22%,55%)

RGB channels and saturation

R 78 of 255 = 31%
G 55 of 255 = 22%
B 141 of 255 = 55%

78
55
141

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

Portions of RGB colors in percentages

R + G + B =
78 + 55 + 141 = 274 (100%)
R 78 of 274 ~ 28.47%
G 55 of 274 ~ 20.07%
B 141 of 274 ~ 51.46%

%28.47
%20.07
%51.46

CMYK color model

#4E378D color CMYK value is (45,61,0,45).

  • cyan value is 44.68%
  • magenta value is 60.99%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(45,61,0,45)
C45M61Y0K45 
(45%,61%,0%,45%)
(0.45/0.61/0.00/0.45)	

CMYK percentages

%44.68
%60.99
%0
%44.71

Codes

Color #4E378D in popluar color models

4E378D
RGB7855141
HSL256°43.88%38.43%
HSB/HSV256°60.99%55.29%
CMYK44.68%60.99%0.00%
44.71%

Color #4E378D in popluar number systems.

HEX4E378D
Decimal7855141
Binary100111011011110001101
Octal11667215

Shades and tints

Shades of #4E378D

#4E378D
(78,55,141)
#473281
(71,50,129)
#402D75
(64,45,117)
#392869
(57,40,105)
#32235D
(50,35,93)
#2B1E51
(43,30,81)
#241945
(36,25,69)
#1D1439
(29,20,57)
#160F2D
(22,15,45)
#0F0A21
(15,10,33)
#080515
(8,5,21)
#000000
(0,0,0)

Tints of #4E378D

#4E378D
(78,55,141)
#5E4997
(94,73,151)
#6E5BA1
(110,91,161)
#7E6DAB
(126,109,171)
#8E7FB5
(142,127,181)
#9E91BF
(158,145,191)
#AEA3C9
(174,163,201)
#BEB5D3
(190,181,211)
#CEC7DD
(206,199,221)
#DED9E7
(222,217,231)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E378D color. Also use rgb(78,55,141) instead hex code.

Text Font Color

.myTextColor { color: #4E378D; }

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

This text font color is #4E378D.


Background Color

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

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

This div background color is #4E378D.


Border color

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

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

This div border color is #4E378D.


Opacity

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

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

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

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

This text has shadow with #4E378D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E378D on black background.


Color preview on white background

This text has color #4E378D on white background.



Black color preview on #4E378D background

This text has black color on #4E378D background.


White color preview on #4E378D background

This text has white color on #4E378D background.