COLOR #4E4A7D

HEX: #4E4A7D
RGB: (78,74,125)

Color info

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

RGB color model

#4E4A7D color RGB value is (78,74,125).

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

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 125 of 255 = 49%

78
74
125

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

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 125 = 277 (100%)
R 78 of 277 ~ 28.16%
G 74 of 277 ~ 26.71%
B 125 of 277 ~ 45.13%

%28.16
%26.71
%45.13

CMYK color model

#4E4A7D color CMYK value is (38,41,0,51).

  • cyan value is 37.60%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,41,0,51)
C38M41Y0K51 
(38%,41%,0%,51%)
(0.38/0.41/0.00/0.51)	

CMYK percentages

%37.6
%40.8
%0
%50.98

Codes

Color #4E4A7D in popluar color models

4E4A7D
RGB7874125
HSL245°25.63%39.02%
HSB/HSV245°40.80%49.02%
CMYK37.60%40.80%0.00%
50.98%

Color #4E4A7D in popluar number systems.

HEX4E4A7D
Decimal7874125
Binary100111010010101111101
Octal116112175

Shades and tints

Shades of #4E4A7D

#4E4A7D
(78,74,125)
#474472
(71,68,114)
#403E67
(64,62,103)
#39385C
(57,56,92)
#323251
(50,50,81)
#2B2C46
(43,44,70)
#24263B
(36,38,59)
#1D2030
(29,32,48)
#161A25
(22,26,37)
#0F141A
(15,20,26)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E4A7D

#4E4A7D
(78,74,125)
#5E5A88
(94,90,136)
#6E6A93
(110,106,147)
#7E7A9E
(126,122,158)
#8E8AA9
(142,138,169)
#9E9AB4
(158,154,180)
#AEAABF
(174,170,191)
#BEBACA
(190,186,202)
#CECAD5
(206,202,213)
#DEDAE0
(222,218,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A7D; }

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

This text font color is #4E4A7D.


Background Color

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

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

This div background color is #4E4A7D.


Border color

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

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

This div border color is #4E4A7D.


Opacity

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

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

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

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

This text has shadow with #4E4A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4A7D on black background.


Color preview on white background

This text has color #4E4A7D on white background.



Black color preview on #4E4A7D background

This text has black color on #4E4A7D background.


White color preview on #4E4A7D background

This text has white color on #4E4A7D background.