COLOR #4E677F

HEX: #4E677F RGB: (78,103,127)

Color info

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

RGB color model

#4E677F color RGB value is (78,103,127).

RGB: (78,103,127) (31%, 40%, 50%)

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 127 of 255 = 50%

78
103
127

R + G + B ~ 40%. #4E677F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 103 + 127 = 308 (100%)
R 78 of 308 ~ 25.32%
G 103 of 308 ~ 33.44%
B 127 of 308 ~ 41.23'%

%25.32
%33.44
%41.23

CMYK color model

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

  • cyan value is 38.58%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (39,19,0,50) C39M19Y0K50 (39%,19%,0%,50%) (0.39/0.19/0.00/0.50) 

CMYK percentages

%38.58
%18.9
%0
%50.2

Codes

Color #4E677F in popluar color models

4E 67 7F
RGB 78 103 127
HSL 209° 23.90% 40.20%
HSB/HSV 209° 38.58% 49.80%
CMYK 38.58% 18.90% 0.00%
50.20%

Color #4E677F in popluar number systems.

HEX 4E 67 7F
Decimal 78 103 127
Binary 1001110 1100111 1111111
Octal 116 147 177

Shades and tints

Shades of #4E677F

#4E677F
(78,103,127)
#475E74
(71,94,116)
#405569
(64,85,105)
#394C5E
(57,76,94)
#324353
(50,67,83)
#2B3A48
(43,58,72)
#24313D
(36,49,61)
#1D2832
(29,40,50)
#161F27
(22,31,39)
#0F161C
(15,22,28)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #4E677F

#4E677F
(78,103,127)
#5E748A
(94,116,138)
#6E8195
(110,129,149)
#7E8EA0
(126,142,160)
#8E9BAB
(142,155,171)
#9EA8B6
(158,168,182)
#AEB5C1
(174,181,193)
#BEC2CC
(190,194,204)
#CECFD7
(206,207,215)
#DEDCE2
(222,220,226)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E677F color. Also use rgb(78,103,127) instead hex code.

Text Font Color

.myTextColor { color: #4E677F; }

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

This text font color is #4E677F.

Background Color

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

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

This div background color is #4E677F.

Border color

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

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

This div border color is #4E677F.

Opacity

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

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

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

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

This text has shadow with #4E677F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E677F.

Preview

Color preview on black background

This text has color #4E677F on black background.


Color preview on white background

This text has color #4E677F on white background.


Black color preview on #4E677F background

This text has black color on #4E677F background.


White color preview on #4E677F background

This text has white color on #4E677F background.


Related colors

Complementary color

Complementary color for #hex is #B19880.


I love getcolorcode.com

Triadic colors

1 #7F4E67 and #677F4E with #4E677F are triadic colors.

2 #7F674E and #674E7F with #4E677F are triadic colors.