COLOR #4E6466

HEX: #4E6466
RGB: (78,100,102)

Color info

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

RGB color model

#4E6466 color RGB value is (78,100,102).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 102 of 255 = 40%

78
100
102

R + G + B ~ 37%. #4E6466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 102 = 280 (100%)
R 78 of 280 ~ 27.86%
G 100 of 280 ~ 35.71%
B 102 of 280 ~ 36.43%

%27.86
%35.71
%36.43

CMYK color model

#4E6466 color CMYK value is (24,2,0,60).

  • cyan value is 23.53%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(24,2,0,60)
C24M2Y0K60 
(24%,2%,0%,60%)
(0.24/0.02/0.00/0.60)	

CMYK percentages

%23.53
%1.96
%0
%60

Codes

Color #4E6466 in popluar color models

4E6466
RGB78100102
HSL185°13.33%35.29%
HSB/HSV185°23.53%40.00%
CMYK23.53%1.96%0.00%
60.00%

Color #4E6466 in popluar number systems.

HEX4E6466
Decimal78100102
Binary100111011001001100110
Octal116144146

Shades and tints

Shades of #4E6466

#4E6466
(78,100,102)
#475B5D
(71,91,93)
#405254
(64,82,84)
#39494B
(57,73,75)
#324042
(50,64,66)
#2B3739
(43,55,57)
#242E30
(36,46,48)
#1D2527
(29,37,39)
#161C1E
(22,28,30)
#0F1315
(15,19,21)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #4E6466

#4E6466
(78,100,102)
#5E7273
(94,114,115)
#6E8080
(110,128,128)
#7E8E8D
(126,142,141)
#8E9C9A
(142,156,154)
#9EAAA7
(158,170,167)
#AEB8B4
(174,184,180)
#BEC6C1
(190,198,193)
#CED4CE
(206,212,206)
#DEE2DB
(222,226,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6466; }

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

This text font color is #4E6466.


Background Color

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

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

This div background color is #4E6466.


Border color

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

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

This div border color is #4E6466.


Opacity

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

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

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

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

This text has shadow with #4E6466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6466 on black background.


Color preview on white background

This text has color #4E6466 on white background.



Black color preview on #4E6466 background

This text has black color on #4E6466 background.


White color preview on #4E6466 background

This text has white color on #4E6466 background.