COLOR #4E5A75

HEX: #4E5A75 RGB: (78,90,117)

Color info

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

RGB color model

#4E5A75 color RGB value is (78,90,117).

RGB: (78,90,117) (31%, 35%, 46%)

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 117 of 255 = 46%

78
90
117

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

Portions of RGB colors in percentages

R + G + B = 78 + 90 + 117 = 285 (100%)
R 78 of 285 ~ 27.37%
G 90 of 285 ~ 31.58%
B 117 of 285 ~ 41.05'%

%27.37
%31.58
%41.05

CMYK color model

#4E5A75 color CMYK value is (33,23,0,54).

  • cyan value is 33.33%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (33,23,0,54)
C33M23Y0K54 (33%, 23%, 0%, 54%)
(0.33 / 0.23 / 0.00 / 0.54)

CMYK percentages

%33.33
%23.08
%0
%54.12

Codes

Color #4E5A75 in popluar color models

4E 5A 75
RGB 78 90 117
HSL 222° 20.00% 38.24%
HSB/HSV 222° 33.33% 45.88%
CMYK 33.33% 23.08% 0.00%
54.12%

Color #4E5A75 in popluar number systems.

HEX 4E 5A 75
Decimal 78 90 117
Binary 1001110 1011010 1110101
Octal 116 132 165

Shades and tints

Shades of #4E5A75

#4E5A75
(78,90,117)
#47526B
(71,82,107)
#404A61
(64,74,97)
#394257
(57,66,87)
#323A4D
(50,58,77)
#2B3243
(43,50,67)
#242A39
(36,42,57)
#1D222F
(29,34,47)
#161A25
(22,26,37)
#0F121B
(15,18,27)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E5A75

#4E5A75
(78,90,117)
#5E6981
(94,105,129)
#6E788D
(110,120,141)
#7E8799
(126,135,153)
#8E96A5
(142,150,165)
#9EA5B1
(158,165,177)
#AEB4BD
(174,180,189)
#BEC3C9
(190,195,201)
#CED2D5
(206,210,213)
#DEE1E1
(222,225,225)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5A75 color. Also use rgb(78,90,117) instead hex code.

Text Font Color

.myTextColor { color: #4E5A75; }

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

This text font color is #4E5A75.

Background Color

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

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

This div background color is #4E5A75.

Border color

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

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

This div border color is #4E5A75.

Opacity

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

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

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

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

This text has shadow with #4E5A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5A75.

Preview

Color preview on black background

This text has color #4E5A75 on black background.


Color preview on white background

This text has color #4E5A75 on white background.


Black color preview on #4E5A75 background

This text has black color on #4E5A75 background.


White color preview on #4E5A75 background

This text has white color on #4E5A75 background.


Related colors

Complementary color

Complementary color for #hex is #B1A58A.


I love getcolorcode.com

Triadic colors

1 #754E5A and #5A754E with #4E5A75 are triadic colors.

2 #755A4E and #5A4E75 with #4E5A75 are triadic colors.