COLOR #4E4873

HEX: #4E4873
RGB: (78,72,115)

Color info

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

RGB color model

#4E4873 color RGB value is (78,72,115).

  • red value is 78;
  • green value is 72;
  • blue value is 115.
RGB:
(78,72,115)
(31%,28%,45%)

RGB channels and saturation

R 78 of 255 = 31%
G 72 of 255 = 28%
B 115 of 255 = 45%

78
72
115

R + G + B ~ 35%. #4E4873 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 72 + 115 = 265 (100%)
R 78 of 265 ~ 29.43%
G 72 of 265 ~ 27.17%
B 115 of 265 ~ 43.4%

%29.43
%27.17
%43.4

CMYK color model

#4E4873 color CMYK value is (32,37,0,55).

  • cyan value is 32.17%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(32,37,0,55)
C32M37Y0K55 
(32%,37%,0%,55%)
(0.32/0.37/0.00/0.55)	

CMYK percentages

%32.17
%37.39
%0
%54.9

Codes

Color #4E4873 in popluar color models

4E4873
RGB7872115
HSL248°22.99%36.67%
HSB/HSV248°37.39%45.10%
CMYK32.17%37.39%0.00%
54.90%

Color #4E4873 in popluar number systems.

HEX4E4873
Decimal7872115
Binary100111010010001110011
Octal116110163

Shades and tints

Shades of #4E4873

#4E4873
(78,72,115)
#474269
(71,66,105)
#403C5F
(64,60,95)
#393655
(57,54,85)
#32304B
(50,48,75)
#2B2A41
(43,42,65)
#242437
(36,36,55)
#1D1E2D
(29,30,45)
#161823
(22,24,35)
#0F1219
(15,18,25)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #4E4873

#4E4873
(78,72,115)
#5E587F
(94,88,127)
#6E688B
(110,104,139)
#7E7897
(126,120,151)
#8E88A3
(142,136,163)
#9E98AF
(158,152,175)
#AEA8BB
(174,168,187)
#BEB8C7
(190,184,199)
#CEC8D3
(206,200,211)
#DED8DF
(222,216,223)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4873 color. Also use rgb(78,72,115) instead hex code.

Text Font Color

.myTextColor { color: #4E4873; }

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

This text font color is #4E4873.


Background Color

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

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

This div background color is #4E4873.


Border color

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

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

This div border color is #4E4873.


Opacity

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

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

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

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

This text has shadow with #4E4873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4873 on black background.


Color preview on white background

This text has color #4E4873 on white background.



Black color preview on #4E4873 background

This text has black color on #4E4873 background.


White color preview on #4E4873 background

This text has white color on #4E4873 background.