COLOR #4E4A88

HEX: #4E4A88
RGB: (78,74,136)

Color info

#4E4A88 contains mainly red and blue colors. Web safe color of #4E4A88 is #663399 (or #639).

RGB color model

#4E4A88 color RGB value is (78,74,136).

  • red value is 78;
  • green value is 74;
  • blue value is 136.
RGB:
(78,74,136)
(31%,29%,53%)

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 136 of 255 = 53%

78
74
136

R + G + B ~ 38%. #4E4A88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 136 = 288 (100%)
R 78 of 288 ~ 27.08%
G 74 of 288 ~ 25.69%
B 136 of 288 ~ 47.22%

%27.08
%25.69
%47.22

CMYK color model

#4E4A88 color CMYK value is (43,46,0,47).

  • cyan value is 42.65%
  • magenta value is 45.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,46,0,47)
C43M46Y0K47 
(43%,46%,0%,47%)
(0.43/0.46/0.00/0.47)	

CMYK percentages

%42.65
%45.59
%0
%46.67

Codes

Color #4E4A88 in popluar color models

4E4A88
RGB7874136
HSL244°29.52%41.18%
HSB/HSV244°45.59%53.33%
CMYK42.65%45.59%0.00%
46.67%

Color #4E4A88 in popluar number systems.

HEX4E4A88
Decimal7874136
Binary1001110100101010001000
Octal116112210

Shades and tints

Shades of #4E4A88

#4E4A88
(78,74,136)
#47447C
(71,68,124)
#403E70
(64,62,112)
#393864
(57,56,100)
#323258
(50,50,88)
#2B2C4C
(43,44,76)
#242640
(36,38,64)
#1D2034
(29,32,52)
#161A28
(22,26,40)
#0F141C
(15,20,28)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #4E4A88

#4E4A88
(78,74,136)
#5E5A92
(94,90,146)
#6E6A9C
(110,106,156)
#7E7AA6
(126,122,166)
#8E8AB0
(142,138,176)
#9E9ABA
(158,154,186)
#AEAAC4
(174,170,196)
#BEBACE
(190,186,206)
#CECAD8
(206,202,216)
#DEDAE2
(222,218,226)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4A88 color. Also use rgb(78,74,136) instead hex code.

Text Font Color

.myTextColor { color: #4E4A88; }

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

This text font color is #4E4A88.


Background Color

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

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

This div background color is #4E4A88.


Border color

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

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

This div border color is #4E4A88.


Opacity

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

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

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

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

This text has shadow with #4E4A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4A88 on black background.


Color preview on white background

This text has color #4E4A88 on white background.



Black color preview on #4E4A88 background

This text has black color on #4E4A88 background.


White color preview on #4E4A88 background

This text has white color on #4E4A88 background.