COLOR #4E4A5C

HEX: #4E4A5C
RGB: (78,74,92)

Color info

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

RGB color model

#4E4A5C color RGB value is (78,74,92).

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

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 92 of 255 = 36%

78
74
92

R + G + B ~ 32%. #4E4A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 92 = 244 (100%)
R 78 of 244 ~ 31.97%
G 74 of 244 ~ 30.33%
B 92 of 244 ~ 37.7%

%31.97
%30.33
%37.7

CMYK color model

#4E4A5C color CMYK value is (15,20,0,64).

  • cyan value is 15.22%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(15,20,0,64)
C15M20Y0K64 
(15%,20%,0%,64%)
(0.15/0.20/0.00/0.64)	

CMYK percentages

%15.22
%19.57
%0
%63.92

Codes

Color #4E4A5C in popluar color models

4E4A5C
RGB787492
HSL253°10.84%32.55%
HSB/HSV253°19.57%36.08%
CMYK15.22%19.57%0.00%
63.92%

Color #4E4A5C in popluar number systems.

HEX4E4A5C
Decimal787492
Binary100111010010101011100
Octal116112134

Shades and tints

Shades of #4E4A5C

#4E4A5C
(78,74,92)
#474454
(71,68,84)
#403E4C
(64,62,76)
#393844
(57,56,68)
#32323C
(50,50,60)
#2B2C34
(43,44,52)
#24262C
(36,38,44)
#1D2024
(29,32,36)
#161A1C
(22,26,28)
#0F1414
(15,20,20)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E4A5C

#4E4A5C
(78,74,92)
#5E5A6A
(94,90,106)
#6E6A78
(110,106,120)
#7E7A86
(126,122,134)
#8E8A94
(142,138,148)
#9E9AA2
(158,154,162)
#AEAAB0
(174,170,176)
#BEBABE
(190,186,190)
#CECACC
(206,202,204)
#DEDADA
(222,218,218)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A5C; }

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

This text font color is #4E4A5C.


Background Color

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

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

This div background color is #4E4A5C.


Border color

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

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

This div border color is #4E4A5C.


Opacity

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

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

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

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

This text has shadow with #4E4A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4A5C on black background.


Color preview on white background

This text has color #4E4A5C on white background.



Black color preview on #4E4A5C background

This text has black color on #4E4A5C background.


White color preview on #4E4A5C background

This text has white color on #4E4A5C background.