COLOR #4E6F9D

HEX: #4E6F9D
RGB: (78,111,157)

Color info

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

RGB color model

#4E6F9D color RGB value is (78,111,157).

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

RGB channels and saturation

R 78 of 255 = 31%
G 111 of 255 = 44%
B 157 of 255 = 62%

78
111
157

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

Portions of RGB colors in percentages

R + G + B =
78 + 111 + 157 = 346 (100%)
R 78 of 346 ~ 22.54%
G 111 of 346 ~ 32.08%
B 157 of 346 ~ 45.38%

%22.54
%32.08
%45.38

CMYK color model

#4E6F9D color CMYK value is (50,29,0,38).

  • cyan value is 50.32%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(50,29,0,38)
C50M29Y0K38 
(50%,29%,0%,38%)
(0.50/0.29/0.00/0.38)	

CMYK percentages

%50.32
%29.3
%0
%38.43

Codes

Color #4E6F9D in popluar color models

4E6F9D
RGB78111157
HSL215°33.62%46.08%
HSB/HSV215°50.32%61.57%
CMYK50.32%29.30%0.00%
38.43%

Color #4E6F9D in popluar number systems.

HEX4E6F9D
Decimal78111157
Binary1001110110111110011101
Octal116157235

Shades and tints

Shades of #4E6F9D

#4E6F9D
(78,111,157)
#47658F
(71,101,143)
#405B81
(64,91,129)
#395173
(57,81,115)
#324765
(50,71,101)
#2B3D57
(43,61,87)
#243349
(36,51,73)
#1D293B
(29,41,59)
#161F2D
(22,31,45)
#0F151F
(15,21,31)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #4E6F9D

#4E6F9D
(78,111,157)
#5E7CA5
(94,124,165)
#6E89AD
(110,137,173)
#7E96B5
(126,150,181)
#8EA3BD
(142,163,189)
#9EB0C5
(158,176,197)
#AEBDCD
(174,189,205)
#BECAD5
(190,202,213)
#CED7DD
(206,215,221)
#DEE4E5
(222,228,229)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6F9D; }

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

This text font color is #4E6F9D.


Background Color

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

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

This div background color is #4E6F9D.


Border color

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

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

This div border color is #4E6F9D.


Opacity

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

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

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

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

This text has shadow with #4E6F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6F9D on black background.


Color preview on white background

This text has color #4E6F9D on white background.



Black color preview on #4E6F9D background

This text has black color on #4E6F9D background.


White color preview on #4E6F9D background

This text has white color on #4E6F9D background.