COLOR #4E495A

HEX: #4E495A
RGB: (78,73,90)

Color info

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

RGB color model

#4E495A color RGB value is (78,73,90).

  • red value is 78;
  • green value is 73;
  • blue value is 90.
RGB:
(78,73,90)
(31%,29%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 90 of 255 = 35%

78
73
90

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

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 90 = 241 (100%)
R 78 of 241 ~ 32.37%
G 73 of 241 ~ 30.29%
B 90 of 241 ~ 37.34%

%32.37
%30.29
%37.34

CMYK color model

#4E495A color CMYK value is (13,19,0,65).

  • cyan value is 13.33%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(13,19,0,65)
C13M19Y0K65 
(13%,19%,0%,65%)
(0.13/0.19/0.00/0.65)	

CMYK percentages

%13.33
%18.89
%0
%64.71

Codes

Color #4E495A in popluar color models

4E495A
RGB787390
HSL258°10.43%31.96%
HSB/HSV258°18.89%35.29%
CMYK13.33%18.89%0.00%
64.71%

Color #4E495A in popluar number systems.

HEX4E495A
Decimal787390
Binary100111010010011011010
Octal116111132

Shades and tints

Shades of #4E495A

#4E495A
(78,73,90)
#474352
(71,67,82)
#403D4A
(64,61,74)
#393742
(57,55,66)
#32313A
(50,49,58)
#2B2B32
(43,43,50)
#24252A
(36,37,42)
#1D1F22
(29,31,34)
#16191A
(22,25,26)
#0F1312
(15,19,18)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E495A

#4E495A
(78,73,90)
#5E5969
(94,89,105)
#6E6978
(110,105,120)
#7E7987
(126,121,135)
#8E8996
(142,137,150)
#9E99A5
(158,153,165)
#AEA9B4
(174,169,180)
#BEB9C3
(190,185,195)
#CEC9D2
(206,201,210)
#DED9E1
(222,217,225)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E495A color. Also use rgb(78,73,90) instead hex code.

Text Font Color

.myTextColor { color: #4E495A; }

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

This text font color is #4E495A.


Background Color

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

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

This div background color is #4E495A.


Border color

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

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

This div border color is #4E495A.


Opacity

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

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

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

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

This text has shadow with #4E495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E495A on black background.


Color preview on white background

This text has color #4E495A on white background.



Black color preview on #4E495A background

This text has black color on #4E495A background.


White color preview on #4E495A background

This text has white color on #4E495A background.