COLOR #4E3873

HEX: #4E3873
RGB: (78,56,115)

Color info

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

RGB color model

#4E3873 color RGB value is (78,56,115).

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

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 115 of 255 = 45%

78
56
115

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

Portions of RGB colors in percentages

R + G + B =
78 + 56 + 115 = 249 (100%)
R 78 of 249 ~ 31.33%
G 56 of 249 ~ 22.49%
B 115 of 249 ~ 46.18%

%31.33
%22.49
%46.18

CMYK color model

#4E3873 color CMYK value is (32,51,0,55).

  • cyan value is 32.17%
  • magenta value is 51.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(32,51,0,55)
C32M51Y0K55 
(32%,51%,0%,55%)
(0.32/0.51/0.00/0.55)	

CMYK percentages

%32.17
%51.3
%0
%54.9

Codes

Color #4E3873 in popluar color models

4E3873
RGB7856115
HSL262°34.50%33.53%
HSB/HSV262°51.30%45.10%
CMYK32.17%51.30%0.00%
54.90%

Color #4E3873 in popluar number systems.

HEX4E3873
Decimal7856115
Binary10011101110001110011
Octal11670163

Shades and tints

Shades of #4E3873

#4E3873
(78,56,115)
#473369
(71,51,105)
#402E5F
(64,46,95)
#392955
(57,41,85)
#32244B
(50,36,75)
#2B1F41
(43,31,65)
#241A37
(36,26,55)
#1D152D
(29,21,45)
#161023
(22,16,35)
#0F0B19
(15,11,25)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #4E3873

#4E3873
(78,56,115)
#5E4A7F
(94,74,127)
#6E5C8B
(110,92,139)
#7E6E97
(126,110,151)
#8E80A3
(142,128,163)
#9E92AF
(158,146,175)
#AEA4BB
(174,164,187)
#BEB6C7
(190,182,199)
#CEC8D3
(206,200,211)
#DEDADF
(222,218,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3873; }

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

This text font color is #4E3873.


Background Color

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

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

This div background color is #4E3873.


Border color

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

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

This div border color is #4E3873.


Opacity

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

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

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

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

This text has shadow with #4E3873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3873 on black background.


Color preview on white background

This text has color #4E3873 on white background.



Black color preview on #4E3873 background

This text has black color on #4E3873 background.


White color preview on #4E3873 background

This text has white color on #4E3873 background.