COLOR #4E0862

HEX: #4E0862
RGB: (78,8,98)

Color info

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

RGB color model

#4E0862 color RGB value is (78,8,98).

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

RGB channels and saturation

R 78 of 255 = 31%
G 8 of 255 = 3%
B 98 of 255 = 38%

78
8
98

R + G + B ~ 24%. #4E0862 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 8 + 98 = 184 (100%)
R 78 of 184 ~ 42.39%
G 8 of 184 ~ 4.35%
B 98 of 184 ~ 53.26%

%42.39
%53.26

CMYK color model

#4E0862 color CMYK value is (20,92,0,62).

  • cyan value is 20.41%
  • magenta value is 91.84%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(20,92,0,62)
C20M92Y0K62 
(20%,92%,0%,62%)
(0.20/0.92/0.00/0.62)	

CMYK percentages

%20.41
%91.84
%0
%61.57

Codes

Color #4E0862 in popluar color models

4E0862
RGB78898
HSL287°84.91%20.78%
HSB/HSV287°91.84%38.43%
CMYK20.41%91.84%0.00%
61.57%

Color #4E0862 in popluar number systems.

HEX4E0862
Decimal78898
Binary100111010001100010
Octal11610142

Shades and tints

Shades of #4E0862

#4E0862
(78,8,98)
#47085A
(71,8,90)
#400852
(64,8,82)
#39084A
(57,8,74)
#320842
(50,8,66)
#2B083A
(43,8,58)
#240832
(36,8,50)
#1D082A
(29,8,42)
#160822
(22,8,34)
#0F081A
(15,8,26)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #4E0862

#4E0862
(78,8,98)
#5E1E70
(94,30,112)
#6E347E
(110,52,126)
#7E4A8C
(126,74,140)
#8E609A
(142,96,154)
#9E76A8
(158,118,168)
#AE8CB6
(174,140,182)
#BEA2C4
(190,162,196)
#CEB8D2
(206,184,210)
#DECEE0
(222,206,224)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0862; }

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

This text font color is #4E0862.


Background Color

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

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

This div background color is #4E0862.


Border color

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

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

This div border color is #4E0862.


Opacity

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

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

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

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

This text has shadow with #4E0862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0862 on black background.


Color preview on white background

This text has color #4E0862 on white background.



Black color preview on #4E0862 background

This text has black color on #4E0862 background.


White color preview on #4E0862 background

This text has white color on #4E0862 background.