COLOR #4E0678

HEX: #4E0678
RGB: (78,6,120)

Color info

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

RGB color model

#4E0678 color RGB value is (78,6,120).

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

RGB channels and saturation

R 78 of 255 = 31%
G 6 of 255 = 2%
B 120 of 255 = 47%

78
6
120

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

Portions of RGB colors in percentages

R + G + B =
78 + 6 + 120 = 204 (100%)
R 78 of 204 ~ 38.24%
G 6 of 204 ~ 2.94%
B 120 of 204 ~ 58.82%

%38.24
%58.82

CMYK color model

#4E0678 color CMYK value is (35,95,0,53).

  • cyan value is 35.00%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,95,0,53)
C35M95Y0K53 
(35%,95%,0%,53%)
(0.35/0.95/0.00/0.53)	

CMYK percentages

%35
%95
%0
%52.94

Codes

Color #4E0678 in popluar color models

4E0678
RGB786120
HSL278°90.48%24.71%
HSB/HSV278°95.00%47.06%
CMYK35.00%95.00%0.00%
52.94%

Color #4E0678 in popluar number systems.

HEX4E0678
Decimal786120
Binary10011101101111000
Octal1166170

Shades and tints

Shades of #4E0678

#4E0678
(78,6,120)
#47066E
(71,6,110)
#400664
(64,6,100)
#39065A
(57,6,90)
#320650
(50,6,80)
#2B0646
(43,6,70)
#24063C
(36,6,60)
#1D0632
(29,6,50)
#160628
(22,6,40)
#0F061E
(15,6,30)
#080614
(8,6,20)
#000000
(0,0,0)

Tints of #4E0678

#4E0678
(78,6,120)
#5E1C84
(94,28,132)
#6E3290
(110,50,144)
#7E489C
(126,72,156)
#8E5EA8
(142,94,168)
#9E74B4
(158,116,180)
#AE8AC0
(174,138,192)
#BEA0CC
(190,160,204)
#CEB6D8
(206,182,216)
#DECCE4
(222,204,228)
#EEE2F0
(238,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0678; }

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

This text font color is #4E0678.


Background Color

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

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

This div background color is #4E0678.


Border color

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

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

This div border color is #4E0678.


Opacity

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

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

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

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

This text has shadow with #4E0678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0678 on black background.


Color preview on white background

This text has color #4E0678 on white background.



Black color preview on #4E0678 background

This text has black color on #4E0678 background.


White color preview on #4E0678 background

This text has white color on #4E0678 background.