COLOR #4E4A5D

HEX: #4E4A5D RGB: (78,74,93)

Color info

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

RGB color model

#4E4A5D color RGB value is (78,74,93).

RGB: (78,74,93) (31%, 29%, 36%)

RGB channels and saturation

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

78
74
93

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

Portions of RGB colors in percentages

R + G + B = 78 + 74 + 93 = 245 (100%)
R 78 of 245 ~ 31.84%
G 74 of 245 ~ 30.2%
B 93 of 245 ~ 37.96'%

%31.84
%30.2
%37.96

CMYK color model

#4E4A5D color CMYK value is (16,20,0,64).

  • cyan value is 16.13%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (16,20,0,64)
C16M20Y0K64 (16%, 20%, 0%, 64%)
(0.16 / 0.20 / 0.00 / 0.64)

CMYK percentages

%16.13
%20.43
%0
%63.53

Codes

Color #4E4A5D in popluar color models

4E 4A 5D
RGB 78 74 93
HSL 253° 11.38% 32.75%
HSB/HSV 253° 20.43% 36.47%
CMYK 16.13% 20.43% 0.00%
63.53%

Color #4E4A5D in popluar number systems.

HEX 4E 4A 5D
Decimal 78 74 93
Binary 1001110 1001010 1011101
Octal 116 112 135

Shades and tints

Shades of #4E4A5D

#4E4A5D
(78,74,93)
#474455
(71,68,85)
#403E4D
(64,62,77)
#393845
(57,56,69)
#32323D
(50,50,61)
#2B2C35
(43,44,53)
#24262D
(36,38,45)
#1D2025
(29,32,37)
#161A1D
(22,26,29)
#0F1415
(15,20,21)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #4E4A5D

#4E4A5D
(78,74,93)
#5E5A6B
(94,90,107)
#6E6A79
(110,106,121)
#7E7A87
(126,122,135)
#8E8A95
(142,138,149)
#9E9AA3
(158,154,163)
#AEAAB1
(174,170,177)
#BEBABF
(190,186,191)
#CECACD
(206,202,205)
#DEDADB
(222,218,219)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A5D; }

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

This text font color is #4E4A5D.

Background Color

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

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

This div background color is #4E4A5D.

Border color

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

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

This div border color is #4E4A5D.

Opacity

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

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

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

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

This text has shadow with #4E4A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4A5D.

Preview

Color preview on black background

This text has color #4E4A5D on black background.


Color preview on white background

This text has color #4E4A5D on white background.


Black color preview on #4E4A5D background

This text has black color on #4E4A5D background.


White color preview on #4E4A5D background

This text has white color on #4E4A5D background.


Related colors

Complementary color

Complementary color for #hex is #B1B5A2.


I love getcolorcode.com

Triadic colors

1 #5D4E4A and #4A5D4E with #4E4A5D are triadic colors.

2 #5D4A4E and #4A4E5D with #4E4A5D are triadic colors.