COLOR #4E66A6

HEX: #4E66A6
RGB: (78,102,166)

Color info

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

RGB color model

#4E66A6 color RGB value is (78,102,166).

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

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 166 of 255 = 65%

78
102
166

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

Portions of RGB colors in percentages

R + G + B =
78 + 102 + 166 = 346 (100%)
R 78 of 346 ~ 22.54%
G 102 of 346 ~ 29.48%
B 166 of 346 ~ 47.98%

%22.54
%29.48
%47.98

CMYK color model

#4E66A6 color CMYK value is (53,39,0,35).

  • cyan value is 53.01%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(53,39,0,35)
C53M39Y0K35 
(53%,39%,0%,35%)
(0.53/0.39/0.00/0.35)	

CMYK percentages

%53.01
%38.55
%0
%34.9

Codes

Color #4E66A6 in popluar color models

4E66A6
RGB78102166
HSL224°36.07%47.84%
HSB/HSV224°53.01%65.10%
CMYK53.01%38.55%0.00%
34.90%

Color #4E66A6 in popluar number systems.

HEX4E66A6
Decimal78102166
Binary1001110110011010100110
Octal116146246

Shades and tints

Shades of #4E66A6

#4E66A6
(78,102,166)
#475D97
(71,93,151)
#405488
(64,84,136)
#394B79
(57,75,121)
#32426A
(50,66,106)
#2B395B
(43,57,91)
#24304C
(36,48,76)
#1D273D
(29,39,61)
#161E2E
(22,30,46)
#0F151F
(15,21,31)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E66A6

#4E66A6
(78,102,166)
#5E73AE
(94,115,174)
#6E80B6
(110,128,182)
#7E8DBE
(126,141,190)
#8E9AC6
(142,154,198)
#9EA7CE
(158,167,206)
#AEB4D6
(174,180,214)
#BEC1DE
(190,193,222)
#CECEE6
(206,206,230)
#DEDBEE
(222,219,238)
#EEE8F6
(238,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E66A6; }

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

This text font color is #4E66A6.


Background Color

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

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

This div background color is #4E66A6.


Border color

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

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

This div border color is #4E66A6.


Opacity

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

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

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

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

This text has shadow with #4E66A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E66A6 on black background.


Color preview on white background

This text has color #4E66A6 on white background.



Black color preview on #4E66A6 background

This text has black color on #4E66A6 background.


White color preview on #4E66A6 background

This text has white color on #4E66A6 background.