COLOR #4E6EAE

HEX: #4E6EAE
RGB: (78,110,174)

Color info

#4E6EAE contains mainly blue color. Web safe color of #4E6EAE is #666699 (or #669).

RGB color model

#4E6EAE color RGB value is (78,110,174).

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

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 174 of 255 = 68%

78
110
174

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

Portions of RGB colors in percentages

R + G + B =
78 + 110 + 174 = 362 (100%)
R 78 of 362 ~ 21.55%
G 110 of 362 ~ 30.39%
B 174 of 362 ~ 48.07%

%21.55
%30.39
%48.07

CMYK color model

#4E6EAE color CMYK value is (55,37,0,32).

  • cyan value is 55.17%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(55,37,0,32)
C55M37Y0K32 
(55%,37%,0%,32%)
(0.55/0.37/0.00/0.32)	

CMYK percentages

%55.17
%36.78
%0
%31.76

Codes

Color #4E6EAE in popluar color models

4E6EAE
RGB78110174
HSL220°38.10%49.41%
HSB/HSV220°55.17%68.24%
CMYK55.17%36.78%0.00%
31.76%

Color #4E6EAE in popluar number systems.

HEX4E6EAE
Decimal78110174
Binary1001110110111010101110
Octal116156256

Shades and tints

Shades of #4E6EAE

#4E6EAE
(78,110,174)
#47649F
(71,100,159)
#405A90
(64,90,144)
#395081
(57,80,129)
#324672
(50,70,114)
#2B3C63
(43,60,99)
#243254
(36,50,84)
#1D2845
(29,40,69)
#161E36
(22,30,54)
#0F1427
(15,20,39)
#080A18
(8,10,24)
#000000
(0,0,0)

Tints of #4E6EAE

#4E6EAE
(78,110,174)
#5E7BB5
(94,123,181)
#6E88BC
(110,136,188)
#7E95C3
(126,149,195)
#8EA2CA
(142,162,202)
#9EAFD1
(158,175,209)
#AEBCD8
(174,188,216)
#BEC9DF
(190,201,223)
#CED6E6
(206,214,230)
#DEE3ED
(222,227,237)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6EAE; }

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

This text font color is #4E6EAE.


Background Color

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

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

This div background color is #4E6EAE.


Border color

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

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

This div border color is #4E6EAE.


Opacity

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

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

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

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

This text has shadow with #4E6EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6EAE on black background.


Color preview on white background

This text has color #4E6EAE on white background.



Black color preview on #4E6EAE background

This text has black color on #4E6EAE background.


White color preview on #4E6EAE background

This text has white color on #4E6EAE background.