COLOR #4F495C

HEX: #4F495C
RGB: (79,73,92)

Color info

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

RGB color model

#4F495C color RGB value is (79,73,92).

  • red value is 79;
  • green value is 73;
  • blue value is 92.
RGB:
(79,73,92)
(31%,29%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 92 of 255 = 36%

79
73
92

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

Portions of RGB colors in percentages

R + G + B =
79 + 73 + 92 = 244 (100%)
R 79 of 244 ~ 32.38%
G 73 of 244 ~ 29.92%
B 92 of 244 ~ 37.7%

%32.38
%29.92
%37.7

CMYK color model

#4F495C color CMYK value is (14,21,0,64).

  • cyan value is 14.13%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(14,21,0,64)
C14M21Y0K64 
(14%,21%,0%,64%)
(0.14/0.21/0.00/0.64)	

CMYK percentages

%14.13
%20.65
%0
%63.92

Codes

Color #4F495C in popluar color models

4F495C
RGB797392
HSL259°11.52%32.35%
HSB/HSV259°20.65%36.08%
CMYK14.13%20.65%0.00%
63.92%

Color #4F495C in popluar number systems.

HEX4F495C
Decimal797392
Binary100111110010011011100
Octal117111134

Shades and tints

Shades of #4F495C

#4F495C
(79,73,92)
#484354
(72,67,84)
#413D4C
(65,61,76)
#3A3744
(58,55,68)
#33313C
(51,49,60)
#2C2B34
(44,43,52)
#25252C
(37,37,44)
#1E1F24
(30,31,36)
#17191C
(23,25,28)
#101314
(16,19,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F495C

#4F495C
(79,73,92)
#5F596A
(95,89,106)
#6F6978
(111,105,120)
#7F7986
(127,121,134)
#8F8994
(143,137,148)
#9F99A2
(159,153,162)
#AFA9B0
(175,169,176)
#BFB9BE
(191,185,190)
#CFC9CC
(207,201,204)
#DFD9DA
(223,217,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F495C color. Also use rgb(79,73,92) instead hex code.

Text Font Color

.myTextColor { color: #4F495C; }

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

This text font color is #4F495C.


Background Color

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

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

This div background color is #4F495C.


Border color

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

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

This div border color is #4F495C.


Opacity

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

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

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

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

This text has shadow with #4F495C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F495C on black background.


Color preview on white background

This text has color #4F495C on white background.



Black color preview on #4F495C background

This text has black color on #4F495C background.


White color preview on #4F495C background

This text has white color on #4F495C background.