COLOR #4E41A0

HEX: #4E41A0
RGB: (78,65,160)

Color info

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

RGB color model

#4E41A0 color RGB value is (78,65,160).

  • red value is 78;
  • green value is 65;
  • blue value is 160.
RGB:
(78,65,160)
(31%,25%,63%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 160 of 255 = 63%

78
65
160

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

Portions of RGB colors in percentages

R + G + B =
78 + 65 + 160 = 303 (100%)
R 78 of 303 ~ 25.74%
G 65 of 303 ~ 21.45%
B 160 of 303 ~ 52.81%

%25.74
%21.45
%52.81

CMYK color model

#4E41A0 color CMYK value is (51,59,0,37).

  • cyan value is 51.25%
  • magenta value is 59.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(51,59,0,37)
C51M59Y0K37 
(51%,59%,0%,37%)
(0.51/0.59/0.00/0.37)	

CMYK percentages

%51.25
%59.38
%0
%37.25

Codes

Color #4E41A0 in popluar color models

4E41A0
RGB7865160
HSL248°42.22%44.12%
HSB/HSV248°59.38%62.75%
CMYK51.25%59.38%0.00%
37.25%

Color #4E41A0 in popluar number systems.

HEX4E41A0
Decimal7865160
Binary1001110100000110100000
Octal116101240

Shades and tints

Shades of #4E41A0

#4E41A0
(78,65,160)
#473C92
(71,60,146)
#403784
(64,55,132)
#393276
(57,50,118)
#322D68
(50,45,104)
#2B285A
(43,40,90)
#24234C
(36,35,76)
#1D1E3E
(29,30,62)
#161930
(22,25,48)
#0F1422
(15,20,34)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #4E41A0

#4E41A0
(78,65,160)
#5E52A8
(94,82,168)
#6E63B0
(110,99,176)
#7E74B8
(126,116,184)
#8E85C0
(142,133,192)
#9E96C8
(158,150,200)
#AEA7D0
(174,167,208)
#BEB8D8
(190,184,216)
#CEC9E0
(206,201,224)
#DEDAE8
(222,218,232)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E41A0 color. Also use rgb(78,65,160) instead hex code.

Text Font Color

.myTextColor { color: #4E41A0; }

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

This text font color is #4E41A0.


Background Color

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

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

This div background color is #4E41A0.


Border color

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

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

This div border color is #4E41A0.


Opacity

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

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

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

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

This text has shadow with #4E41A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E41A0 on black background.


Color preview on white background

This text has color #4E41A0 on white background.



Black color preview on #4E41A0 background

This text has black color on #4E41A0 background.


White color preview on #4E41A0 background

This text has white color on #4E41A0 background.