COLOR #4F747E

HEX: #4F747E RGB: (79,116,126)

Color info

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

RGB color model

#4F747E color RGB value is (79,116,126).

RGB: (79,116,126) (31%, 45%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 126 of 255 = 49%

79
116
126

R + G + B ~ 42%. #4F747E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 116 + 126 = 321 (100%)
R 79 of 321 ~ 24.61%
G 116 of 321 ~ 36.14%
B 126 of 321 ~ 39.25'%

%24.61
%36.14
%39.25

CMYK color model

#4F747E color CMYK value is (37,8,0,51).

  • cyan value is 37.30%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (37,8,0,51) C37M8Y0K51 (37%,8%,0%,51%) (0.37/0.08/0.00/0.51) 

CMYK percentages

%37.3
%7.94
%0
%50.59

Codes

Color #4F747E in popluar color models

4F 74 7E
RGB 79 116 126
HSL 193° 22.93% 40.20%
HSB/HSV 193° 37.30% 49.41%
CMYK 37.30% 7.94% 0.00%
50.59%

Color #4F747E in popluar number systems.

HEX 4F 74 7E
Decimal 79 116 126
Binary 1001111 1110100 1111110
Octal 117 164 176

Shades and tints

Shades of #4F747E

#4F747E
(79,116,126)
#486A73
(72,106,115)
#416068
(65,96,104)
#3A565D
(58,86,93)
#334C52
(51,76,82)
#2C4247
(44,66,71)
#25383C
(37,56,60)
#1E2E31
(30,46,49)
#172426
(23,36,38)
#101A1B
(16,26,27)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #4F747E

#4F747E
(79,116,126)
#5F8089
(95,128,137)
#6F8C94
(111,140,148)
#7F989F
(127,152,159)
#8FA4AA
(143,164,170)
#9FB0B5
(159,176,181)
#AFBCC0
(175,188,192)
#BFC8CB
(191,200,203)
#CFD4D6
(207,212,214)
#DFE0E1
(223,224,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F747E color. Also use rgb(79,116,126) instead hex code.

Text Font Color

.myTextColor { color: #4F747E; }

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

This text font color is #4F747E.

Background Color

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

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

This div background color is #4F747E.

Border color

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

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

This div border color is #4F747E.

Opacity

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

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

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

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

This text has shadow with #4F747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F747E.

Preview

Color preview on black background

This text has color #4F747E on black background.


Color preview on white background

This text has color #4F747E on white background.


Black color preview on #4F747E background

This text has black color on #4F747E background.


White color preview on #4F747E background

This text has white color on #4F747E background.


Related colors

Complementary color

Complementary color for #hex is #B08B81.


I love getcolorcode.com

Triadic colors

1 #7E4F74 and #747E4F with #4F747E are triadic colors.

2 #7E744F and #744F7E with #4F747E are triadic colors.