COLOR #4E6474

HEX: #4E6474
RGB: (78,100,116)

Color info

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

RGB color model

#4E6474 color RGB value is (78,100,116).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 116 of 255 = 45%

78
100
116

R + G + B ~ 38%. #4E6474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 116 = 294 (100%)
R 78 of 294 ~ 26.53%
G 100 of 294 ~ 34.01%
B 116 of 294 ~ 39.46%

%26.53
%34.01
%39.46

CMYK color model

#4E6474 color CMYK value is (33,14,0,55).

  • cyan value is 32.76%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(33,14,0,55)
C33M14Y0K55 
(33%,14%,0%,55%)
(0.33/0.14/0.00/0.55)	

CMYK percentages

%32.76
%13.79
%0
%54.51

Codes

Color #4E6474 in popluar color models

4E6474
RGB78100116
HSL205°19.59%38.04%
HSB/HSV205°32.76%45.49%
CMYK32.76%13.79%0.00%
54.51%

Color #4E6474 in popluar number systems.

HEX4E6474
Decimal78100116
Binary100111011001001110100
Octal116144164

Shades and tints

Shades of #4E6474

#4E6474
(78,100,116)
#475B6A
(71,91,106)
#405260
(64,82,96)
#394956
(57,73,86)
#32404C
(50,64,76)
#2B3742
(43,55,66)
#242E38
(36,46,56)
#1D252E
(29,37,46)
#161C24
(22,28,36)
#0F131A
(15,19,26)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #4E6474

#4E6474
(78,100,116)
#5E7280
(94,114,128)
#6E808C
(110,128,140)
#7E8E98
(126,142,152)
#8E9CA4
(142,156,164)
#9EAAB0
(158,170,176)
#AEB8BC
(174,184,188)
#BEC6C8
(190,198,200)
#CED4D4
(206,212,212)
#DEE2E0
(222,226,224)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6474; }

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

This text font color is #4E6474.


Background Color

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

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

This div background color is #4E6474.


Border color

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

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

This div border color is #4E6474.


Opacity

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

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

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

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

This text has shadow with #4E6474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6474 on black background.


Color preview on white background

This text has color #4E6474 on white background.



Black color preview on #4E6474 background

This text has black color on #4E6474 background.


White color preview on #4E6474 background

This text has white color on #4E6474 background.