COLOR #4E6E7C

HEX: #4E6E7C RGB: (78,110,124)

Color info

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

RGB color model

#4E6E7C color RGB value is (78,110,124).

RGB: (78,110,124) (31%, 43%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 124 of 255 = 49%

78
110
124

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

Portions of RGB colors in percentages

R + G + B = 78 + 110 + 124 = 312 (100%)
R 78 of 312 ~ 25%
G 110 of 312 ~ 35.26%
B 124 of 312 ~ 39.74'%

%25
%35.26
%39.74

CMYK color model

#4E6E7C color CMYK value is (37,11,0,51).

  • cyan value is 37.10%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (37,11,0,51)
C37M11Y0K51 (37%, 11%, 0%, 51%)
(0.37 / 0.11 / 0.00 / 0.51)

CMYK percentages

%37.1
%11.29
%0
%51.37

Codes

Color #4E6E7C in popluar color models

4E 6E 7C
RGB 78 110 124
HSL 198° 22.77% 39.61%
HSB/HSV 198° 37.10% 48.63%
CMYK 37.10% 11.29% 0.00%
51.37%

Color #4E6E7C in popluar number systems.

HEX 4E 6E 7C
Decimal 78 110 124
Binary 1001110 1101110 1111100
Octal 116 156 174

Shades and tints

Shades of #4E6E7C

#4E6E7C
(78,110,124)
#476471
(71,100,113)
#405A66
(64,90,102)
#39505B
(57,80,91)
#324650
(50,70,80)
#2B3C45
(43,60,69)
#24323A
(36,50,58)
#1D282F
(29,40,47)
#161E24
(22,30,36)
#0F1419
(15,20,25)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E6E7C

#4E6E7C
(78,110,124)
#5E7B87
(94,123,135)
#6E8892
(110,136,146)
#7E959D
(126,149,157)
#8EA2A8
(142,162,168)
#9EAFB3
(158,175,179)
#AEBCBE
(174,188,190)
#BEC9C9
(190,201,201)
#CED6D4
(206,214,212)
#DEE3DF
(222,227,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6E7C; }

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

This text font color is #4E6E7C.

Background Color

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

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

This div background color is #4E6E7C.

Border color

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

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

This div border color is #4E6E7C.

Opacity

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

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

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

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

This text has shadow with #4E6E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6E7C.

Preview

Color preview on black background

This text has color #4E6E7C on black background.


Color preview on white background

This text has color #4E6E7C on white background.


Black color preview on #4E6E7C background

This text has black color on #4E6E7C background.


White color preview on #4E6E7C background

This text has white color on #4E6E7C background.


Related colors

Complementary color

Complementary color for #hex is #B19183.


I love getcolorcode.com

Triadic colors

1 #7C4E6E and #6E7C4E with #4E6E7C are triadic colors.

2 #7C6E4E and #6E4E7C with #4E6E7C are triadic colors.