COLOR #4E1865

HEX: #4E1865
RGB: (78,24,101)

Color info

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

RGB color model

#4E1865 color RGB value is (78,24,101).

  • red value is 78;
  • green value is 24;
  • blue value is 101.
RGB:
(78,24,101)
(31%,9%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 24 of 255 = 9%
B 101 of 255 = 40%

78
24
101

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

Portions of RGB colors in percentages

R + G + B =
78 + 24 + 101 = 203 (100%)
R 78 of 203 ~ 38.42%
G 24 of 203 ~ 11.82%
B 101 of 203 ~ 49.75%

%38.42
%11.82
%49.75

CMYK color model

#4E1865 color CMYK value is (23,76,0,60).

  • cyan value is 22.77%
  • magenta value is 76.24%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(23,76,0,60)
C23M76Y0K60 
(23%,76%,0%,60%)
(0.23/0.76/0.00/0.60)	

CMYK percentages

%22.77
%76.24
%0
%60.39

Codes

Color #4E1865 in popluar color models

4E1865
RGB7824101
HSL282°61.60%24.51%
HSB/HSV282°76.24%39.61%
CMYK22.77%76.24%0.00%
60.39%

Color #4E1865 in popluar number systems.

HEX4E1865
Decimal7824101
Binary1001110110001100101
Octal11630145

Shades and tints

Shades of #4E1865

#4E1865
(78,24,101)
#47165C
(71,22,92)
#401453
(64,20,83)
#39124A
(57,18,74)
#321041
(50,16,65)
#2B0E38
(43,14,56)
#240C2F
(36,12,47)
#1D0A26
(29,10,38)
#16081D
(22,8,29)
#0F0614
(15,6,20)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #4E1865

#4E1865
(78,24,101)
#5E2D73
(94,45,115)
#6E4281
(110,66,129)
#7E578F
(126,87,143)
#8E6C9D
(142,108,157)
#9E81AB
(158,129,171)
#AE96B9
(174,150,185)
#BEABC7
(190,171,199)
#CEC0D5
(206,192,213)
#DED5E3
(222,213,227)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1865 color. Also use rgb(78,24,101) instead hex code.

Text Font Color

.myTextColor { color: #4E1865; }

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

This text font color is #4E1865.


Background Color

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

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

This div background color is #4E1865.


Border color

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

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

This div border color is #4E1865.


Opacity

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

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

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

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

This text has shadow with #4E1865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1865 on black background.


Color preview on white background

This text has color #4E1865 on white background.



Black color preview on #4E1865 background

This text has black color on #4E1865 background.


White color preview on #4E1865 background

This text has white color on #4E1865 background.