COLOR #4E657A

HEX: #4E657A
RGB: (78,101,122)

Color info

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

RGB color model

#4E657A color RGB value is (78,101,122).

  • red value is 78;
  • green value is 101;
  • blue value is 122.
RGB:
(78,101,122)
(31%,40%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 122 of 255 = 48%

78
101
122

R + G + B ~ 40%. #4E657A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 101 + 122 = 301 (100%)
R 78 of 301 ~ 25.91%
G 101 of 301 ~ 33.55%
B 122 of 301 ~ 40.53%

%25.91
%33.55
%40.53

CMYK color model

#4E657A color CMYK value is (36,17,0,52).

  • cyan value is 36.07%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(36,17,0,52)
C36M17Y0K52 
(36%,17%,0%,52%)
(0.36/0.17/0.00/0.52)	

CMYK percentages

%36.07
%17.21
%0
%52.16

Codes

Color #4E657A in popluar color models

4E657A
RGB78101122
HSL209°22.00%39.22%
HSB/HSV209°36.07%47.84%
CMYK36.07%17.21%0.00%
52.16%

Color #4E657A in popluar number systems.

HEX4E657A
Decimal78101122
Binary100111011001011111010
Octal116145172

Shades and tints

Shades of #4E657A

#4E657A
(78,101,122)
#475C6F
(71,92,111)
#405364
(64,83,100)
#394A59
(57,74,89)
#32414E
(50,65,78)
#2B3843
(43,56,67)
#242F38
(36,47,56)
#1D262D
(29,38,45)
#161D22
(22,29,34)
#0F1417
(15,20,23)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E657A

#4E657A
(78,101,122)
#5E7386
(94,115,134)
#6E8192
(110,129,146)
#7E8F9E
(126,143,158)
#8E9DAA
(142,157,170)
#9EABB6
(158,171,182)
#AEB9C2
(174,185,194)
#BEC7CE
(190,199,206)
#CED5DA
(206,213,218)
#DEE3E6
(222,227,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E657A color. Also use rgb(78,101,122) instead hex code.

Text Font Color

.myTextColor { color: #4E657A; }

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

This text font color is #4E657A.


Background Color

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

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

This div background color is #4E657A.


Border color

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

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

This div border color is #4E657A.


Opacity

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

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

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

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

This text has shadow with #4E657A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E657A on black background.


Color preview on white background

This text has color #4E657A on white background.



Black color preview on #4E657A background

This text has black color on #4E657A background.


White color preview on #4E657A background

This text has white color on #4E657A background.