COLOR #4E2479

HEX: #4E2479
RGB: (78,36,121)

Color info

#4E2479 contains mainly red and blue colors. Web safe color of #4E2479 is #663366 (or #636).

RGB color model

#4E2479 color RGB value is (78,36,121).

  • red value is 78;
  • green value is 36;
  • blue value is 121.
RGB:
(78,36,121)
(31%,14%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 36 of 255 = 14%
B 121 of 255 = 47%

78
36
121

R + G + B ~ 31%. #4E2479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 36 + 121 = 235 (100%)
R 78 of 235 ~ 33.19%
G 36 of 235 ~ 15.32%
B 121 of 235 ~ 51.49%

%33.19
%15.32
%51.49

CMYK color model

#4E2479 color CMYK value is (36,70,0,53).

  • cyan value is 35.54%
  • magenta value is 70.25%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,70,0,53)
C36M70Y0K53 
(36%,70%,0%,53%)
(0.36/0.70/0.00/0.53)	

CMYK percentages

%35.54
%70.25
%0
%52.55

Codes

Color #4E2479 in popluar color models

4E2479
RGB7836121
HSL270°54.14%30.78%
HSB/HSV270°70.25%47.45%
CMYK35.54%70.25%0.00%
52.55%

Color #4E2479 in popluar number systems.

HEX4E2479
Decimal7836121
Binary10011101001001111001
Octal11644171

Shades and tints

Shades of #4E2479

#4E2479
(78,36,121)
#47216E
(71,33,110)
#401E63
(64,30,99)
#391B58
(57,27,88)
#32184D
(50,24,77)
#2B1542
(43,21,66)
#241237
(36,18,55)
#1D0F2C
(29,15,44)
#160C21
(22,12,33)
#0F0916
(15,9,22)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #4E2479

#4E2479
(78,36,121)
#5E3785
(94,55,133)
#6E4A91
(110,74,145)
#7E5D9D
(126,93,157)
#8E70A9
(142,112,169)
#9E83B5
(158,131,181)
#AE96C1
(174,150,193)
#BEA9CD
(190,169,205)
#CEBCD9
(206,188,217)
#DECFE5
(222,207,229)
#EEE2F1
(238,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2479 color. Also use rgb(78,36,121) instead hex code.

Text Font Color

.myTextColor { color: #4E2479; }

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

This text font color is #4E2479.


Background Color

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

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

This div background color is #4E2479.


Border color

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

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

This div border color is #4E2479.


Opacity

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

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

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

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

This text has shadow with #4E2479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2479 on black background.


Color preview on white background

This text has color #4E2479 on white background.



Black color preview on #4E2479 background

This text has black color on #4E2479 background.


White color preview on #4E2479 background

This text has white color on #4E2479 background.