COLOR #4E647C

HEX: #4E647C RGB: (78,100,124)

Color info

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

RGB color model

#4E647C color RGB value is (78,100,124).

RGB: (78,100,124) (31%, 39%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 124 of 255 = 49%

78
100
124

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

Portions of RGB colors in percentages

R + G + B = 78 + 100 + 124 = 302 (100%)
R 78 of 302 ~ 25.83%
G 100 of 302 ~ 33.11%
B 124 of 302 ~ 41.06'%

%25.83
%33.11
%41.06

CMYK color model

#4E647C color CMYK value is (37,19,0,51).

  • cyan value is 37.10%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (37,19,0,51) C37M19Y0K51 (37%,19%,0%,51%) (0.37/0.19/0.00/0.51) 

CMYK percentages

%37.1
%19.35
%0
%51.37

Codes

Color #4E647C in popluar color models

4E 64 7C
RGB 78 100 124
HSL 211° 22.77% 39.61%
HSB/HSV 211° 37.10% 48.63%
CMYK 37.10% 19.35% 0.00%
51.37%

Color #4E647C in popluar number systems.

HEX 4E 64 7C
Decimal 78 100 124
Binary 1001110 1100100 1111100
Octal 116 144 174

Shades and tints

Shades of #4E647C

#4E647C
(78,100,124)
#475B71
(71,91,113)
#405266
(64,82,102)
#39495B
(57,73,91)
#324050
(50,64,80)
#2B3745
(43,55,69)
#242E3A
(36,46,58)
#1D252F
(29,37,47)
#161C24
(22,28,36)
#0F1319
(15,19,25)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E647C

#4E647C
(78,100,124)
#5E7287
(94,114,135)
#6E8092
(110,128,146)
#7E8E9D
(126,142,157)
#8E9CA8
(142,156,168)
#9EAAB3
(158,170,179)
#AEB8BE
(174,184,190)
#BEC6C9
(190,198,201)
#CED4D4
(206,212,212)
#DEE2DF
(222,226,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E647C; }

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

This text font color is #4E647C.

Background Color

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

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

This div background color is #4E647C.

Border color

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

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

This div border color is #4E647C.

Opacity

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

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

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

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

This text has shadow with #4E647C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E647C.

Preview

Color preview on black background

This text has color #4E647C on black background.


Color preview on white background

This text has color #4E647C on white background.


Black color preview on #4E647C background

This text has black color on #4E647C background.


White color preview on #4E647C background

This text has white color on #4E647C background.


Related colors

Complementary color

Complementary color for #hex is #B19B83.


I love getcolorcode.com

Triadic colors

1 #7C4E64 and #647C4E with #4E647C are triadic colors.

2 #7C644E and #644E7C with #4E647C are triadic colors.