COLOR #4E5467

HEX: #4E5467 RGB: (78,84,103)

Color info

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

RGB color model

#4E5467 color RGB value is (78,84,103).

RGB: (78,84,103) (31%, 33%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 84 of 255 = 33%
B 103 of 255 = 40%

78
84
103

R + G + B ~ 35%. #4E5467 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 84 + 103 = 265 (100%)
R 78 of 265 ~ 29.43%
G 84 of 265 ~ 31.7%
B 103 of 265 ~ 38.87'%

%29.43
%31.7
%38.87

CMYK color model

#4E5467 color CMYK value is (24,18,0,60).

  • cyan value is 24.27%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (24,18,0,60)
C24M18Y0K60 (24%, 18%, 0%, 60%)
(0.24 / 0.18 / 0.00 / 0.60)

CMYK percentages

%24.27
%18.45
%0
%59.61

Codes

Color #4E5467 in popluar color models

4E 54 67
RGB 78 84 103
HSL 226° 13.81% 35.49%
HSB/HSV 226° 24.27% 40.39%
CMYK 24.27% 18.45% 0.00%
59.61%

Color #4E5467 in popluar number systems.

HEX 4E 54 67
Decimal 78 84 103
Binary 1001110 1010100 1100111
Octal 116 124 147

Shades and tints

Shades of #4E5467

#4E5467
(78,84,103)
#474D5E
(71,77,94)
#404655
(64,70,85)
#393F4C
(57,63,76)
#323843
(50,56,67)
#2B313A
(43,49,58)
#242A31
(36,42,49)
#1D2328
(29,35,40)
#161C1F
(22,28,31)
#0F1516
(15,21,22)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #4E5467

#4E5467
(78,84,103)
#5E6374
(94,99,116)
#6E7281
(110,114,129)
#7E818E
(126,129,142)
#8E909B
(142,144,155)
#9E9FA8
(158,159,168)
#AEAEB5
(174,174,181)
#BEBDC2
(190,189,194)
#CECCCF
(206,204,207)
#DEDBDC
(222,219,220)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5467 color. Also use rgb(78,84,103) instead hex code.

Text Font Color

.myTextColor { color: #4E5467; }

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

This text font color is #4E5467.

Background Color

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

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

This div background color is #4E5467.

Border color

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

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

This div border color is #4E5467.

Opacity

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

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

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

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

This text has shadow with #4E5467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5467.

Preview

Color preview on black background

This text has color #4E5467 on black background.


Color preview on white background

This text has color #4E5467 on white background.


Black color preview on #4E5467 background

This text has black color on #4E5467 background.


White color preview on #4E5467 background

This text has white color on #4E5467 background.


Related colors

Complementary color

Complementary color for #hex is #B1AB98.


I love getcolorcode.com

Triadic colors

1 #674E54 and #54674E with #4E5467 are triadic colors.

2 #67544E and #544E67 with #4E5467 are triadic colors.