COLOR #4E6EA7

HEX: #4E6EA7
RGB: (78,110,167)

Color info

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

RGB color model

#4E6EA7 color RGB value is (78,110,167).

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

RGB channels and saturation

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

78
110
167

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

Portions of RGB colors in percentages

R + G + B =
78 + 110 + 167 = 355 (100%)
R 78 of 355 ~ 21.97%
G 110 of 355 ~ 30.99%
B 167 of 355 ~ 47.04%

%21.97
%30.99
%47.04

CMYK color model

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

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

CMYK percentages

%53.29
%34.13
%0
%34.51

Codes

Color #4E6EA7 in popluar color models

4E6EA7
RGB78110167
HSL218°36.33%48.04%
HSB/HSV218°53.29%65.49%
CMYK53.29%34.13%0.00%
34.51%

Color #4E6EA7 in popluar number systems.

HEX4E6EA7
Decimal78110167
Binary1001110110111010100111
Octal116156247

Shades and tints

Shades of #4E6EA7

#4E6EA7
(78,110,167)
#476498
(71,100,152)
#405A89
(64,90,137)
#39507A
(57,80,122)
#32466B
(50,70,107)
#2B3C5C
(43,60,92)
#24324D
(36,50,77)
#1D283E
(29,40,62)
#161E2F
(22,30,47)
#0F1420
(15,20,32)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E6EA7

#4E6EA7
(78,110,167)
#5E7BAF
(94,123,175)
#6E88B7
(110,136,183)
#7E95BF
(126,149,191)
#8EA2C7
(142,162,199)
#9EAFCF
(158,175,207)
#AEBCD7
(174,188,215)
#BEC9DF
(190,201,223)
#CED6E7
(206,214,231)
#DEE3EF
(222,227,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6EA7; }

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

This text font color is #4E6EA7.


Background Color

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

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

This div background color is #4E6EA7.


Border color

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

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

This div border color is #4E6EA7.


Opacity

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

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

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

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

This text has shadow with #4E6EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6EA7 on black background.


Color preview on white background

This text has color #4E6EA7 on white background.



Black color preview on #4E6EA7 background

This text has black color on #4E6EA7 background.


White color preview on #4E6EA7 background

This text has white color on #4E6EA7 background.