COLOR #4E527E

HEX: #4E527E RGB: (78,82,126)

Color info

#4E527E contains red, green and blue colors in about the same proportion. Web safe color of #4E527E is #666666 (or #666).

RGB color model

#4E527E color RGB value is (78,82,126).

RGB: (78,82,126) (31%, 32%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 126 of 255 = 49%

78
82
126

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

Portions of RGB colors in percentages

R + G + B = 78 + 82 + 126 = 286 (100%)
R 78 of 286 ~ 27.27%
G 82 of 286 ~ 28.67%
B 126 of 286 ~ 44.06'%

%27.27
%28.67
%44.06

CMYK color model

#4E527E color CMYK value is (38,35,0,51).

  • cyan value is 38.10%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (38,35,0,51)
C38M35Y0K51 (38%, 35%, 0%, 51%)
(0.38 / 0.35 / 0.00 / 0.51)

CMYK percentages

%38.1
%34.92
%0
%50.59

Codes

Color #4E527E in popluar color models

4E 52 7E
RGB 78 82 126
HSL 235° 23.53% 40.00%
HSB/HSV 235° 38.10% 49.41%
CMYK 38.10% 34.92% 0.00%
50.59%

Color #4E527E in popluar number systems.

HEX 4E 52 7E
Decimal 78 82 126
Binary 1001110 1010010 1111110
Octal 116 122 176

Shades and tints

Shades of #4E527E

#4E527E
(78,82,126)
#474B73
(71,75,115)
#404468
(64,68,104)
#393D5D
(57,61,93)
#323652
(50,54,82)
#2B2F47
(43,47,71)
#24283C
(36,40,60)
#1D2131
(29,33,49)
#161A26
(22,26,38)
#0F131B
(15,19,27)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E527E

#4E527E
(78,82,126)
#5E6189
(94,97,137)
#6E7094
(110,112,148)
#7E7F9F
(126,127,159)
#8E8EAA
(142,142,170)
#9E9DB5
(158,157,181)
#AEACC0
(174,172,192)
#BEBBCB
(190,187,203)
#CECAD6
(206,202,214)
#DED9E1
(222,217,225)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E527E; }

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

This text font color is #4E527E.

Background Color

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

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

This div background color is #4E527E.

Border color

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

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

This div border color is #4E527E.

Opacity

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

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

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

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

This text has shadow with #4E527E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E527E.

Preview

Color preview on black background

This text has color #4E527E on black background.


Color preview on white background

This text has color #4E527E on white background.


Black color preview on #4E527E background

This text has black color on #4E527E background.


White color preview on #4E527E background

This text has white color on #4E527E background.


Related colors

Complementary color

Complementary color for #hex is #B1AD81.


I love getcolorcode.com

Triadic colors

1 #7E4E52 and #527E4E with #4E527E are triadic colors.

2 #7E524E and #524E7E with #4E527E are triadic colors.