COLOR #4E4D66

HEX: #4E4D66
RGB: (78,77,102)

Color info

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

RGB color model

#4E4D66 color RGB value is (78,77,102).

  • red value is 78;
  • green value is 77;
  • blue value is 102.
RGB:
(78,77,102)
(31%,30%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 77 of 255 = 30%
B 102 of 255 = 40%

78
77
102

R + G + B ~ 34%. #4E4D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 77 + 102 = 257 (100%)
R 78 of 257 ~ 30.35%
G 77 of 257 ~ 29.96%
B 102 of 257 ~ 39.69%

%30.35
%29.96
%39.69

CMYK color model

#4E4D66 color CMYK value is (24,25,0,60).

  • cyan value is 23.53%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(24,25,0,60)
C24M25Y0K60 
(24%,25%,0%,60%)
(0.24/0.25/0.00/0.60)	

CMYK percentages

%23.53
%24.51
%0
%60

Codes

Color #4E4D66 in popluar color models

4E4D66
RGB7877102
HSL242°13.97%35.10%
HSB/HSV242°24.51%40.00%
CMYK23.53%24.51%0.00%
60.00%

Color #4E4D66 in popluar number systems.

HEX4E4D66
Decimal7877102
Binary100111010011011100110
Octal116115146

Shades and tints

Shades of #4E4D66

#4E4D66
(78,77,102)
#47465D
(71,70,93)
#403F54
(64,63,84)
#39384B
(57,56,75)
#323142
(50,49,66)
#2B2A39
(43,42,57)
#242330
(36,35,48)
#1D1C27
(29,28,39)
#16151E
(22,21,30)
#0F0E15
(15,14,21)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #4E4D66

#4E4D66
(78,77,102)
#5E5D73
(94,93,115)
#6E6D80
(110,109,128)
#7E7D8D
(126,125,141)
#8E8D9A
(142,141,154)
#9E9DA7
(158,157,167)
#AEADB4
(174,173,180)
#BEBDC1
(190,189,193)
#CECDCE
(206,205,206)
#DEDDDB
(222,221,219)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4D66 color. Also use rgb(78,77,102) instead hex code.

Text Font Color

.myTextColor { color: #4E4D66; }

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

This text font color is #4E4D66.


Background Color

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

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

This div background color is #4E4D66.


Border color

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

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

This div border color is #4E4D66.


Opacity

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

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

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

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

This text has shadow with #4E4D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4D66 on black background.


Color preview on white background

This text has color #4E4D66 on white background.



Black color preview on #4E4D66 background

This text has black color on #4E4D66 background.


White color preview on #4E4D66 background

This text has white color on #4E4D66 background.