COLOR #4E7C8B

HEX: #4E7C8B
RGB: (78,124,139)

Color info

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

RGB color model

#4E7C8B color RGB value is (78,124,139).

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

RGB channels and saturation

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

78
124
139

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

Portions of RGB colors in percentages

R + G + B =
78 + 124 + 139 = 341 (100%)
R 78 of 341 ~ 22.87%
G 124 of 341 ~ 36.36%
B 139 of 341 ~ 40.76%

%22.87
%36.36
%40.76

CMYK color model

#4E7C8B color CMYK value is (44,11,0,45).

  • cyan value is 43.88%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(44,11,0,45)
C44M11Y0K45 
(44%,11%,0%,45%)
(0.44/0.11/0.00/0.45)	

CMYK percentages

%43.88
%10.79
%0
%45.49

Codes

Color #4E7C8B in popluar color models

4E7C8B
RGB78124139
HSL195°28.11%42.55%
HSB/HSV195°43.88%54.51%
CMYK43.88%10.79%0.00%
45.49%

Color #4E7C8B in popluar number systems.

HEX4E7C8B
Decimal78124139
Binary1001110111110010001011
Octal116174213

Shades and tints

Shades of #4E7C8B

#4E7C8B
(78,124,139)
#47717F
(71,113,127)
#406673
(64,102,115)
#395B67
(57,91,103)
#32505B
(50,80,91)
#2B454F
(43,69,79)
#243A43
(36,58,67)
#1D2F37
(29,47,55)
#16242B
(22,36,43)
#0F191F
(15,25,31)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #4E7C8B

#4E7C8B
(78,124,139)
#5E8795
(94,135,149)
#6E929F
(110,146,159)
#7E9DA9
(126,157,169)
#8EA8B3
(142,168,179)
#9EB3BD
(158,179,189)
#AEBEC7
(174,190,199)
#BEC9D1
(190,201,209)
#CED4DB
(206,212,219)
#DEDFE5
(222,223,229)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C8B; }

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

This text font color is #4E7C8B.


Background Color

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

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

This div background color is #4E7C8B.


Border color

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

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

This div border color is #4E7C8B.


Opacity

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

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

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

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

This text has shadow with #4E7C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7C8B on black background.


Color preview on white background

This text has color #4E7C8B on white background.



Black color preview on #4E7C8B background

This text has black color on #4E7C8B background.


White color preview on #4E7C8B background

This text has white color on #4E7C8B background.