COLOR #4E6AAA

HEX: #4E6AAA
RGB: (78,106,170)

Color info

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

RGB color model

#4E6AAA color RGB value is (78,106,170).

  • red value is 78;
  • green value is 106;
  • blue value is 170.
RGB:
(78,106,170)
(31%,42%,67%)

RGB channels and saturation

R 78 of 255 = 31%
G 106 of 255 = 42%
B 170 of 255 = 67%

78
106
170

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

Portions of RGB colors in percentages

R + G + B =
78 + 106 + 170 = 354 (100%)
R 78 of 354 ~ 22.03%
G 106 of 354 ~ 29.94%
B 170 of 354 ~ 48.02%

%22.03
%29.94
%48.02

CMYK color model

#4E6AAA color CMYK value is (54,38,0,33).

  • cyan value is 54.12%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(54,38,0,33)
C54M38Y0K33 
(54%,38%,0%,33%)
(0.54/0.38/0.00/0.33)	

CMYK percentages

%54.12
%37.65
%0
%33.33

Codes

Color #4E6AAA in popluar color models

4E6AAA
RGB78106170
HSL222°37.10%48.63%
HSB/HSV222°54.12%66.67%
CMYK54.12%37.65%0.00%
33.33%

Color #4E6AAA in popluar number systems.

HEX4E6AAA
Decimal78106170
Binary1001110110101010101010
Octal116152252

Shades and tints

Shades of #4E6AAA

#4E6AAA
(78,106,170)
#47619B
(71,97,155)
#40588C
(64,88,140)
#394F7D
(57,79,125)
#32466E
(50,70,110)
#2B3D5F
(43,61,95)
#243450
(36,52,80)
#1D2B41
(29,43,65)
#162232
(22,34,50)
#0F1923
(15,25,35)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #4E6AAA

#4E6AAA
(78,106,170)
#5E77B1
(94,119,177)
#6E84B8
(110,132,184)
#7E91BF
(126,145,191)
#8E9EC6
(142,158,198)
#9EABCD
(158,171,205)
#AEB8D4
(174,184,212)
#BEC5DB
(190,197,219)
#CED2E2
(206,210,226)
#DEDFE9
(222,223,233)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6AAA color. Also use rgb(78,106,170) instead hex code.

Text Font Color

.myTextColor { color: #4E6AAA; }

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

This text font color is #4E6AAA.


Background Color

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

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

This div background color is #4E6AAA.


Border color

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

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

This div border color is #4E6AAA.


Opacity

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

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

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

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

This text has shadow with #4E6AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6AAA on black background.


Color preview on white background

This text has color #4E6AAA on white background.



Black color preview on #4E6AAA background

This text has black color on #4E6AAA background.


White color preview on #4E6AAA background

This text has white color on #4E6AAA background.