COLOR #4E6F8B

HEX: #4E6F8B
RGB: (78,111,139)

Color info

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

RGB color model

#4E6F8B color RGB value is (78,111,139).

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

RGB channels and saturation

R 78 of 255 = 31%
G 111 of 255 = 44%
B 139 of 255 = 55%

78
111
139

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

Portions of RGB colors in percentages

R + G + B =
78 + 111 + 139 = 328 (100%)
R 78 of 328 ~ 23.78%
G 111 of 328 ~ 33.84%
B 139 of 328 ~ 42.38%

%23.78
%33.84
%42.38

CMYK color model

#4E6F8B color CMYK value is (44,20,0,45).

  • cyan value is 43.88%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(44,20,0,45)
C44M20Y0K45 
(44%,20%,0%,45%)
(0.44/0.20/0.00/0.45)	

CMYK percentages

%43.88
%20.14
%0
%45.49

Codes

Color #4E6F8B in popluar color models

4E6F8B
RGB78111139
HSL208°28.11%42.55%
HSB/HSV208°43.88%54.51%
CMYK43.88%20.14%0.00%
45.49%

Color #4E6F8B in popluar number systems.

HEX4E6F8B
Decimal78111139
Binary1001110110111110001011
Octal116157213

Shades and tints

Shades of #4E6F8B

#4E6F8B
(78,111,139)
#47657F
(71,101,127)
#405B73
(64,91,115)
#395167
(57,81,103)
#32475B
(50,71,91)
#2B3D4F
(43,61,79)
#243343
(36,51,67)
#1D2937
(29,41,55)
#161F2B
(22,31,43)
#0F151F
(15,21,31)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #4E6F8B

#4E6F8B
(78,111,139)
#5E7C95
(94,124,149)
#6E899F
(110,137,159)
#7E96A9
(126,150,169)
#8EA3B3
(142,163,179)
#9EB0BD
(158,176,189)
#AEBDC7
(174,189,199)
#BECAD1
(190,202,209)
#CED7DB
(206,215,219)
#DEE4E5
(222,228,229)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6F8B; }

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

This text font color is #4E6F8B.


Background Color

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

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

This div background color is #4E6F8B.


Border color

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

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

This div border color is #4E6F8B.


Opacity

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

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

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

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

This text has shadow with #4E6F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6F8B on black background.


Color preview on white background

This text has color #4E6F8B on white background.



Black color preview on #4E6F8B background

This text has black color on #4E6F8B background.


White color preview on #4E6F8B background

This text has white color on #4E6F8B background.