COLOR #4F485B

HEX: #4F485B
RGB: (79,72,91)

Color info

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

RGB color model

#4F485B color RGB value is (79,72,91).

  • red value is 79;
  • green value is 72;
  • blue value is 91.
RGB:
(79,72,91)
(31%,28%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 91 of 255 = 36%

79
72
91

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 91 = 242 (100%)
R 79 of 242 ~ 32.64%
G 72 of 242 ~ 29.75%
B 91 of 242 ~ 37.6%

%32.64
%29.75
%37.6

CMYK color model

#4F485B color CMYK value is (13,21,0,64).

  • cyan value is 13.19%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(13,21,0,64)
C13M21Y0K64 
(13%,21%,0%,64%)
(0.13/0.21/0.00/0.64)	

CMYK percentages

%13.19
%20.88
%0
%64.31

Codes

Color #4F485B in popluar color models

4F485B
RGB797291
HSL262°11.66%31.96%
HSB/HSV262°20.88%35.69%
CMYK13.19%20.88%0.00%
64.31%

Color #4F485B in popluar number systems.

HEX4F485B
Decimal797291
Binary100111110010001011011
Octal117110133

Shades and tints

Shades of #4F485B

#4F485B
(79,72,91)
#484253
(72,66,83)
#413C4B
(65,60,75)
#3A3643
(58,54,67)
#33303B
(51,48,59)
#2C2A33
(44,42,51)
#25242B
(37,36,43)
#1E1E23
(30,30,35)
#17181B
(23,24,27)
#101213
(16,18,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F485B

#4F485B
(79,72,91)
#5F5869
(95,88,105)
#6F6877
(111,104,119)
#7F7885
(127,120,133)
#8F8893
(143,136,147)
#9F98A1
(159,152,161)
#AFA8AF
(175,168,175)
#BFB8BD
(191,184,189)
#CFC8CB
(207,200,203)
#DFD8D9
(223,216,217)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F485B color. Also use rgb(79,72,91) instead hex code.

Text Font Color

.myTextColor { color: #4F485B; }

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

This text font color is #4F485B.


Background Color

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

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

This div background color is #4F485B.


Border color

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

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

This div border color is #4F485B.


Opacity

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

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

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

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

This text has shadow with #4F485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F485B on black background.


Color preview on white background

This text has color #4F485B on white background.



Black color preview on #4F485B background

This text has black color on #4F485B background.


White color preview on #4F485B background

This text has white color on #4F485B background.