COLOR #4E4986

HEX: #4E4986
RGB: (78,73,134)

Color info

#4E4986 contains mainly red and blue colors. Web safe color of #4E4986 is #663399 (or #639).

RGB color model

#4E4986 color RGB value is (78,73,134).

  • red value is 78;
  • green value is 73;
  • blue value is 134.
RGB:
(78,73,134)
(31%,29%,53%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 134 of 255 = 53%

78
73
134

R + G + B ~ 38%. #4E4986 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 134 = 285 (100%)
R 78 of 285 ~ 27.37%
G 73 of 285 ~ 25.61%
B 134 of 285 ~ 47.02%

%27.37
%25.61
%47.02

CMYK color model

#4E4986 color CMYK value is (42,46,0,47).

  • cyan value is 41.79%
  • magenta value is 45.52%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(42,46,0,47)
C42M46Y0K47 
(42%,46%,0%,47%)
(0.42/0.46/0.00/0.47)	

CMYK percentages

%41.79
%45.52
%0
%47.45

Codes

Color #4E4986 in popluar color models

4E4986
RGB7873134
HSL245°29.47%40.59%
HSB/HSV245°45.52%52.55%
CMYK41.79%45.52%0.00%
47.45%

Color #4E4986 in popluar number systems.

HEX4E4986
Decimal7873134
Binary1001110100100110000110
Octal116111206

Shades and tints

Shades of #4E4986

#4E4986
(78,73,134)
#47437A
(71,67,122)
#403D6E
(64,61,110)
#393762
(57,55,98)
#323156
(50,49,86)
#2B2B4A
(43,43,74)
#24253E
(36,37,62)
#1D1F32
(29,31,50)
#161926
(22,25,38)
#0F131A
(15,19,26)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #4E4986

#4E4986
(78,73,134)
#5E5991
(94,89,145)
#6E699C
(110,105,156)
#7E79A7
(126,121,167)
#8E89B2
(142,137,178)
#9E99BD
(158,153,189)
#AEA9C8
(174,169,200)
#BEB9D3
(190,185,211)
#CEC9DE
(206,201,222)
#DED9E9
(222,217,233)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4986 color. Also use rgb(78,73,134) instead hex code.

Text Font Color

.myTextColor { color: #4E4986; }

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

This text font color is #4E4986.


Background Color

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

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

This div background color is #4E4986.


Border color

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

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

This div border color is #4E4986.


Opacity

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

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

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

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

This text has shadow with #4E4986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4986 on black background.


Color preview on white background

This text has color #4E4986 on white background.



Black color preview on #4E4986 background

This text has black color on #4E4986 background.


White color preview on #4E4986 background

This text has white color on #4E4986 background.