COLOR #4E0A78

HEX: #4E0A78
RGB: (78,10,120)

Color info

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

RGB color model

#4E0A78 color RGB value is (78,10,120).

  • red value is 78;
  • green value is 10;
  • blue value is 120.
RGB:
(78,10,120)
(31%,4%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 10 of 255 = 4%
B 120 of 255 = 47%

78
10
120

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

Portions of RGB colors in percentages

R + G + B =
78 + 10 + 120 = 208 (100%)
R 78 of 208 ~ 37.5%
G 10 of 208 ~ 4.81%
B 120 of 208 ~ 57.69%

%37.5
%57.69

CMYK color model

#4E0A78 color CMYK value is (35,92,0,53).

  • cyan value is 35.00%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,92,0,53)
C35M92Y0K53 
(35%,92%,0%,53%)
(0.35/0.92/0.00/0.53)	

CMYK percentages

%35
%91.67
%0
%52.94

Codes

Color #4E0A78 in popluar color models

4E0A78
RGB7810120
HSL277°84.62%25.49%
HSB/HSV277°91.67%47.06%
CMYK35.00%91.67%0.00%
52.94%

Color #4E0A78 in popluar number systems.

HEX4E0A78
Decimal7810120
Binary100111010101111000
Octal11612170

Shades and tints

Shades of #4E0A78

#4E0A78
(78,10,120)
#470A6E
(71,10,110)
#400A64
(64,10,100)
#390A5A
(57,10,90)
#320A50
(50,10,80)
#2B0A46
(43,10,70)
#240A3C
(36,10,60)
#1D0A32
(29,10,50)
#160A28
(22,10,40)
#0F0A1E
(15,10,30)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #4E0A78

#4E0A78
(78,10,120)
#5E2084
(94,32,132)
#6E3690
(110,54,144)
#7E4C9C
(126,76,156)
#8E62A8
(142,98,168)
#9E78B4
(158,120,180)
#AE8EC0
(174,142,192)
#BEA4CC
(190,164,204)
#CEBAD8
(206,186,216)
#DED0E4
(222,208,228)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0A78 color. Also use rgb(78,10,120) instead hex code.

Text Font Color

.myTextColor { color: #4E0A78; }

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

This text font color is #4E0A78.


Background Color

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

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

This div background color is #4E0A78.


Border color

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

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

This div border color is #4E0A78.


Opacity

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

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

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

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

This text has shadow with #4E0A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0A78 on black background.


Color preview on white background

This text has color #4E0A78 on white background.



Black color preview on #4E0A78 background

This text has black color on #4E0A78 background.


White color preview on #4E0A78 background

This text has white color on #4E0A78 background.