COLOR #4E528D

HEX: #4E528D
RGB: (78,82,141)

Color info

#4E528D contains mainly green and blue colors. Web safe color of #4E528D is #666699 (or #669).

RGB color model

#4E528D color RGB value is (78,82,141).

  • red value is 78;
  • green value is 82;
  • blue value is 141.
RGB:
(78,82,141)
(31%,32%,55%)

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 141 of 255 = 55%

78
82
141

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

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 141 = 301 (100%)
R 78 of 301 ~ 25.91%
G 82 of 301 ~ 27.24%
B 141 of 301 ~ 46.84%

%25.91
%27.24
%46.84

CMYK color model

#4E528D color CMYK value is (45,42,0,45).

  • cyan value is 44.68%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(45,42,0,45)
C45M42Y0K45 
(45%,42%,0%,45%)
(0.45/0.42/0.00/0.45)	

CMYK percentages

%44.68
%41.84
%0
%44.71

Codes

Color #4E528D in popluar color models

4E528D
RGB7882141
HSL236°28.77%42.94%
HSB/HSV236°44.68%55.29%
CMYK44.68%41.84%0.00%
44.71%

Color #4E528D in popluar number systems.

HEX4E528D
Decimal7882141
Binary1001110101001010001101
Octal116122215

Shades and tints

Shades of #4E528D

#4E528D
(78,82,141)
#474B81
(71,75,129)
#404475
(64,68,117)
#393D69
(57,61,105)
#32365D
(50,54,93)
#2B2F51
(43,47,81)
#242845
(36,40,69)
#1D2139
(29,33,57)
#161A2D
(22,26,45)
#0F1321
(15,19,33)
#080C15
(8,12,21)
#000000
(0,0,0)

Tints of #4E528D

#4E528D
(78,82,141)
#5E6197
(94,97,151)
#6E70A1
(110,112,161)
#7E7FAB
(126,127,171)
#8E8EB5
(142,142,181)
#9E9DBF
(158,157,191)
#AEACC9
(174,172,201)
#BEBBD3
(190,187,211)
#CECADD
(206,202,221)
#DED9E7
(222,217,231)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E528D; }

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

This text font color is #4E528D.


Background Color

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

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

This div background color is #4E528D.


Border color

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

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

This div border color is #4E528D.


Opacity

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

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

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

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

This text has shadow with #4E528D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E528D on black background.


Color preview on white background

This text has color #4E528D on white background.



Black color preview on #4E528D background

This text has black color on #4E528D background.


White color preview on #4E528D background

This text has white color on #4E528D background.