COLOR #4E4A78

HEX: #4E4A78
RGB: (78,74,120)

Color info

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

RGB color model

#4E4A78 color RGB value is (78,74,120).

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

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 120 of 255 = 47%

78
74
120

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

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 120 = 272 (100%)
R 78 of 272 ~ 28.68%
G 74 of 272 ~ 27.21%
B 120 of 272 ~ 44.12%

%28.68
%27.21
%44.12

CMYK color model

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

  • cyan value is 35.00%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,38,0,53)
C35M38Y0K53 
(35%,38%,0%,53%)
(0.35/0.38/0.00/0.53)	

CMYK percentages

%35
%38.33
%0
%52.94

Codes

Color #4E4A78 in popluar color models

4E4A78
RGB7874120
HSL245°23.71%38.04%
HSB/HSV245°38.33%47.06%
CMYK35.00%38.33%0.00%
52.94%

Color #4E4A78 in popluar number systems.

HEX4E4A78
Decimal7874120
Binary100111010010101111000
Octal116112170

Shades and tints

Shades of #4E4A78

#4E4A78
(78,74,120)
#47446E
(71,68,110)
#403E64
(64,62,100)
#39385A
(57,56,90)
#323250
(50,50,80)
#2B2C46
(43,44,70)
#24263C
(36,38,60)
#1D2032
(29,32,50)
#161A28
(22,26,40)
#0F141E
(15,20,30)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #4E4A78

#4E4A78
(78,74,120)
#5E5A84
(94,90,132)
#6E6A90
(110,106,144)
#7E7A9C
(126,122,156)
#8E8AA8
(142,138,168)
#9E9AB4
(158,154,180)
#AEAAC0
(174,170,192)
#BEBACC
(190,186,204)
#CECAD8
(206,202,216)
#DEDAE4
(222,218,228)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A78; }

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

This text font color is #4E4A78.


Background Color

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

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

This div background color is #4E4A78.


Border color

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

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

This div border color is #4E4A78.


Opacity

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

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

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

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

This text has shadow with #4E4A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4A78 on black background.


Color preview on white background

This text has color #4E4A78 on white background.



Black color preview on #4E4A78 background

This text has black color on #4E4A78 background.


White color preview on #4E4A78 background

This text has white color on #4E4A78 background.