COLOR #4E508D

HEX: #4E508D RGB: (78,80,141)

Color info

#4E508D contains mainly blue color. Web safe color of #4E508D is #666699 (or #669).

RGB color model

#4E508D color RGB value is (78,80,141).

RGB: (78,80,141) (31%, 31%, 55%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 141 of 255 = 55%

78
80
141

R + G + B ~ 39%. #4E508D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 80 + 141 = 299 (100%)
R 78 of 299 ~ 26.09%
G 80 of 299 ~ 26.76%
B 141 of 299 ~ 47.16'%

%26.09
%26.76
%47.16

CMYK color model

#4E508D color CMYK value is (45,43,0,45).

  • cyan value is 44.68%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (45,43,0,45)
C45M43Y0K45 (45%, 43%, 0%, 45%)
(0.45 / 0.43 / 0.00 / 0.45)

CMYK percentages

%44.68
%43.26
%0
%44.71

Codes

Color #4E508D in popluar color models

4E 50 8D
RGB 78 80 141
HSL 238° 28.77% 42.94%
HSB/HSV 238° 44.68% 55.29%
CMYK 44.68% 43.26% 0.00%
44.71%

Color #4E508D in popluar number systems.

HEX 4E 50 8D
Decimal 78 80 141
Binary 1001110 1010000 10001101
Octal 116 120 215

Shades and tints

Shades of #4E508D

#4E508D
(78,80,141)
#474981
(71,73,129)
#404275
(64,66,117)
#393B69
(57,59,105)
#32345D
(50,52,93)
#2B2D51
(43,45,81)
#242645
(36,38,69)
#1D1F39
(29,31,57)
#16182D
(22,24,45)
#0F1121
(15,17,33)
#080A15
(8,10,21)
#000000
(0,0,0)

Tints of #4E508D

#4E508D
(78,80,141)
#5E5F97
(94,95,151)
#6E6EA1
(110,110,161)
#7E7DAB
(126,125,171)
#8E8CB5
(142,140,181)
#9E9BBF
(158,155,191)
#AEAAC9
(174,170,201)
#BEB9D3
(190,185,211)
#CEC8DD
(206,200,221)
#DED7E7
(222,215,231)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E508D color. Also use rgb(78,80,141) instead hex code.

Text Font Color

.myTextColor { color: #4E508D; }

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

This text font color is #4E508D.

Background Color

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

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

This div background color is #4E508D.

Border color

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

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

This div border color is #4E508D.

Opacity

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

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

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

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

This text has shadow with #4E508D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E508D.

Preview

Color preview on black background

This text has color #4E508D on black background.


Color preview on white background

This text has color #4E508D on white background.


Black color preview on #4E508D background

This text has black color on #4E508D background.


White color preview on #4E508D background

This text has white color on #4E508D background.


Related colors

Complementary color

Complementary color for #hex is #B1AF72.


I love getcolorcode.com

Triadic colors

1 #8D4E50 and #508D4E with #4E508D are triadic colors.

2 #8D504E and #504E8D with #4E508D are triadic colors.