COLOR #4E2984

HEX: #4E2984
RGB: (78,41,132)

Color info

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

RGB color model

#4E2984 color RGB value is (78,41,132).

  • red value is 78;
  • green value is 41;
  • blue value is 132.
RGB:
(78,41,132)
(31%,16%,52%)

RGB channels and saturation

R 78 of 255 = 31%
G 41 of 255 = 16%
B 132 of 255 = 52%

78
41
132

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

Portions of RGB colors in percentages

R + G + B =
78 + 41 + 132 = 251 (100%)
R 78 of 251 ~ 31.08%
G 41 of 251 ~ 16.33%
B 132 of 251 ~ 52.59%

%31.08
%16.33
%52.59

CMYK color model

#4E2984 color CMYK value is (41,69,0,48).

  • cyan value is 40.91%
  • magenta value is 68.94%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(41,69,0,48)
C41M69Y0K48 
(41%,69%,0%,48%)
(0.41/0.69/0.00/0.48)	

CMYK percentages

%40.91
%68.94
%0
%48.24

Codes

Color #4E2984 in popluar color models

4E2984
RGB7841132
HSL264°52.60%33.92%
HSB/HSV264°68.94%51.76%
CMYK40.91%68.94%0.00%
48.24%

Color #4E2984 in popluar number systems.

HEX4E2984
Decimal7841132
Binary100111010100110000100
Octal11651204

Shades and tints

Shades of #4E2984

#4E2984
(78,41,132)
#472678
(71,38,120)
#40236C
(64,35,108)
#392060
(57,32,96)
#321D54
(50,29,84)
#2B1A48
(43,26,72)
#24173C
(36,23,60)
#1D1430
(29,20,48)
#161124
(22,17,36)
#0F0E18
(15,14,24)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E2984

#4E2984
(78,41,132)
#5E3C8F
(94,60,143)
#6E4F9A
(110,79,154)
#7E62A5
(126,98,165)
#8E75B0
(142,117,176)
#9E88BB
(158,136,187)
#AE9BC6
(174,155,198)
#BEAED1
(190,174,209)
#CEC1DC
(206,193,220)
#DED4E7
(222,212,231)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2984 color. Also use rgb(78,41,132) instead hex code.

Text Font Color

.myTextColor { color: #4E2984; }

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

This text font color is #4E2984.


Background Color

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

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

This div background color is #4E2984.


Border color

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

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

This div border color is #4E2984.


Opacity

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

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

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

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

This text has shadow with #4E2984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2984 on black background.


Color preview on white background

This text has color #4E2984 on white background.



Black color preview on #4E2984 background

This text has black color on #4E2984 background.


White color preview on #4E2984 background

This text has white color on #4E2984 background.