COLOR #4E747C

HEX: #4E747C
RGB: (78,116,124)

Color info

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

RGB color model

#4E747C color RGB value is (78,116,124).

  • red value is 78;
  • green value is 116;
  • blue value is 124.
RGB:
(78,116,124)
(31%,45%,49%)

RGB channels and saturation

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

78
116
124

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

Portions of RGB colors in percentages

R + G + B =
78 + 116 + 124 = 318 (100%)
R 78 of 318 ~ 24.53%
G 116 of 318 ~ 36.48%
B 124 of 318 ~ 38.99%

%24.53
%36.48
%38.99

CMYK color model

#4E747C color CMYK value is (37,6,0,51).

  • cyan value is 37.10%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(37,6,0,51)
C37M6Y0K51 
(37%,6%,0%,51%)
(0.37/0.06/0.00/0.51)	

CMYK percentages

%37.1
%6.45
%0
%51.37

Codes

Color #4E747C in popluar color models

4E747C
RGB78116124
HSL190°22.77%39.61%
HSB/HSV190°37.10%48.63%
CMYK37.10%6.45%0.00%
51.37%

Color #4E747C in popluar number systems.

HEX4E747C
Decimal78116124
Binary100111011101001111100
Octal116164174

Shades and tints

Shades of #4E747C

#4E747C
(78,116,124)
#476A71
(71,106,113)
#406066
(64,96,102)
#39565B
(57,86,91)
#324C50
(50,76,80)
#2B4245
(43,66,69)
#24383A
(36,56,58)
#1D2E2F
(29,46,47)
#162424
(22,36,36)
#0F1A19
(15,26,25)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E747C

#4E747C
(78,116,124)
#5E8087
(94,128,135)
#6E8C92
(110,140,146)
#7E989D
(126,152,157)
#8EA4A8
(142,164,168)
#9EB0B3
(158,176,179)
#AEBCBE
(174,188,190)
#BEC8C9
(190,200,201)
#CED4D4
(206,212,212)
#DEE0DF
(222,224,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E747C; }

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

This text font color is #4E747C.


Background Color

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

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

This div background color is #4E747C.


Border color

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

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

This div border color is #4E747C.


Opacity

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

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

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

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

This text has shadow with #4E747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E747C on black background.


Color preview on white background

This text has color #4E747C on white background.



Black color preview on #4E747C background

This text has black color on #4E747C background.


White color preview on #4E747C background

This text has white color on #4E747C background.