COLOR #4F6879

HEX: #4F6879 RGB: (79,104,121)

Color info

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

RGB color model

#4F6879 color RGB value is (79,104,121).

RGB: (79,104,121) (31%, 41%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 121 of 255 = 47%

79
104
121

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

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 121 = 304 (100%)
R 79 of 304 ~ 25.99%
G 104 of 304 ~ 34.21%
B 121 of 304 ~ 39.8'%

%25.99
%34.21
%39.8

CMYK color model

#4F6879 color CMYK value is (35,14,0,53).

  • cyan value is 34.71%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (35,14,0,53)
C35M14Y0K53 (35%, 14%, 0%, 53%)
(0.35 / 0.14 / 0.00 / 0.53)

CMYK percentages

%34.71
%14.05
%0
%52.55

Codes

Color #4F6879 in popluar color models

4F 68 79
RGB 79 104 121
HSL 204° 21.00% 39.22%
HSB/HSV 204° 34.71% 47.45%
CMYK 34.71% 14.05% 0.00%
52.55%

Color #4F6879 in popluar number systems.

HEX 4F 68 79
Decimal 79 104 121
Binary 1001111 1101000 1111001
Octal 117 150 171

Shades and tints

Shades of #4F6879

#4F6879
(79,104,121)
#485F6E
(72,95,110)
#415663
(65,86,99)
#3A4D58
(58,77,88)
#33444D
(51,68,77)
#2C3B42
(44,59,66)
#253237
(37,50,55)
#1E292C
(30,41,44)
#172021
(23,32,33)
#101716
(16,23,22)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F6879

#4F6879
(79,104,121)
#5F7585
(95,117,133)
#6F8291
(111,130,145)
#7F8F9D
(127,143,157)
#8F9CA9
(143,156,169)
#9FA9B5
(159,169,181)
#AFB6C1
(175,182,193)
#BFC3CD
(191,195,205)
#CFD0D9
(207,208,217)
#DFDDE5
(223,221,229)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6879 color. Also use rgb(79,104,121) instead hex code.

Text Font Color

.myTextColor { color: #4F6879; }

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

This text font color is #4F6879.

Background Color

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

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

This div background color is #4F6879.

Border color

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

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

This div border color is #4F6879.

Opacity

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

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

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

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

This text has shadow with #4F6879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6879.

Preview

Color preview on black background

This text has color #4F6879 on black background.


Color preview on white background

This text has color #4F6879 on white background.


Black color preview on #4F6879 background

This text has black color on #4F6879 background.


White color preview on #4F6879 background

This text has white color on #4F6879 background.


Related colors

Complementary color

Complementary color for #hex is #B09786.


I love getcolorcode.com

Triadic colors

1 #794F68 and #68794F with #4F6879 are triadic colors.

2 #79684F and #684F79 with #4F6879 are triadic colors.