COLOR #4E637E

HEX: #4E637E
RGB: (78,99,126)

Color info

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

RGB color model

#4E637E color RGB value is (78,99,126).

  • red value is 78;
  • green value is 99;
  • blue value is 126.
RGB:
(78,99,126)
(31%,39%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 126 of 255 = 49%

78
99
126

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

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 126 = 303 (100%)
R 78 of 303 ~ 25.74%
G 99 of 303 ~ 32.67%
B 126 of 303 ~ 41.58%

%25.74
%32.67
%41.58

CMYK color model

#4E637E color CMYK value is (38,21,0,51).

  • cyan value is 38.10%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(38,21,0,51)
C38M21Y0K51 
(38%,21%,0%,51%)
(0.38/0.21/0.00/0.51)	

CMYK percentages

%38.1
%21.43
%0
%50.59

Codes

Color #4E637E in popluar color models

4E637E
RGB7899126
HSL214°23.53%40.00%
HSB/HSV214°38.10%49.41%
CMYK38.10%21.43%0.00%
50.59%

Color #4E637E in popluar number systems.

HEX4E637E
Decimal7899126
Binary100111011000111111110
Octal116143176

Shades and tints

Shades of #4E637E

#4E637E
(78,99,126)
#475A73
(71,90,115)
#405168
(64,81,104)
#39485D
(57,72,93)
#323F52
(50,63,82)
#2B3647
(43,54,71)
#242D3C
(36,45,60)
#1D2431
(29,36,49)
#161B26
(22,27,38)
#0F121B
(15,18,27)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #4E637E

#4E637E
(78,99,126)
#5E7189
(94,113,137)
#6E7F94
(110,127,148)
#7E8D9F
(126,141,159)
#8E9BAA
(142,155,170)
#9EA9B5
(158,169,181)
#AEB7C0
(174,183,192)
#BEC5CB
(190,197,203)
#CED3D6
(206,211,214)
#DEE1E1
(222,225,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E637E color. Also use rgb(78,99,126) instead hex code.

Text Font Color

.myTextColor { color: #4E637E; }

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

This text font color is #4E637E.


Background Color

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

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

This div background color is #4E637E.


Border color

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

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

This div border color is #4E637E.


Opacity

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

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

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

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

This text has shadow with #4E637E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E637E on black background.


Color preview on white background

This text has color #4E637E on white background.



Black color preview on #4E637E background

This text has black color on #4E637E background.


White color preview on #4E637E background

This text has white color on #4E637E background.