COLOR #4F6D7E

HEX: #4F6D7E
RGB: (79,109,126)

Color info

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

RGB color model

#4F6D7E color RGB value is (79,109,126).

  • red value is 79;
  • green value is 109;
  • blue value is 126.
RGB:
(79,109,126)
(31%,43%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 126 of 255 = 49%

79
109
126

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

Portions of RGB colors in percentages

R + G + B =
79 + 109 + 126 = 314 (100%)
R 79 of 314 ~ 25.16%
G 109 of 314 ~ 34.71%
B 126 of 314 ~ 40.13%

%25.16
%34.71
%40.13

CMYK color model

#4F6D7E color CMYK value is (37,13,0,51).

  • cyan value is 37.30%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(37,13,0,51)
C37M13Y0K51 
(37%,13%,0%,51%)
(0.37/0.13/0.00/0.51)	

CMYK percentages

%37.3
%13.49
%0
%50.59

Codes

Color #4F6D7E in popluar color models

4F6D7E
RGB79109126
HSL202°22.93%40.20%
HSB/HSV202°37.30%49.41%
CMYK37.30%13.49%0.00%
50.59%

Color #4F6D7E in popluar number systems.

HEX4F6D7E
Decimal79109126
Binary100111111011011111110
Octal117155176

Shades and tints

Shades of #4F6D7E

#4F6D7E
(79,109,126)
#486473
(72,100,115)
#415B68
(65,91,104)
#3A525D
(58,82,93)
#334952
(51,73,82)
#2C4047
(44,64,71)
#25373C
(37,55,60)
#1E2E31
(30,46,49)
#172526
(23,37,38)
#101C1B
(16,28,27)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #4F6D7E

#4F6D7E
(79,109,126)
#5F7A89
(95,122,137)
#6F8794
(111,135,148)
#7F949F
(127,148,159)
#8FA1AA
(143,161,170)
#9FAEB5
(159,174,181)
#AFBBC0
(175,187,192)
#BFC8CB
(191,200,203)
#CFD5D6
(207,213,214)
#DFE2E1
(223,226,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6D7E; }

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

This text font color is #4F6D7E.


Background Color

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

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

This div background color is #4F6D7E.


Border color

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

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

This div border color is #4F6D7E.


Opacity

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

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

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

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

This text has shadow with #4F6D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6D7E on black background.


Color preview on white background

This text has color #4F6D7E on white background.



Black color preview on #4F6D7E background

This text has black color on #4F6D7E background.


White color preview on #4F6D7E background

This text has white color on #4F6D7E background.