COLOR #4E4AA5

HEX: #4E4AA5
RGB: (78,74,165)

Color info

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

RGB color model

#4E4AA5 color RGB value is (78,74,165).

  • red value is 78;
  • green value is 74;
  • blue value is 165.
RGB:
(78,74,165)
(31%,29%,65%)

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 165 of 255 = 65%

78
74
165

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

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 165 = 317 (100%)
R 78 of 317 ~ 24.61%
G 74 of 317 ~ 23.34%
B 165 of 317 ~ 52.05%

%24.61
%23.34
%52.05

CMYK color model

#4E4AA5 color CMYK value is (53,55,0,35).

  • cyan value is 52.73%
  • magenta value is 55.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(53,55,0,35)
C53M55Y0K35 
(53%,55%,0%,35%)
(0.53/0.55/0.00/0.35)	

CMYK percentages

%52.73
%55.15
%0
%35.29

Codes

Color #4E4AA5 in popluar color models

4E4AA5
RGB7874165
HSL243°38.08%46.86%
HSB/HSV243°55.15%64.71%
CMYK52.73%55.15%0.00%
35.29%

Color #4E4AA5 in popluar number systems.

HEX4E4AA5
Decimal7874165
Binary1001110100101010100101
Octal116112245

Shades and tints

Shades of #4E4AA5

#4E4AA5
(78,74,165)
#474496
(71,68,150)
#403E87
(64,62,135)
#393878
(57,56,120)
#323269
(50,50,105)
#2B2C5A
(43,44,90)
#24264B
(36,38,75)
#1D203C
(29,32,60)
#161A2D
(22,26,45)
#0F141E
(15,20,30)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E4AA5

#4E4AA5
(78,74,165)
#5E5AAD
(94,90,173)
#6E6AB5
(110,106,181)
#7E7ABD
(126,122,189)
#8E8AC5
(142,138,197)
#9E9ACD
(158,154,205)
#AEAAD5
(174,170,213)
#BEBADD
(190,186,221)
#CECAE5
(206,202,229)
#DEDAED
(222,218,237)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4AA5 color. Also use rgb(78,74,165) instead hex code.

Text Font Color

.myTextColor { color: #4E4AA5; }

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

This text font color is #4E4AA5.


Background Color

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

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

This div background color is #4E4AA5.


Border color

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

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

This div border color is #4E4AA5.


Opacity

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

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

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

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

This text has shadow with #4E4AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4AA5 on black background.


Color preview on white background

This text has color #4E4AA5 on white background.



Black color preview on #4E4AA5 background

This text has black color on #4E4AA5 background.


White color preview on #4E4AA5 background

This text has white color on #4E4AA5 background.