COLOR #4F426F

HEX: #4F426F RGB: (79,66,111)

Color info

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

RGB color model

#4F426F color RGB value is (79,66,111).

RGB: (79,66,111) (31%, 26%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 111 of 255 = 44%

79
66
111

R + G + B ~ 34%. #4F426F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 66 + 111 = 256 (100%)
R 79 of 256 ~ 30.86%
G 66 of 256 ~ 25.78%
B 111 of 256 ~ 43.36'%

%30.86
%25.78
%43.36

CMYK color model

#4F426F color CMYK value is (29,41,0,56).

  • cyan value is 28.83%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (29,41,0,56) C29M41Y0K56 (29%,41%,0%,56%) (0.29/0.41/0.00/0.56) 

CMYK percentages

%28.83
%40.54
%0
%56.47

Codes

Color #4F426F in popluar color models

4F 42 6F
RGB 79 66 111
HSL 257° 25.42% 34.71%
HSB/HSV 257° 40.54% 43.53%
CMYK 28.83% 40.54% 0.00%
56.47%

Color #4F426F in popluar number systems.

HEX 4F 42 6F
Decimal 79 66 111
Binary 1001111 1000010 1101111
Octal 117 102 157

Shades and tints

Shades of #4F426F

#4F426F
(79,66,111)
#483C65
(72,60,101)
#41365B
(65,54,91)
#3A3051
(58,48,81)
#332A47
(51,42,71)
#2C243D
(44,36,61)
#251E33
(37,30,51)
#1E1829
(30,24,41)
#17121F
(23,18,31)
#100C15
(16,12,21)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #4F426F

#4F426F
(79,66,111)
#5F537C
(95,83,124)
#6F6489
(111,100,137)
#7F7596
(127,117,150)
#8F86A3
(143,134,163)
#9F97B0
(159,151,176)
#AFA8BD
(175,168,189)
#BFB9CA
(191,185,202)
#CFCAD7
(207,202,215)
#DFDBE4
(223,219,228)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F426F color. Also use rgb(79,66,111) instead hex code.

Text Font Color

.myTextColor { color: #4F426F; }

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

This text font color is #4F426F.

Background Color

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

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

This div background color is #4F426F.

Border color

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

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

This div border color is #4F426F.

Opacity

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

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

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

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

This text has shadow with #4F426F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F426F.

Preview

Color preview on black background

This text has color #4F426F on black background.


Color preview on white background

This text has color #4F426F on white background.


Black color preview on #4F426F background

This text has black color on #4F426F background.


White color preview on #4F426F background

This text has white color on #4F426F background.


Related colors

Complementary color

Complementary color for #hex is #B0BD90.


I love getcolorcode.com

Triadic colors

1 #6F4F42 and #426F4F with #4F426F are triadic colors.

2 #6F424F and #424F6F with #4F426F are triadic colors.