COLOR #4E1366

HEX: #4E1366
RGB: (78,19,102)

Color info

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

RGB color model

#4E1366 color RGB value is (78,19,102).

  • red value is 78;
  • green value is 19;
  • blue value is 102.
RGB:
(78,19,102)
(31%,7%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 19 of 255 = 7%
B 102 of 255 = 40%

78
19
102

R + G + B ~ 26%. #4E1366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 19 + 102 = 199 (100%)
R 78 of 199 ~ 39.2%
G 19 of 199 ~ 9.55%
B 102 of 199 ~ 51.26%

%39.2
%9.55
%51.26

CMYK color model

#4E1366 color CMYK value is (24,81,0,60).

  • cyan value is 23.53%
  • magenta value is 81.37%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(24,81,0,60)
C24M81Y0K60 
(24%,81%,0%,60%)
(0.24/0.81/0.00/0.60)	

CMYK percentages

%23.53
%81.37
%0
%60

Codes

Color #4E1366 in popluar color models

4E1366
RGB7819102
HSL283°68.60%23.73%
HSB/HSV283°81.37%40.00%
CMYK23.53%81.37%0.00%
60.00%

Color #4E1366 in popluar number systems.

HEX4E1366
Decimal7819102
Binary1001110100111100110
Octal11623146

Shades and tints

Shades of #4E1366

#4E1366
(78,19,102)
#47125D
(71,18,93)
#401154
(64,17,84)
#39104B
(57,16,75)
#320F42
(50,15,66)
#2B0E39
(43,14,57)
#240D30
(36,13,48)
#1D0C27
(29,12,39)
#160B1E
(22,11,30)
#0F0A15
(15,10,21)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #4E1366

#4E1366
(78,19,102)
#5E2873
(94,40,115)
#6E3D80
(110,61,128)
#7E528D
(126,82,141)
#8E679A
(142,103,154)
#9E7CA7
(158,124,167)
#AE91B4
(174,145,180)
#BEA6C1
(190,166,193)
#CEBBCE
(206,187,206)
#DED0DB
(222,208,219)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1366 color. Also use rgb(78,19,102) instead hex code.

Text Font Color

.myTextColor { color: #4E1366; }

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

This text font color is #4E1366.


Background Color

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

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

This div background color is #4E1366.


Border color

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

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

This div border color is #4E1366.


Opacity

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

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

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

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

This text has shadow with #4E1366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1366 on black background.


Color preview on white background

This text has color #4E1366 on white background.



Black color preview on #4E1366 background

This text has black color on #4E1366 background.


White color preview on #4E1366 background

This text has white color on #4E1366 background.