COLOR #4F6175

HEX: #4F6175 RGB: (79,97,117)

Color info

#4F6175 contains red, green and blue colors in about the same proportion. Web safe color of #4F6175 is #666666 (or #666).

RGB color model

#4F6175 color RGB value is (79,97,117).

RGB: (79,97,117) (31%, 38%, 46%)

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 117 of 255 = 46%

79
97
117

R + G + B ~ 38%. #4F6175 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 97 + 117 = 293 (100%)
R 79 of 293 ~ 26.96%
G 97 of 293 ~ 33.11%
B 117 of 293 ~ 39.93'%

%26.96
%33.11
%39.93

CMYK color model

#4F6175 color CMYK value is (32,17,0,54).

  • cyan value is 32.48%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (32,17,0,54)
C32M17Y0K54 (32%, 17%, 0%, 54%)
(0.32 / 0.17 / 0.00 / 0.54)

CMYK percentages

%32.48
%17.09
%0
%54.12

Codes

Color #4F6175 in popluar color models

4F 61 75
RGB 79 97 117
HSL 212° 19.39% 38.43%
HSB/HSV 212° 32.48% 45.88%
CMYK 32.48% 17.09% 0.00%
54.12%

Color #4F6175 in popluar number systems.

HEX 4F 61 75
Decimal 79 97 117
Binary 1001111 1100001 1110101
Octal 117 141 165

Shades and tints

Shades of #4F6175

#4F6175
(79,97,117)
#48596B
(72,89,107)
#415161
(65,81,97)
#3A4957
(58,73,87)
#33414D
(51,65,77)
#2C3943
(44,57,67)
#253139
(37,49,57)
#1E292F
(30,41,47)
#172125
(23,33,37)
#10191B
(16,25,27)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F6175

#4F6175
(79,97,117)
#5F6F81
(95,111,129)
#6F7D8D
(111,125,141)
#7F8B99
(127,139,153)
#8F99A5
(143,153,165)
#9FA7B1
(159,167,177)
#AFB5BD
(175,181,189)
#BFC3C9
(191,195,201)
#CFD1D5
(207,209,213)
#DFDFE1
(223,223,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6175 color. Also use rgb(79,97,117) instead hex code.

Text Font Color

.myTextColor { color: #4F6175; }

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

This text font color is #4F6175.

Background Color

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

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

This div background color is #4F6175.

Border color

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

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

This div border color is #4F6175.

Opacity

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

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

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

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

This text has shadow with #4F6175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6175.

Preview

Color preview on black background

This text has color #4F6175 on black background.


Color preview on white background

This text has color #4F6175 on white background.


Black color preview on #4F6175 background

This text has black color on #4F6175 background.


White color preview on #4F6175 background

This text has white color on #4F6175 background.


Related colors

Complementary color

Complementary color for #hex is #B09E8A.


I love getcolorcode.com

Triadic colors

1 #754F61 and #61754F with #4F6175 are triadic colors.

2 #75614F and #614F75 with #4F6175 are triadic colors.