COLOR #4E6EA6

HEX: #4E6EA6
RGB: (78,110,166)

Color info

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

RGB color model

#4E6EA6 color RGB value is (78,110,166).

  • red value is 78;
  • green value is 110;
  • blue value is 166.
RGB:
(78,110,166)
(31%,43%,65%)

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 166 of 255 = 65%

78
110
166

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

Portions of RGB colors in percentages

R + G + B =
78 + 110 + 166 = 354 (100%)
R 78 of 354 ~ 22.03%
G 110 of 354 ~ 31.07%
B 166 of 354 ~ 46.89%

%22.03
%31.07
%46.89

CMYK color model

#4E6EA6 color CMYK value is (53,34,0,35).

  • cyan value is 53.01%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(53,34,0,35)
C53M34Y0K35 
(53%,34%,0%,35%)
(0.53/0.34/0.00/0.35)	

CMYK percentages

%53.01
%33.73
%0
%34.9

Codes

Color #4E6EA6 in popluar color models

4E6EA6
RGB78110166
HSL218°36.07%47.84%
HSB/HSV218°53.01%65.10%
CMYK53.01%33.73%0.00%
34.90%

Color #4E6EA6 in popluar number systems.

HEX4E6EA6
Decimal78110166
Binary1001110110111010100110
Octal116156246

Shades and tints

Shades of #4E6EA6

#4E6EA6
(78,110,166)
#476497
(71,100,151)
#405A88
(64,90,136)
#395079
(57,80,121)
#32466A
(50,70,106)
#2B3C5B
(43,60,91)
#24324C
(36,50,76)
#1D283D
(29,40,61)
#161E2E
(22,30,46)
#0F141F
(15,20,31)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #4E6EA6

#4E6EA6
(78,110,166)
#5E7BAE
(94,123,174)
#6E88B6
(110,136,182)
#7E95BE
(126,149,190)
#8EA2C6
(142,162,198)
#9EAFCE
(158,175,206)
#AEBCD6
(174,188,214)
#BEC9DE
(190,201,222)
#CED6E6
(206,214,230)
#DEE3EE
(222,227,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6EA6 color. Also use rgb(78,110,166) instead hex code.

Text Font Color

.myTextColor { color: #4E6EA6; }

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

This text font color is #4E6EA6.


Background Color

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

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

This div background color is #4E6EA6.


Border color

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

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

This div border color is #4E6EA6.


Opacity

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

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

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

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

This text has shadow with #4E6EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6EA6 on black background.


Color preview on white background

This text has color #4E6EA6 on white background.



Black color preview on #4E6EA6 background

This text has black color on #4E6EA6 background.


White color preview on #4E6EA6 background

This text has white color on #4E6EA6 background.