COLOR #4E5862

HEX: #4E5862 RGB: (78,88,98)

Color info

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

RGB color model

#4E5862 color RGB value is (78,88,98).

RGB: (78,88,98) (31%, 35%, 38%)

RGB channels and saturation

R 78 of 255 = 31%
G 88 of 255 = 35%
B 98 of 255 = 38%

78
88
98

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

Portions of RGB colors in percentages

R + G + B = 78 + 88 + 98 = 264 (100%)
R 78 of 264 ~ 29.55%
G 88 of 264 ~ 33.33%
B 98 of 264 ~ 37.12'%

%29.55
%33.33
%37.12

CMYK color model

#4E5862 color CMYK value is (20,10,0,62).

  • cyan value is 20.41%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (20,10,0,62)
C20M10Y0K62 (20%, 10%, 0%, 62%)
(0.20 / 0.10 / 0.00 / 0.62)

CMYK percentages

%20.41
%10.2
%0
%61.57

Codes

Color #4E5862 in popluar color models

4E 58 62
RGB 78 88 98
HSL 210° 11.36% 34.51%
HSB/HSV 210° 20.41% 38.43%
CMYK 20.41% 10.20% 0.00%
61.57%

Color #4E5862 in popluar number systems.

HEX 4E 58 62
Decimal 78 88 98
Binary 1001110 1011000 1100010
Octal 116 130 142

Shades and tints

Shades of #4E5862

#4E5862
(78,88,98)
#47505A
(71,80,90)
#404852
(64,72,82)
#39404A
(57,64,74)
#323842
(50,56,66)
#2B303A
(43,48,58)
#242832
(36,40,50)
#1D202A
(29,32,42)
#161822
(22,24,34)
#0F101A
(15,16,26)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #4E5862

#4E5862
(78,88,98)
#5E6770
(94,103,112)
#6E767E
(110,118,126)
#7E858C
(126,133,140)
#8E949A
(142,148,154)
#9EA3A8
(158,163,168)
#AEB2B6
(174,178,182)
#BEC1C4
(190,193,196)
#CED0D2
(206,208,210)
#DEDFE0
(222,223,224)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5862 color. Also use rgb(78,88,98) instead hex code.

Text Font Color

.myTextColor { color: #4E5862; }

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

This text font color is #4E5862.

Background Color

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

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

This div background color is #4E5862.

Border color

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

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

This div border color is #4E5862.

Opacity

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

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

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

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

This text has shadow with #4E5862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5862.

Preview

Color preview on black background

This text has color #4E5862 on black background.


Color preview on white background

This text has color #4E5862 on white background.


Black color preview on #4E5862 background

This text has black color on #4E5862 background.


White color preview on #4E5862 background

This text has white color on #4E5862 background.


Related colors

Complementary color

Complementary color for #hex is #B1A79D.


I love getcolorcode.com

Triadic colors

1 #624E58 and #58624E with #4E5862 are triadic colors.

2 #62584E and #584E62 with #4E5862 are triadic colors.