COLOR #4E60AA

HEX: #4E60AA
RGB: (78,96,170)

Color info

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

RGB color model

#4E60AA color RGB value is (78,96,170).

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

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 170 of 255 = 67%

78
96
170

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

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 170 = 344 (100%)
R 78 of 344 ~ 22.67%
G 96 of 344 ~ 27.91%
B 170 of 344 ~ 49.42%

%22.67
%27.91
%49.42

CMYK color model

#4E60AA color CMYK value is (54,44,0,33).

  • cyan value is 54.12%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(54,44,0,33)
C54M44Y0K33 
(54%,44%,0%,33%)
(0.54/0.44/0.00/0.33)	

CMYK percentages

%54.12
%43.53
%0
%33.33

Codes

Color #4E60AA in popluar color models

4E60AA
RGB7896170
HSL228°37.10%48.63%
HSB/HSV228°54.12%66.67%
CMYK54.12%43.53%0.00%
33.33%

Color #4E60AA in popluar number systems.

HEX4E60AA
Decimal7896170
Binary1001110110000010101010
Octal116140252

Shades and tints

Shades of #4E60AA

#4E60AA
(78,96,170)
#47589B
(71,88,155)
#40508C
(64,80,140)
#39487D
(57,72,125)
#32406E
(50,64,110)
#2B385F
(43,56,95)
#243050
(36,48,80)
#1D2841
(29,40,65)
#162032
(22,32,50)
#0F1823
(15,24,35)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #4E60AA

#4E60AA
(78,96,170)
#5E6EB1
(94,110,177)
#6E7CB8
(110,124,184)
#7E8ABF
(126,138,191)
#8E98C6
(142,152,198)
#9EA6CD
(158,166,205)
#AEB4D4
(174,180,212)
#BEC2DB
(190,194,219)
#CED0E2
(206,208,226)
#DEDEE9
(222,222,233)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E60AA; }

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

This text font color is #4E60AA.


Background Color

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

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

This div background color is #4E60AA.


Border color

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

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

This div border color is #4E60AA.


Opacity

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

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

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

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

This text has shadow with #4E60AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E60AA on black background.


Color preview on white background

This text has color #4E60AA on white background.



Black color preview on #4E60AA background

This text has black color on #4E60AA background.


White color preview on #4E60AA background

This text has white color on #4E60AA background.