COLOR #4F6878

HEX: #4F6878 RGB: (79,104,120)

Color info

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

RGB color model

#4F6878 color RGB value is (79,104,120).

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

RGB channels and saturation

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

79
104
120

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

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 120 = 303 (100%)
R 79 of 303 ~ 26.07%
G 104 of 303 ~ 34.32%
B 120 of 303 ~ 39.6'%

%26.07
%34.32
%39.6

CMYK color model

#4F6878 color CMYK value is (34,13,0,53).

  • cyan value is 34.17%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (34,13,0,53)
C34M13Y0K53 (34%, 13%, 0%, 53%)
(0.34 / 0.13 / 0.00 / 0.53)

CMYK percentages

%34.17
%13.33
%0
%52.94

Codes

Color #4F6878 in popluar color models

4F 68 78
RGB 79 104 120
HSL 203° 20.60% 39.02%
HSB/HSV 203° 34.17% 47.06%
CMYK 34.17% 13.33% 0.00%
52.94%

Color #4F6878 in popluar number systems.

HEX 4F 68 78
Decimal 79 104 120
Binary 1001111 1101000 1111000
Octal 117 150 170

Shades and tints

Shades of #4F6878

#4F6878
(79,104,120)
#485F6E
(72,95,110)
#415664
(65,86,100)
#3A4D5A
(58,77,90)
#334450
(51,68,80)
#2C3B46
(44,59,70)
#25323C
(37,50,60)
#1E2932
(30,41,50)
#172028
(23,32,40)
#10171E
(16,23,30)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #4F6878

#4F6878
(79,104,120)
#5F7584
(95,117,132)
#6F8290
(111,130,144)
#7F8F9C
(127,143,156)
#8F9CA8
(143,156,168)
#9FA9B4
(159,169,180)
#AFB6C0
(175,182,192)
#BFC3CC
(191,195,204)
#CFD0D8
(207,208,216)
#DFDDE4
(223,221,228)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6878; }

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

This text font color is #4F6878.

Background Color

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

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

This div background color is #4F6878.

Border color

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

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

This div border color is #4F6878.

Opacity

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

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

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

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

This text has shadow with #4F6878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6878.

Preview

Color preview on black background

This text has color #4F6878 on black background.


Color preview on white background

This text has color #4F6878 on white background.


Black color preview on #4F6878 background

This text has black color on #4F6878 background.


White color preview on #4F6878 background

This text has white color on #4F6878 background.


Related colors

Complementary color

Complementary color for #hex is #B09787.


I love getcolorcode.com

Triadic colors

1 #784F68 and #68784F with #4F6878 are triadic colors.

2 #78684F and #684F78 with #4F6878 are triadic colors.