COLOR #4E0879

HEX: #4E0879
RGB: (78,8,121)

Color info

#4E0879 contains mainly red and blue colors. Web safe color of #4E0879 is #660066 (or #606).

RGB color model

#4E0879 color RGB value is (78,8,121).

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

RGB channels and saturation

R 78 of 255 = 31%
G 8 of 255 = 3%
B 121 of 255 = 47%

78
8
121

R + G + B ~ 27%. #4E0879 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 8 + 121 = 207 (100%)
R 78 of 207 ~ 37.68%
G 8 of 207 ~ 3.86%
B 121 of 207 ~ 58.45%

%37.68
%58.45

CMYK color model

#4E0879 color CMYK value is (36,93,0,53).

  • cyan value is 35.54%
  • magenta value is 93.39%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,93,0,53)
C36M93Y0K53 
(36%,93%,0%,53%)
(0.36/0.93/0.00/0.53)	

CMYK percentages

%35.54
%93.39
%0
%52.55

Codes

Color #4E0879 in popluar color models

4E0879
RGB788121
HSL277°87.60%25.29%
HSB/HSV277°93.39%47.45%
CMYK35.54%93.39%0.00%
52.55%

Color #4E0879 in popluar number systems.

HEX4E0879
Decimal788121
Binary100111010001111001
Octal11610171

Shades and tints

Shades of #4E0879

#4E0879
(78,8,121)
#47086E
(71,8,110)
#400863
(64,8,99)
#390858
(57,8,88)
#32084D
(50,8,77)
#2B0842
(43,8,66)
#240837
(36,8,55)
#1D082C
(29,8,44)
#160821
(22,8,33)
#0F0816
(15,8,22)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #4E0879

#4E0879
(78,8,121)
#5E1E85
(94,30,133)
#6E3491
(110,52,145)
#7E4A9D
(126,74,157)
#8E60A9
(142,96,169)
#9E76B5
(158,118,181)
#AE8CC1
(174,140,193)
#BEA2CD
(190,162,205)
#CEB8D9
(206,184,217)
#DECEE5
(222,206,229)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0879; }

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

This text font color is #4E0879.


Background Color

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

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

This div background color is #4E0879.


Border color

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

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

This div border color is #4E0879.


Opacity

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

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

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

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

This text has shadow with #4E0879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0879 on black background.


Color preview on white background

This text has color #4E0879 on white background.



Black color preview on #4E0879 background

This text has black color on #4E0879 background.


White color preview on #4E0879 background

This text has white color on #4E0879 background.