COLOR #4E38AD

HEX: #4E38AD
RGB: (78,56,173)

Color info

#4E38AD contains mainly blue color. Web safe color of #4E38AD is #663399 (or #639).

RGB color model

#4E38AD color RGB value is (78,56,173).

  • red value is 78;
  • green value is 56;
  • blue value is 173.
RGB:
(78,56,173)
(31%,22%,68%)

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 173 of 255 = 68%

78
56
173

R + G + B ~ 40%. #4E38AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 56 + 173 = 307 (100%)
R 78 of 307 ~ 25.41%
G 56 of 307 ~ 18.24%
B 173 of 307 ~ 56.35%

%25.41
%18.24
%56.35

CMYK color model

#4E38AD color CMYK value is (55,68,0,32).

  • cyan value is 54.91%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(55,68,0,32)
C55M68Y0K32 
(55%,68%,0%,32%)
(0.55/0.68/0.00/0.32)	

CMYK percentages

%54.91
%67.63
%0
%32.16

Codes

Color #4E38AD in popluar color models

4E38AD
RGB7856173
HSL251°51.09%44.90%
HSB/HSV251°67.63%67.84%
CMYK54.91%67.63%0.00%
32.16%

Color #4E38AD in popluar number systems.

HEX4E38AD
Decimal7856173
Binary100111011100010101101
Octal11670255

Shades and tints

Shades of #4E38AD

#4E38AD
(78,56,173)
#47339E
(71,51,158)
#402E8F
(64,46,143)
#392980
(57,41,128)
#322471
(50,36,113)
#2B1F62
(43,31,98)
#241A53
(36,26,83)
#1D1544
(29,21,68)
#161035
(22,16,53)
#0F0B26
(15,11,38)
#080617
(8,6,23)
#000000
(0,0,0)

Tints of #4E38AD

#4E38AD
(78,56,173)
#5E4AB4
(94,74,180)
#6E5CBB
(110,92,187)
#7E6EC2
(126,110,194)
#8E80C9
(142,128,201)
#9E92D0
(158,146,208)
#AEA4D7
(174,164,215)
#BEB6DE
(190,182,222)
#CEC8E5
(206,200,229)
#DEDAEC
(222,218,236)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E38AD color. Also use rgb(78,56,173) instead hex code.

Text Font Color

.myTextColor { color: #4E38AD; }

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

This text font color is #4E38AD.


Background Color

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

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

This div background color is #4E38AD.


Border color

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

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

This div border color is #4E38AD.


Opacity

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

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

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

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

This text has shadow with #4E38AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E38AD on black background.


Color preview on white background

This text has color #4E38AD on white background.



Black color preview on #4E38AD background

This text has black color on #4E38AD background.


White color preview on #4E38AD background

This text has white color on #4E38AD background.