COLOR #4E2586

HEX: #4E2586
RGB: (78,37,134)

Color info

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

RGB color model

#4E2586 color RGB value is (78,37,134).

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

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 134 of 255 = 53%

78
37
134

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

Portions of RGB colors in percentages

R + G + B =
78 + 37 + 134 = 249 (100%)
R 78 of 249 ~ 31.33%
G 37 of 249 ~ 14.86%
B 134 of 249 ~ 53.82%

%31.33
%14.86
%53.82

CMYK color model

#4E2586 color CMYK value is (42,72,0,47).

  • cyan value is 41.79%
  • magenta value is 72.39%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(42,72,0,47)
C42M72Y0K47 
(42%,72%,0%,47%)
(0.42/0.72/0.00/0.47)	

CMYK percentages

%41.79
%72.39
%0
%47.45

Codes

Color #4E2586 in popluar color models

4E2586
RGB7837134
HSL265°56.73%33.53%
HSB/HSV265°72.39%52.55%
CMYK41.79%72.39%0.00%
47.45%

Color #4E2586 in popluar number systems.

HEX4E2586
Decimal7837134
Binary100111010010110000110
Octal11645206

Shades and tints

Shades of #4E2586

#4E2586
(78,37,134)
#47227A
(71,34,122)
#401F6E
(64,31,110)
#391C62
(57,28,98)
#321956
(50,25,86)
#2B164A
(43,22,74)
#24133E
(36,19,62)
#1D1032
(29,16,50)
#160D26
(22,13,38)
#0F0A1A
(15,10,26)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #4E2586

#4E2586
(78,37,134)
#5E3891
(94,56,145)
#6E4B9C
(110,75,156)
#7E5EA7
(126,94,167)
#8E71B2
(142,113,178)
#9E84BD
(158,132,189)
#AE97C8
(174,151,200)
#BEAAD3
(190,170,211)
#CEBDDE
(206,189,222)
#DED0E9
(222,208,233)
#EEE3F4
(238,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2586; }

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

This text font color is #4E2586.


Background Color

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

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

This div background color is #4E2586.


Border color

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

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

This div border color is #4E2586.


Opacity

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

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

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

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

This text has shadow with #4E2586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2586 on black background.


Color preview on white background

This text has color #4E2586 on white background.



Black color preview on #4E2586 background

This text has black color on #4E2586 background.


White color preview on #4E2586 background

This text has white color on #4E2586 background.