COLOR #4E0868

HEX: #4E0868
RGB: (78,8,104)

Color info

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

RGB color model

#4E0868 color RGB value is (78,8,104).

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

RGB channels and saturation

R 78 of 255 = 31%
G 8 of 255 = 3%
B 104 of 255 = 41%

78
8
104

R + G + B ~ 25%. #4E0868 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 8 + 104 = 190 (100%)
R 78 of 190 ~ 41.05%
G 8 of 190 ~ 4.21%
B 104 of 190 ~ 54.74%

%41.05
%54.74

CMYK color model

#4E0868 color CMYK value is (25,92,0,59).

  • cyan value is 25.00%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(25,92,0,59)
C25M92Y0K59 
(25%,92%,0%,59%)
(0.25/0.92/0.00/0.59)	

CMYK percentages

%25
%92.31
%0
%59.22

Codes

Color #4E0868 in popluar color models

4E0868
RGB788104
HSL284°85.71%21.96%
HSB/HSV284°92.31%40.78%
CMYK25.00%92.31%0.00%
59.22%

Color #4E0868 in popluar number systems.

HEX4E0868
Decimal788104
Binary100111010001101000
Octal11610150

Shades and tints

Shades of #4E0868

#4E0868
(78,8,104)
#47085F
(71,8,95)
#400856
(64,8,86)
#39084D
(57,8,77)
#320844
(50,8,68)
#2B083B
(43,8,59)
#240832
(36,8,50)
#1D0829
(29,8,41)
#160820
(22,8,32)
#0F0817
(15,8,23)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #4E0868

#4E0868
(78,8,104)
#5E1E75
(94,30,117)
#6E3482
(110,52,130)
#7E4A8F
(126,74,143)
#8E609C
(142,96,156)
#9E76A9
(158,118,169)
#AE8CB6
(174,140,182)
#BEA2C3
(190,162,195)
#CEB8D0
(206,184,208)
#DECEDD
(222,206,221)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0868; }

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

This text font color is #4E0868.


Background Color

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

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

This div background color is #4E0868.


Border color

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

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

This div border color is #4E0868.


Opacity

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

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

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

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

This text has shadow with #4E0868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0868 on black background.


Color preview on white background

This text has color #4E0868 on white background.



Black color preview on #4E0868 background

This text has black color on #4E0868 background.


White color preview on #4E0868 background

This text has white color on #4E0868 background.