COLOR #4E4760

HEX: #4E4760 RGB: (78,71,96)

Color info

#4E4760 contains red, green and blue colors in about the same proportion. Web safe color of #4E4760 is #663366 (or #636).

RGB color model

#4E4760 color RGB value is (78,71,96).

RGB: (78,71,96) (31%, 28%, 38%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 96 of 255 = 38%

78
71
96

R + G + B ~ 32%. #4E4760 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 71 + 96 = 245 (100%)
R 78 of 245 ~ 31.84%
G 71 of 245 ~ 28.98%
B 96 of 245 ~ 39.18'%

%31.84
%28.98
%39.18

CMYK color model

#4E4760 color CMYK value is (19,26,0,62).

  • cyan value is 18.75%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (19,26,0,62)
C19M26Y0K62 (19%, 26%, 0%, 62%)
(0.19 / 0.26 / 0.00 / 0.62)

CMYK percentages

%18.75
%26.04
%0
%62.35

Codes

Color #4E4760 in popluar color models

4E 47 60
RGB 78 71 96
HSL 257° 14.97% 32.75%
HSB/HSV 257° 26.04% 37.65%
CMYK 18.75% 26.04% 0.00%
62.35%

Color #4E4760 in popluar number systems.

HEX 4E 47 60
Decimal 78 71 96
Binary 1001110 1000111 1100000
Octal 116 107 140

Shades and tints

Shades of #4E4760

#4E4760
(78,71,96)
#474158
(71,65,88)
#403B50
(64,59,80)
#393548
(57,53,72)
#322F40
(50,47,64)
#2B2938
(43,41,56)
#242330
(36,35,48)
#1D1D28
(29,29,40)
#161720
(22,23,32)
#0F1118
(15,17,24)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E4760

#4E4760
(78,71,96)
#5E576E
(94,87,110)
#6E677C
(110,103,124)
#7E778A
(126,119,138)
#8E8798
(142,135,152)
#9E97A6
(158,151,166)
#AEA7B4
(174,167,180)
#BEB7C2
(190,183,194)
#CEC7D0
(206,199,208)
#DED7DE
(222,215,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4760 color. Also use rgb(78,71,96) instead hex code.

Text Font Color

.myTextColor { color: #4E4760; }

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

This text font color is #4E4760.

Background Color

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

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

This div background color is #4E4760.

Border color

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

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

This div border color is #4E4760.

Opacity

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

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

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

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

This text has shadow with #4E4760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4760.

Preview

Color preview on black background

This text has color #4E4760 on black background.


Color preview on white background

This text has color #4E4760 on white background.


Black color preview on #4E4760 background

This text has black color on #4E4760 background.


White color preview on #4E4760 background

This text has white color on #4E4760 background.


Related colors

Complementary color

Complementary color for #hex is #B1B89F.


I love getcolorcode.com

Triadic colors

1 #604E47 and #47604E with #4E4760 are triadic colors.

2 #60474E and #474E60 with #4E4760 are triadic colors.