COLOR #4F7466

HEX: #4F7466 RGB: (79,116,102)

Color info

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

RGB color model

#4F7466 color RGB value is (79,116,102).

RGB: (79,116,102) (31%, 45%, 40%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 102 of 255 = 40%

79
116
102

R + G + B ~ 39%. #4F7466 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 116 + 102 = 297 (100%)
R 79 of 297 ~ 26.6%
G 116 of 297 ~ 39.06%
B 102 of 297 ~ 34.34'%

%26.6
%39.06
%34.34

CMYK color model

#4F7466 color CMYK value is (32,0,12,55).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%

CMYK: (32,0,12,55)
C32M0Y12K55 (32%, 0%, 12%, 55%)
(0.32 / 0.00 / 0.12 / 0.55)

CMYK percentages

%31.9
%0
%12.07
%54.51

Codes

Color #4F7466 in popluar color models

4F 74 66
RGB 79 116 102
HSL 157° 18.97% 38.24%
HSB/HSV 157° 31.90% 45.49%
CMYK 31.90% 0.00% 12.07%
54.51%

Color #4F7466 in popluar number systems.

HEX 4F 74 66
Decimal 79 116 102
Binary 1001111 1110100 1100110
Octal 117 164 146

Shades and tints

Shades of #4F7466

#4F7466
(79,116,102)
#486A5D
(72,106,93)
#416054
(65,96,84)
#3A564B
(58,86,75)
#334C42
(51,76,66)
#2C4239
(44,66,57)
#253830
(37,56,48)
#1E2E27
(30,46,39)
#17241E
(23,36,30)
#101A15
(16,26,21)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #4F7466

#4F7466
(79,116,102)
#5F8073
(95,128,115)
#6F8C80
(111,140,128)
#7F988D
(127,152,141)
#8FA49A
(143,164,154)
#9FB0A7
(159,176,167)
#AFBCB4
(175,188,180)
#BFC8C1
(191,200,193)
#CFD4CE
(207,212,206)
#DFE0DB
(223,224,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7466; }

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

This text font color is #4F7466.

Background Color

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

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

This div background color is #4F7466.

Border color

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

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

This div border color is #4F7466.

Opacity

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

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

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

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

This text has shadow with #4F7466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7466.

Preview

Color preview on black background

This text has color #4F7466 on black background.


Color preview on white background

This text has color #4F7466 on white background.


Black color preview on #4F7466 background

This text has black color on #4F7466 background.


White color preview on #4F7466 background

This text has white color on #4F7466 background.


Related colors

Complementary color

Complementary color for #hex is #B08B99.


I love getcolorcode.com

Triadic colors

1 #664F74 and #74664F with #4F7466 are triadic colors.

2 #66744F and #744F66 with #4F7466 are triadic colors.