COLOR #4F4E6D

HEX: #4F4E6D
RGB: (79,78,109)

Color info

#4F4E6D contains red, green and blue colors in about the same proportion. Web safe color of #4F4E6D is #666666 (or #666).

RGB color model

#4F4E6D color RGB value is (79,78,109).

  • red value is 79;
  • green value is 78;
  • blue value is 109.
RGB:
(79,78,109)
(31%,31%,43%)

RGB channels and saturation

R 79 of 255 = 31%
G 78 of 255 = 31%
B 109 of 255 = 43%

79
78
109

R + G + B ~ 35%. #4F4E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 78 + 109 = 266 (100%)
R 79 of 266 ~ 29.7%
G 78 of 266 ~ 29.32%
B 109 of 266 ~ 40.98%

%29.7
%29.32
%40.98

CMYK color model

#4F4E6D color CMYK value is (28,28,0,57).

  • cyan value is 27.52%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(28,28,0,57)
C28M28Y0K57 
(28%,28%,0%,57%)
(0.28/0.28/0.00/0.57)	

CMYK percentages

%27.52
%28.44
%0
%57.25

Codes

Color #4F4E6D in popluar color models

4F4E6D
RGB7978109
HSL242°16.58%36.67%
HSB/HSV242°28.44%42.75%
CMYK27.52%28.44%0.00%
57.25%

Color #4F4E6D in popluar number systems.

HEX4F4E6D
Decimal7978109
Binary100111110011101101101
Octal117116155

Shades and tints

Shades of #4F4E6D

#4F4E6D
(79,78,109)
#484764
(72,71,100)
#41405B
(65,64,91)
#3A3952
(58,57,82)
#333249
(51,50,73)
#2C2B40
(44,43,64)
#252437
(37,36,55)
#1E1D2E
(30,29,46)
#171625
(23,22,37)
#100F1C
(16,15,28)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #4F4E6D

#4F4E6D
(79,78,109)
#5F5E7A
(95,94,122)
#6F6E87
(111,110,135)
#7F7E94
(127,126,148)
#8F8EA1
(143,142,161)
#9F9EAE
(159,158,174)
#AFAEBB
(175,174,187)
#BFBEC8
(191,190,200)
#CFCED5
(207,206,213)
#DFDEE2
(223,222,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4E6D color. Also use rgb(79,78,109) instead hex code.

Text Font Color

.myTextColor { color: #4F4E6D; }

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

This text font color is #4F4E6D.


Background Color

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

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

This div background color is #4F4E6D.


Border color

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

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

This div border color is #4F4E6D.


Opacity

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

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

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

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

This text has shadow with #4F4E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4E6D on black background.


Color preview on white background

This text has color #4F4E6D on white background.



Black color preview on #4F4E6D background

This text has black color on #4F4E6D background.


White color preview on #4F4E6D background

This text has white color on #4F4E6D background.