COLOR #4E1C7A

HEX: #4E1C7A
RGB: (78,28,122)

Color info

#4E1C7A contains mainly red and blue colors. Web safe color of #4E1C7A is #663366 (or #636).

RGB color model

#4E1C7A color RGB value is (78,28,122).

  • red value is 78;
  • green value is 28;
  • blue value is 122.
RGB:
(78,28,122)
(31%,11%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 28 of 255 = 11%
B 122 of 255 = 48%

78
28
122

R + G + B ~ 30%. #4E1C7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 28 + 122 = 228 (100%)
R 78 of 228 ~ 34.21%
G 28 of 228 ~ 12.28%
B 122 of 228 ~ 53.51%

%34.21
%12.28
%53.51

CMYK color model

#4E1C7A color CMYK value is (36,77,0,52).

  • cyan value is 36.07%
  • magenta value is 77.05%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(36,77,0,52)
C36M77Y0K52 
(36%,77%,0%,52%)
(0.36/0.77/0.00/0.52)	

CMYK percentages

%36.07
%77.05
%0
%52.16

Codes

Color #4E1C7A in popluar color models

4E1C7A
RGB7828122
HSL272°62.67%29.41%
HSB/HSV272°77.05%47.84%
CMYK36.07%77.05%0.00%
52.16%

Color #4E1C7A in popluar number systems.

HEX4E1C7A
Decimal7828122
Binary1001110111001111010
Octal11634172

Shades and tints

Shades of #4E1C7A

#4E1C7A
(78,28,122)
#471A6F
(71,26,111)
#401864
(64,24,100)
#391659
(57,22,89)
#32144E
(50,20,78)
#2B1243
(43,18,67)
#241038
(36,16,56)
#1D0E2D
(29,14,45)
#160C22
(22,12,34)
#0F0A17
(15,10,23)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E1C7A

#4E1C7A
(78,28,122)
#5E3086
(94,48,134)
#6E4492
(110,68,146)
#7E589E
(126,88,158)
#8E6CAA
(142,108,170)
#9E80B6
(158,128,182)
#AE94C2
(174,148,194)
#BEA8CE
(190,168,206)
#CEBCDA
(206,188,218)
#DED0E6
(222,208,230)
#EEE4F2
(238,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1C7A color. Also use rgb(78,28,122) instead hex code.

Text Font Color

.myTextColor { color: #4E1C7A; }

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

This text font color is #4E1C7A.


Background Color

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

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

This div background color is #4E1C7A.


Border color

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

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

This div border color is #4E1C7A.


Opacity

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

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

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

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

This text has shadow with #4E1C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1C7A on black background.


Color preview on white background

This text has color #4E1C7A on white background.



Black color preview on #4E1C7A background

This text has black color on #4E1C7A background.


White color preview on #4E1C7A background

This text has white color on #4E1C7A background.