COLOR #4E627D

HEX: #4E627D
RGB: (78,98,125)

Color info

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

RGB color model

#4E627D color RGB value is (78,98,125).

  • red value is 78;
  • green value is 98;
  • blue value is 125.
RGB:
(78,98,125)
(31%,38%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 125 of 255 = 49%

78
98
125

R + G + B ~ 39%. #4E627D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 125 = 301 (100%)
R 78 of 301 ~ 25.91%
G 98 of 301 ~ 32.56%
B 125 of 301 ~ 41.53%

%25.91
%32.56
%41.53

CMYK color model

#4E627D color CMYK value is (38,22,0,51).

  • cyan value is 37.60%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,22,0,51)
C38M22Y0K51 
(38%,22%,0%,51%)
(0.38/0.22/0.00/0.51)	

CMYK percentages

%37.6
%21.6
%0
%50.98

Codes

Color #4E627D in popluar color models

4E627D
RGB7898125
HSL214°23.15%39.80%
HSB/HSV214°37.60%49.02%
CMYK37.60%21.60%0.00%
50.98%

Color #4E627D in popluar number systems.

HEX4E627D
Decimal7898125
Binary100111011000101111101
Octal116142175

Shades and tints

Shades of #4E627D

#4E627D
(78,98,125)
#475A72
(71,90,114)
#405267
(64,82,103)
#394A5C
(57,74,92)
#324251
(50,66,81)
#2B3A46
(43,58,70)
#24323B
(36,50,59)
#1D2A30
(29,42,48)
#162225
(22,34,37)
#0F1A1A
(15,26,26)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #4E627D

#4E627D
(78,98,125)
#5E7088
(94,112,136)
#6E7E93
(110,126,147)
#7E8C9E
(126,140,158)
#8E9AA9
(142,154,169)
#9EA8B4
(158,168,180)
#AEB6BF
(174,182,191)
#BEC4CA
(190,196,202)
#CED2D5
(206,210,213)
#DEE0E0
(222,224,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E627D; }

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

This text font color is #4E627D.


Background Color

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

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

This div background color is #4E627D.


Border color

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

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

This div border color is #4E627D.


Opacity

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

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

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

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

This text has shadow with #4E627D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E627D on black background.


Color preview on white background

This text has color #4E627D on white background.



Black color preview on #4E627D background

This text has black color on #4E627D background.


White color preview on #4E627D background

This text has white color on #4E627D background.