COLOR #4E4080

HEX: #4E4080 RGB: (78,64,128)

Color info

#4E4080 contains mainly red and blue colors. Web safe color of #4E4080 is #663366 (or #636).

RGB color model

#4E4080 color RGB value is (78,64,128).

RGB: (78,64,128) (31%, 25%, 50%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 128 of 255 = 50%

78
64
128

R + G + B ~ 35%. #4E4080 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 64 + 128 = 270 (100%)
R 78 of 270 ~ 28.89%
G 64 of 270 ~ 23.7%
B 128 of 270 ~ 47.41'%

%28.89
%23.7
%47.41

CMYK color model

#4E4080 color CMYK value is (39,50,0,50).

  • cyan value is 39.06%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (39,50,0,50)
C39M50Y0K50 (39%, 50%, 0%, 50%)
(0.39 / 0.50 / 0.00 / 0.50)

CMYK percentages

%39.06
%50
%0
%49.8

Codes

Color #4E4080 in popluar color models

4E 40 80
RGB 78 64 128
HSL 253° 33.33% 37.65%
HSB/HSV 253° 50.00% 50.20%
CMYK 39.06% 50.00% 0.00%
49.80%

Color #4E4080 in popluar number systems.

HEX 4E 40 80
Decimal 78 64 128
Binary 1001110 1000000 10000000
Octal 116 100 200

Shades and tints

Shades of #4E4080

#4E4080
(78,64,128)
#473B75
(71,59,117)
#40366A
(64,54,106)
#39315F
(57,49,95)
#322C54
(50,44,84)
#2B2749
(43,39,73)
#24223E
(36,34,62)
#1D1D33
(29,29,51)
#161828
(22,24,40)
#0F131D
(15,19,29)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #4E4080

#4E4080
(78,64,128)
#5E518B
(94,81,139)
#6E6296
(110,98,150)
#7E73A1
(126,115,161)
#8E84AC
(142,132,172)
#9E95B7
(158,149,183)
#AEA6C2
(174,166,194)
#BEB7CD
(190,183,205)
#CEC8D8
(206,200,216)
#DED9E3
(222,217,227)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4080; }

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

This text font color is #4E4080.

Background Color

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

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

This div background color is #4E4080.

Border color

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

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

This div border color is #4E4080.

Opacity

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

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

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

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

This text has shadow with #4E4080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4080.

Preview

Color preview on black background

This text has color #4E4080 on black background.


Color preview on white background

This text has color #4E4080 on white background.


Black color preview on #4E4080 background

This text has black color on #4E4080 background.


White color preview on #4E4080 background

This text has white color on #4E4080 background.


Related colors

Complementary color

Complementary color for #hex is #B1BF7F.


I love getcolorcode.com

Triadic colors

1 #804E40 and #40804E with #4E4080 are triadic colors.

2 #80404E and #404E80 with #4E4080 are triadic colors.