COLOR #4E68AA

HEX: #4E68AA
RGB: (78,104,170)

Color info

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

RGB color model

#4E68AA color RGB value is (78,104,170).

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

RGB channels and saturation

R 78 of 255 = 31%
G 104 of 255 = 41%
B 170 of 255 = 67%

78
104
170

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

Portions of RGB colors in percentages

R + G + B =
78 + 104 + 170 = 352 (100%)
R 78 of 352 ~ 22.16%
G 104 of 352 ~ 29.55%
B 170 of 352 ~ 48.3%

%22.16
%29.55
%48.3

CMYK color model

#4E68AA color CMYK value is (54,39,0,33).

  • cyan value is 54.12%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(54,39,0,33)
C54M39Y0K33 
(54%,39%,0%,33%)
(0.54/0.39/0.00/0.33)	

CMYK percentages

%54.12
%38.82
%0
%33.33

Codes

Color #4E68AA in popluar color models

4E68AA
RGB78104170
HSL223°37.10%48.63%
HSB/HSV223°54.12%66.67%
CMYK54.12%38.82%0.00%
33.33%

Color #4E68AA in popluar number systems.

HEX4E68AA
Decimal78104170
Binary1001110110100010101010
Octal116150252

Shades and tints

Shades of #4E68AA

#4E68AA
(78,104,170)
#475F9B
(71,95,155)
#40568C
(64,86,140)
#394D7D
(57,77,125)
#32446E
(50,68,110)
#2B3B5F
(43,59,95)
#243250
(36,50,80)
#1D2941
(29,41,65)
#162032
(22,32,50)
#0F1723
(15,23,35)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #4E68AA

#4E68AA
(78,104,170)
#5E75B1
(94,117,177)
#6E82B8
(110,130,184)
#7E8FBF
(126,143,191)
#8E9CC6
(142,156,198)
#9EA9CD
(158,169,205)
#AEB6D4
(174,182,212)
#BEC3DB
(190,195,219)
#CED0E2
(206,208,226)
#DEDDE9
(222,221,233)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E68AA; }

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

This text font color is #4E68AA.


Background Color

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

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

This div background color is #4E68AA.


Border color

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

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

This div border color is #4E68AA.


Opacity

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

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

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

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

This text has shadow with #4E68AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E68AA on black background.


Color preview on white background

This text has color #4E68AA on white background.



Black color preview on #4E68AA background

This text has black color on #4E68AA background.


White color preview on #4E68AA background

This text has white color on #4E68AA background.