COLOR #4E40A9

HEX: #4E40A9
RGB: (78,64,169)

Color info

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

RGB color model

#4E40A9 color RGB value is (78,64,169).

  • red value is 78;
  • green value is 64;
  • blue value is 169.
RGB:
(78,64,169)
(31%,25%,66%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 169 of 255 = 66%

78
64
169

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

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 169 = 311 (100%)
R 78 of 311 ~ 25.08%
G 64 of 311 ~ 20.58%
B 169 of 311 ~ 54.34%

%25.08
%20.58
%54.34

CMYK color model

#4E40A9 color CMYK value is (54,62,0,34).

  • cyan value is 53.85%
  • magenta value is 62.13%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(54,62,0,34)
C54M62Y0K34 
(54%,62%,0%,34%)
(0.54/0.62/0.00/0.34)	

CMYK percentages

%53.85
%62.13
%0
%33.73

Codes

Color #4E40A9 in popluar color models

4E40A9
RGB7864169
HSL248°45.06%45.69%
HSB/HSV248°62.13%66.27%
CMYK53.85%62.13%0.00%
33.73%

Color #4E40A9 in popluar number systems.

HEX4E40A9
Decimal7864169
Binary1001110100000010101001
Octal116100251

Shades and tints

Shades of #4E40A9

#4E40A9
(78,64,169)
#473B9A
(71,59,154)
#40368B
(64,54,139)
#39317C
(57,49,124)
#322C6D
(50,44,109)
#2B275E
(43,39,94)
#24224F
(36,34,79)
#1D1D40
(29,29,64)
#161831
(22,24,49)
#0F1322
(15,19,34)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #4E40A9

#4E40A9
(78,64,169)
#5E51B0
(94,81,176)
#6E62B7
(110,98,183)
#7E73BE
(126,115,190)
#8E84C5
(142,132,197)
#9E95CC
(158,149,204)
#AEA6D3
(174,166,211)
#BEB7DA
(190,183,218)
#CEC8E1
(206,200,225)
#DED9E8
(222,217,232)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E40A9 color. Also use rgb(78,64,169) instead hex code.

Text Font Color

.myTextColor { color: #4E40A9; }

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

This text font color is #4E40A9.


Background Color

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

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

This div background color is #4E40A9.


Border color

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

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

This div border color is #4E40A9.


Opacity

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

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

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

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

This text has shadow with #4E40A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E40A9 on black background.


Color preview on white background

This text has color #4E40A9 on white background.



Black color preview on #4E40A9 background

This text has black color on #4E40A9 background.


White color preview on #4E40A9 background

This text has white color on #4E40A9 background.