COLOR #4E7E8B

HEX: #4E7E8B
RGB: (78,126,139)

Color info

#4E7E8B contains mainly green and blue colors. Web safe color of #4E7E8B is #666699 (or #669).

RGB color model

#4E7E8B color RGB value is (78,126,139).

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

RGB channels and saturation

R 78 of 255 = 31%
G 126 of 255 = 49%
B 139 of 255 = 55%

78
126
139

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

Portions of RGB colors in percentages

R + G + B =
78 + 126 + 139 = 343 (100%)
R 78 of 343 ~ 22.74%
G 126 of 343 ~ 36.73%
B 139 of 343 ~ 40.52%

%22.74
%36.73
%40.52

CMYK color model

#4E7E8B color CMYK value is (44,9,0,45).

  • cyan value is 43.88%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(44,9,0,45)
C44M9Y0K45 
(44%,9%,0%,45%)
(0.44/0.09/0.00/0.45)	

CMYK percentages

%43.88
%9.35
%0
%45.49

Codes

Color #4E7E8B in popluar color models

4E7E8B
RGB78126139
HSL193°28.11%42.55%
HSB/HSV193°43.88%54.51%
CMYK43.88%9.35%0.00%
45.49%

Color #4E7E8B in popluar number systems.

HEX4E7E8B
Decimal78126139
Binary1001110111111010001011
Octal116176213

Shades and tints

Shades of #4E7E8B

#4E7E8B
(78,126,139)
#47737F
(71,115,127)
#406873
(64,104,115)
#395D67
(57,93,103)
#32525B
(50,82,91)
#2B474F
(43,71,79)
#243C43
(36,60,67)
#1D3137
(29,49,55)
#16262B
(22,38,43)
#0F1B1F
(15,27,31)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #4E7E8B

#4E7E8B
(78,126,139)
#5E8995
(94,137,149)
#6E949F
(110,148,159)
#7E9FA9
(126,159,169)
#8EAAB3
(142,170,179)
#9EB5BD
(158,181,189)
#AEC0C7
(174,192,199)
#BECBD1
(190,203,209)
#CED6DB
(206,214,219)
#DEE1E5
(222,225,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7E8B; }

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

This text font color is #4E7E8B.


Background Color

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

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

This div background color is #4E7E8B.


Border color

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

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

This div border color is #4E7E8B.


Opacity

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

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

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

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

This text has shadow with #4E7E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7E8B on black background.


Color preview on white background

This text has color #4E7E8B on white background.



Black color preview on #4E7E8B background

This text has black color on #4E7E8B background.


White color preview on #4E7E8B background

This text has white color on #4E7E8B background.