COLOR #4E4A7C

HEX: #4E4A7C
RGB: (78,74,124)

Color info

#4E4A7C contains red, green and blue colors in about the same proportion. Web safe color of #4E4A7C is #663366 (or #636).

RGB color model

#4E4A7C color RGB value is (78,74,124).

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

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 124 of 255 = 49%

78
74
124

R + G + B ~ 36%. #4E4A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 124 = 276 (100%)
R 78 of 276 ~ 28.26%
G 74 of 276 ~ 26.81%
B 124 of 276 ~ 44.93%

%28.26
%26.81
%44.93

CMYK color model

#4E4A7C color CMYK value is (37,40,0,51).

  • cyan value is 37.10%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(37,40,0,51)
C37M40Y0K51 
(37%,40%,0%,51%)
(0.37/0.40/0.00/0.51)	

CMYK percentages

%37.1
%40.32
%0
%51.37

Codes

Color #4E4A7C in popluar color models

4E4A7C
RGB7874124
HSL245°25.25%38.82%
HSB/HSV245°40.32%48.63%
CMYK37.10%40.32%0.00%
51.37%

Color #4E4A7C in popluar number systems.

HEX4E4A7C
Decimal7874124
Binary100111010010101111100
Octal116112174

Shades and tints

Shades of #4E4A7C

#4E4A7C
(78,74,124)
#474471
(71,68,113)
#403E66
(64,62,102)
#39385B
(57,56,91)
#323250
(50,50,80)
#2B2C45
(43,44,69)
#24263A
(36,38,58)
#1D202F
(29,32,47)
#161A24
(22,26,36)
#0F1419
(15,20,25)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E4A7C

#4E4A7C
(78,74,124)
#5E5A87
(94,90,135)
#6E6A92
(110,106,146)
#7E7A9D
(126,122,157)
#8E8AA8
(142,138,168)
#9E9AB3
(158,154,179)
#AEAABE
(174,170,190)
#BEBAC9
(190,186,201)
#CECAD4
(206,202,212)
#DEDADF
(222,218,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A7C; }

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

This text font color is #4E4A7C.


Background Color

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

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

This div background color is #4E4A7C.


Border color

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

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

This div border color is #4E4A7C.


Opacity

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

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

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

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

This text has shadow with #4E4A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4A7C on black background.


Color preview on white background

This text has color #4E4A7C on white background.



Black color preview on #4E4A7C background

This text has black color on #4E4A7C background.


White color preview on #4E4A7C background

This text has white color on #4E4A7C background.