COLOR #4E747D

HEX: #4E747D RGB: (78,116,125)

Color info

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

RGB color model

#4E747D color RGB value is (78,116,125).

RGB: (78,116,125) (31%, 45%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 116 of 255 = 45%
B 125 of 255 = 49%

78
116
125

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

Portions of RGB colors in percentages

R + G + B = 78 + 116 + 125 = 319 (100%)
R 78 of 319 ~ 24.45%
G 116 of 319 ~ 36.36%
B 125 of 319 ~ 39.18'%

%24.45
%36.36
%39.18

CMYK color model

#4E747D color CMYK value is (38,7,0,51).

  • cyan value is 37.60%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (38,7,0,51)
C38M7Y0K51 (38%, 7%, 0%, 51%)
(0.38 / 0.07 / 0.00 / 0.51)

CMYK percentages

%37.6
%7.2
%0
%50.98

Codes

Color #4E747D in popluar color models

4E 74 7D
RGB 78 116 125
HSL 191° 23.15% 39.80%
HSB/HSV 191° 37.60% 49.02%
CMYK 37.60% 7.20% 0.00%
50.98%

Color #4E747D in popluar number systems.

HEX 4E 74 7D
Decimal 78 116 125
Binary 1001110 1110100 1111101
Octal 116 164 175

Shades and tints

Shades of #4E747D

#4E747D
(78,116,125)
#476A72
(71,106,114)
#406067
(64,96,103)
#39565C
(57,86,92)
#324C51
(50,76,81)
#2B4246
(43,66,70)
#24383B
(36,56,59)
#1D2E30
(29,46,48)
#162425
(22,36,37)
#0F1A1A
(15,26,26)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #4E747D

#4E747D
(78,116,125)
#5E8088
(94,128,136)
#6E8C93
(110,140,147)
#7E989E
(126,152,158)
#8EA4A9
(142,164,169)
#9EB0B4
(158,176,180)
#AEBCBF
(174,188,191)
#BEC8CA
(190,200,202)
#CED4D5
(206,212,213)
#DEE0E0
(222,224,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E747D color. Also use rgb(78,116,125) instead hex code.

Text Font Color

.myTextColor { color: #4E747D; }

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

This text font color is #4E747D.

Background Color

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

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

This div background color is #4E747D.

Border color

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

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

This div border color is #4E747D.

Opacity

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

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

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

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

This text has shadow with #4E747D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E747D.

Preview

Color preview on black background

This text has color #4E747D on black background.


Color preview on white background

This text has color #4E747D on white background.


Black color preview on #4E747D background

This text has black color on #4E747D background.


White color preview on #4E747D background

This text has white color on #4E747D background.


Related colors

Complementary color

Complementary color for #hex is #B18B82.


I love getcolorcode.com

Triadic colors

1 #7D4E74 and #747D4E with #4E747D are triadic colors.

2 #7D744E and #744E7D with #4E747D are triadic colors.