COLOR #4F4859

HEX: #4F4859
RGB: (79,72,89)

Color info

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

RGB color model

#4F4859 color RGB value is (79,72,89).

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

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 89 of 255 = 35%

79
72
89

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 89 = 240 (100%)
R 79 of 240 ~ 32.92%
G 72 of 240 ~ 30%
B 89 of 240 ~ 37.08%

%32.92
%30
%37.08

CMYK color model

#4F4859 color CMYK value is (11,19,0,65).

  • cyan value is 11.24%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(11,19,0,65)
C11M19Y0K65 
(11%,19%,0%,65%)
(0.11/0.19/0.00/0.65)	

CMYK percentages

%11.24
%19.1
%0
%65.1

Codes

Color #4F4859 in popluar color models

4F4859
RGB797289
HSL265°10.56%31.57%
HSB/HSV265°19.10%34.90%
CMYK11.24%19.10%0.00%
65.10%

Color #4F4859 in popluar number systems.

HEX4F4859
Decimal797289
Binary100111110010001011001
Octal117110131

Shades and tints

Shades of #4F4859

#4F4859
(79,72,89)
#484251
(72,66,81)
#413C49
(65,60,73)
#3A3641
(58,54,65)
#333039
(51,48,57)
#2C2A31
(44,42,49)
#252429
(37,36,41)
#1E1E21
(30,30,33)
#171819
(23,24,25)
#101211
(16,18,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F4859

#4F4859
(79,72,89)
#5F5868
(95,88,104)
#6F6877
(111,104,119)
#7F7886
(127,120,134)
#8F8895
(143,136,149)
#9F98A4
(159,152,164)
#AFA8B3
(175,168,179)
#BFB8C2
(191,184,194)
#CFC8D1
(207,200,209)
#DFD8E0
(223,216,224)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4859; }

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

This text font color is #4F4859.


Background Color

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

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

This div background color is #4F4859.


Border color

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

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

This div border color is #4F4859.


Opacity

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

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

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

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

This text has shadow with #4F4859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4859 on black background.


Color preview on white background

This text has color #4F4859 on white background.



Black color preview on #4F4859 background

This text has black color on #4F4859 background.


White color preview on #4F4859 background

This text has white color on #4F4859 background.