COLOR #4E4A81

HEX: #4E4A81
RGB: (78,74,129)

Color info

#4E4A81 contains red, green and blue colors in about the same proportion. Web safe color of #4E4A81 is #663399 (or #639).

RGB color model

#4E4A81 color RGB value is (78,74,129).

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

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 129 of 255 = 51%

78
74
129

R + G + B ~ 37%. #4E4A81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 129 = 281 (100%)
R 78 of 281 ~ 27.76%
G 74 of 281 ~ 26.33%
B 129 of 281 ~ 45.91%

%27.76
%26.33
%45.91

CMYK color model

#4E4A81 color CMYK value is (40,43,0,49).

  • cyan value is 39.53%
  • magenta value is 42.64%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(40,43,0,49)
C40M43Y0K49 
(40%,43%,0%,49%)
(0.40/0.43/0.00/0.49)	

CMYK percentages

%39.53
%42.64
%0
%49.41

Codes

Color #4E4A81 in popluar color models

4E4A81
RGB7874129
HSL244°27.09%39.80%
HSB/HSV244°42.64%50.59%
CMYK39.53%42.64%0.00%
49.41%

Color #4E4A81 in popluar number systems.

HEX4E4A81
Decimal7874129
Binary1001110100101010000001
Octal116112201

Shades and tints

Shades of #4E4A81

#4E4A81
(78,74,129)
#474476
(71,68,118)
#403E6B
(64,62,107)
#393860
(57,56,96)
#323255
(50,50,85)
#2B2C4A
(43,44,74)
#24263F
(36,38,63)
#1D2034
(29,32,52)
#161A29
(22,26,41)
#0F141E
(15,20,30)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #4E4A81

#4E4A81
(78,74,129)
#5E5A8C
(94,90,140)
#6E6A97
(110,106,151)
#7E7AA2
(126,122,162)
#8E8AAD
(142,138,173)
#9E9AB8
(158,154,184)
#AEAAC3
(174,170,195)
#BEBACE
(190,186,206)
#CECAD9
(206,202,217)
#DEDAE4
(222,218,228)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A81; }

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

This text font color is #4E4A81.


Background Color

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

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

This div background color is #4E4A81.


Border color

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

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

This div border color is #4E4A81.


Opacity

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

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

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

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

This text has shadow with #4E4A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4A81 on black background.


Color preview on white background

This text has color #4E4A81 on white background.



Black color preview on #4E4A81 background

This text has black color on #4E4A81 background.


White color preview on #4E4A81 background

This text has white color on #4E4A81 background.