COLOR #4E3978

HEX: #4E3978
RGB: (78,57,120)

Color info

#4E3978 contains mainly red and blue colors. Web safe color of #4E3978 is #663366 (or #636).

RGB color model

#4E3978 color RGB value is (78,57,120).

  • red value is 78;
  • green value is 57;
  • blue value is 120.
RGB:
(78,57,120)
(31%,22%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 57 of 255 = 22%
B 120 of 255 = 47%

78
57
120

R + G + B ~ 33%. #4E3978 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 57 + 120 = 255 (100%)
R 78 of 255 ~ 30.59%
G 57 of 255 ~ 22.35%
B 120 of 255 ~ 47.06%

%30.59
%22.35
%47.06

CMYK color model

#4E3978 color CMYK value is (35,53,0,53).

  • cyan value is 35.00%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,53,0,53)
C35M53Y0K53 
(35%,53%,0%,53%)
(0.35/0.53/0.00/0.53)	

CMYK percentages

%35
%52.5
%0
%52.94

Codes

Color #4E3978 in popluar color models

4E3978
RGB7857120
HSL260°35.59%34.71%
HSB/HSV260°52.50%47.06%
CMYK35.00%52.50%0.00%
52.94%

Color #4E3978 in popluar number systems.

HEX4E3978
Decimal7857120
Binary10011101110011111000
Octal11671170

Shades and tints

Shades of #4E3978

#4E3978
(78,57,120)
#47346E
(71,52,110)
#402F64
(64,47,100)
#392A5A
(57,42,90)
#322550
(50,37,80)
#2B2046
(43,32,70)
#241B3C
(36,27,60)
#1D1632
(29,22,50)
#161128
(22,17,40)
#0F0C1E
(15,12,30)
#080714
(8,7,20)
#000000
(0,0,0)

Tints of #4E3978

#4E3978
(78,57,120)
#5E4B84
(94,75,132)
#6E5D90
(110,93,144)
#7E6F9C
(126,111,156)
#8E81A8
(142,129,168)
#9E93B4
(158,147,180)
#AEA5C0
(174,165,192)
#BEB7CC
(190,183,204)
#CEC9D8
(206,201,216)
#DEDBE4
(222,219,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3978 color. Also use rgb(78,57,120) instead hex code.

Text Font Color

.myTextColor { color: #4E3978; }

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

This text font color is #4E3978.


Background Color

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

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

This div background color is #4E3978.


Border color

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

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

This div border color is #4E3978.


Opacity

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

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

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

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

This text has shadow with #4E3978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3978 on black background.


Color preview on white background

This text has color #4E3978 on white background.



Black color preview on #4E3978 background

This text has black color on #4E3978 background.


White color preview on #4E3978 background

This text has white color on #4E3978 background.