COLOR #4E465B

HEX: #4E465B
RGB: (78,70,91)

Color info

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

RGB color model

#4E465B color RGB value is (78,70,91).

  • red value is 78;
  • green value is 70;
  • blue value is 91.
RGB:
(78,70,91)
(31%,27%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 91 of 255 = 36%

78
70
91

R + G + B ~ 31%. #4E465B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 91 = 239 (100%)
R 78 of 239 ~ 32.64%
G 70 of 239 ~ 29.29%
B 91 of 239 ~ 38.08%

%32.64
%29.29
%38.08

CMYK color model

#4E465B color CMYK value is (14,23,0,64).

  • cyan value is 14.29%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(14,23,0,64)
C14M23Y0K64 
(14%,23%,0%,64%)
(0.14/0.23/0.00/0.64)	

CMYK percentages

%14.29
%23.08
%0
%64.31

Codes

Color #4E465B in popluar color models

4E465B
RGB787091
HSL263°13.04%31.57%
HSB/HSV263°23.08%35.69%
CMYK14.29%23.08%0.00%
64.31%

Color #4E465B in popluar number systems.

HEX4E465B
Decimal787091
Binary100111010001101011011
Octal116106133

Shades and tints

Shades of #4E465B

#4E465B
(78,70,91)
#474053
(71,64,83)
#403A4B
(64,58,75)
#393443
(57,52,67)
#322E3B
(50,46,59)
#2B2833
(43,40,51)
#24222B
(36,34,43)
#1D1C23
(29,28,35)
#16161B
(22,22,27)
#0F1013
(15,16,19)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E465B

#4E465B
(78,70,91)
#5E5669
(94,86,105)
#6E6677
(110,102,119)
#7E7685
(126,118,133)
#8E8693
(142,134,147)
#9E96A1
(158,150,161)
#AEA6AF
(174,166,175)
#BEB6BD
(190,182,189)
#CEC6CB
(206,198,203)
#DED6D9
(222,214,217)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E465B color. Also use rgb(78,70,91) instead hex code.

Text Font Color

.myTextColor { color: #4E465B; }

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

This text font color is #4E465B.


Background Color

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

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

This div background color is #4E465B.


Border color

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

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

This div border color is #4E465B.


Opacity

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

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

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

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

This text has shadow with #4E465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E465B on black background.


Color preview on white background

This text has color #4E465B on white background.



Black color preview on #4E465B background

This text has black color on #4E465B background.


White color preview on #4E465B background

This text has white color on #4E465B background.