COLOR #4E6A8B

HEX: #4E6A8B
RGB: (78,106,139)

Color info

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

RGB color model

#4E6A8B color RGB value is (78,106,139).

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

RGB channels and saturation

R 78 of 255 = 31%
G 106 of 255 = 42%
B 139 of 255 = 55%

78
106
139

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

Portions of RGB colors in percentages

R + G + B =
78 + 106 + 139 = 323 (100%)
R 78 of 323 ~ 24.15%
G 106 of 323 ~ 32.82%
B 139 of 323 ~ 43.03%

%24.15
%32.82
%43.03

CMYK color model

#4E6A8B color CMYK value is (44,24,0,45).

  • cyan value is 43.88%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(44,24,0,45)
C44M24Y0K45 
(44%,24%,0%,45%)
(0.44/0.24/0.00/0.45)	

CMYK percentages

%43.88
%23.74
%0
%45.49

Codes

Color #4E6A8B in popluar color models

4E6A8B
RGB78106139
HSL212°28.11%42.55%
HSB/HSV212°43.88%54.51%
CMYK43.88%23.74%0.00%
45.49%

Color #4E6A8B in popluar number systems.

HEX4E6A8B
Decimal78106139
Binary1001110110101010001011
Octal116152213

Shades and tints

Shades of #4E6A8B

#4E6A8B
(78,106,139)
#47617F
(71,97,127)
#405873
(64,88,115)
#394F67
(57,79,103)
#32465B
(50,70,91)
#2B3D4F
(43,61,79)
#243443
(36,52,67)
#1D2B37
(29,43,55)
#16222B
(22,34,43)
#0F191F
(15,25,31)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #4E6A8B

#4E6A8B
(78,106,139)
#5E7795
(94,119,149)
#6E849F
(110,132,159)
#7E91A9
(126,145,169)
#8E9EB3
(142,158,179)
#9EABBD
(158,171,189)
#AEB8C7
(174,184,199)
#BEC5D1
(190,197,209)
#CED2DB
(206,210,219)
#DEDFE5
(222,223,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6A8B; }

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

This text font color is #4E6A8B.


Background Color

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

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

This div background color is #4E6A8B.


Border color

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

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

This div border color is #4E6A8B.


Opacity

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

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

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

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

This text has shadow with #4E6A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6A8B on black background.


Color preview on white background

This text has color #4E6A8B on white background.



Black color preview on #4E6A8B background

This text has black color on #4E6A8B background.


White color preview on #4E6A8B background

This text has white color on #4E6A8B background.