COLOR #4E4064

HEX: #4E4064
RGB: (78,64,100)

Color info

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

RGB color model

#4E4064 color RGB value is (78,64,100).

  • red value is 78;
  • green value is 64;
  • blue value is 100.
RGB:
(78,64,100)
(31%,25%,39%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 100 of 255 = 39%

78
64
100

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

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 100 = 242 (100%)
R 78 of 242 ~ 32.23%
G 64 of 242 ~ 26.45%
B 100 of 242 ~ 41.32%

%32.23
%26.45
%41.32

CMYK color model

#4E4064 color CMYK value is (22,36,0,61).

  • cyan value is 22.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(22,36,0,61)
C22M36Y0K61 
(22%,36%,0%,61%)
(0.22/0.36/0.00/0.61)	

CMYK percentages

%22
%36
%0
%60.78

Codes

Color #4E4064 in popluar color models

4E4064
RGB7864100
HSL263°21.95%32.16%
HSB/HSV263°36.00%39.22%
CMYK22.00%36.00%0.00%
60.78%

Color #4E4064 in popluar number systems.

HEX4E4064
Decimal7864100
Binary100111010000001100100
Octal116100144

Shades and tints

Shades of #4E4064

#4E4064
(78,64,100)
#473B5B
(71,59,91)
#403652
(64,54,82)
#393149
(57,49,73)
#322C40
(50,44,64)
#2B2737
(43,39,55)
#24222E
(36,34,46)
#1D1D25
(29,29,37)
#16181C
(22,24,28)
#0F1313
(15,19,19)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #4E4064

#4E4064
(78,64,100)
#5E5172
(94,81,114)
#6E6280
(110,98,128)
#7E738E
(126,115,142)
#8E849C
(142,132,156)
#9E95AA
(158,149,170)
#AEA6B8
(174,166,184)
#BEB7C6
(190,183,198)
#CEC8D4
(206,200,212)
#DED9E2
(222,217,226)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4064 color. Also use rgb(78,64,100) instead hex code.

Text Font Color

.myTextColor { color: #4E4064; }

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

This text font color is #4E4064.


Background Color

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

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

This div background color is #4E4064.


Border color

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

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

This div border color is #4E4064.


Opacity

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

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

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

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

This text has shadow with #4E4064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4064 on black background.


Color preview on white background

This text has color #4E4064 on white background.



Black color preview on #4E4064 background

This text has black color on #4E4064 background.


White color preview on #4E4064 background

This text has white color on #4E4064 background.