COLOR #4E4FAA

HEX: #4E4FAA
RGB: (78,79,170)

Color info

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

RGB color model

#4E4FAA color RGB value is (78,79,170).

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

RGB channels and saturation

R 78 of 255 = 31%
G 79 of 255 = 31%
B 170 of 255 = 67%

78
79
170

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

Portions of RGB colors in percentages

R + G + B =
78 + 79 + 170 = 327 (100%)
R 78 of 327 ~ 23.85%
G 79 of 327 ~ 24.16%
B 170 of 327 ~ 51.99%

%23.85
%24.16
%51.99

CMYK color model

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

  • cyan value is 54.12%
  • magenta value is 53.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(54,54,0,33)
C54M54Y0K33 
(54%,54%,0%,33%)
(0.54/0.54/0.00/0.33)	

CMYK percentages

%54.12
%53.53
%0
%33.33

Codes

Color #4E4FAA in popluar color models

4E4FAA
RGB7879170
HSL239°37.10%48.63%
HSB/HSV239°54.12%66.67%
CMYK54.12%53.53%0.00%
33.33%

Color #4E4FAA in popluar number systems.

HEX4E4FAA
Decimal7879170
Binary1001110100111110101010
Octal116117252

Shades and tints

Shades of #4E4FAA

#4E4FAA
(78,79,170)
#47489B
(71,72,155)
#40418C
(64,65,140)
#393A7D
(57,58,125)
#32336E
(50,51,110)
#2B2C5F
(43,44,95)
#242550
(36,37,80)
#1D1E41
(29,30,65)
#161732
(22,23,50)
#0F1023
(15,16,35)
#080914
(8,9,20)
#000000
(0,0,0)

Tints of #4E4FAA

#4E4FAA
(78,79,170)
#5E5FB1
(94,95,177)
#6E6FB8
(110,111,184)
#7E7FBF
(126,127,191)
#8E8FC6
(142,143,198)
#9E9FCD
(158,159,205)
#AEAFD4
(174,175,212)
#BEBFDB
(190,191,219)
#CECFE2
(206,207,226)
#DEDFE9
(222,223,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4FAA; }

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

This text font color is #4E4FAA.


Background Color

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

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

This div background color is #4E4FAA.


Border color

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

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

This div border color is #4E4FAA.


Opacity

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

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

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

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

This text has shadow with #4E4FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4FAA on black background.


Color preview on white background

This text has color #4E4FAA on white background.



Black color preview on #4E4FAA background

This text has black color on #4E4FAA background.


White color preview on #4E4FAA background

This text has white color on #4E4FAA background.