COLOR #4F4659

HEX: #4F4659 RGB: (79,70,89)

Color info

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

RGB color model

#4F4659 color RGB value is (79,70,89).

RGB: (79,70,89) (31%, 27%, 35%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 89 of 255 = 35%

79
70
89

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

Portions of RGB colors in percentages

R + G + B = 79 + 70 + 89 = 238 (100%)
R 79 of 238 ~ 33.19%
G 70 of 238 ~ 29.41%
B 89 of 238 ~ 37.39'%

%33.19
%29.41
%37.39

CMYK color model

#4F4659 color CMYK value is (11,21,0,65).

  • cyan value is 11.24%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (11,21,0,65)
C11M21Y0K65 (11%, 21%, 0%, 65%)
(0.11 / 0.21 / 0.00 / 0.65)

CMYK percentages

%11.24
%21.35
%0
%65.1

Codes

Color #4F4659 in popluar color models

4F 46 59
RGB 79 70 89
HSL 268° 11.95% 31.18%
HSB/HSV 268° 21.35% 34.90%
CMYK 11.24% 21.35% 0.00%
65.10%

Color #4F4659 in popluar number systems.

HEX 4F 46 59
Decimal 79 70 89
Binary 1001111 1000110 1011001
Octal 117 106 131

Shades and tints

Shades of #4F4659

#4F4659
(79,70,89)
#484051
(72,64,81)
#413A49
(65,58,73)
#3A3441
(58,52,65)
#332E39
(51,46,57)
#2C2831
(44,40,49)
#252229
(37,34,41)
#1E1C21
(30,28,33)
#171619
(23,22,25)
#101011
(16,16,17)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #4F4659

#4F4659
(79,70,89)
#5F5668
(95,86,104)
#6F6677
(111,102,119)
#7F7686
(127,118,134)
#8F8695
(143,134,149)
#9F96A4
(159,150,164)
#AFA6B3
(175,166,179)
#BFB6C2
(191,182,194)
#CFC6D1
(207,198,209)
#DFD6E0
(223,214,224)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4659; }

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

This text font color is #4F4659.

Background Color

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

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

This div background color is #4F4659.

Border color

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

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

This div border color is #4F4659.

Opacity

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

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

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

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

This text has shadow with #4F4659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4659.

Preview

Color preview on black background

This text has color #4F4659 on black background.


Color preview on white background

This text has color #4F4659 on white background.


Black color preview on #4F4659 background

This text has black color on #4F4659 background.


White color preview on #4F4659 background

This text has white color on #4F4659 background.


Related colors

Complementary color

Complementary color for #hex is #B0B9A6.


I love getcolorcode.com

Triadic colors

1 #594F46 and #46594F with #4F4659 are triadic colors.

2 #59464F and #464F59 with #4F4659 are triadic colors.