COLOR #4F7478

HEX: #4F7478
RGB: (79,116,120)

Color info

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

RGB color model

#4F7478 color RGB value is (79,116,120).

  • red value is 79;
  • green value is 116;
  • blue value is 120.
RGB:
(79,116,120)
(31%,45%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 120 of 255 = 47%

79
116
120

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

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 120 = 315 (100%)
R 79 of 315 ~ 25.08%
G 116 of 315 ~ 36.83%
B 120 of 315 ~ 38.1%

%25.08
%36.83
%38.1

CMYK color model

#4F7478 color CMYK value is (34,3,0,53).

  • cyan value is 34.17%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(34,3,0,53)
C34M3Y0K53 
(34%,3%,0%,53%)
(0.34/0.03/0.00/0.53)	

CMYK percentages

%34.17
%3.33
%0
%52.94

Codes

Color #4F7478 in popluar color models

4F7478
RGB79116120
HSL186°20.60%39.02%
HSB/HSV186°34.17%47.06%
CMYK34.17%3.33%0.00%
52.94%

Color #4F7478 in popluar number systems.

HEX4F7478
Decimal79116120
Binary100111111101001111000
Octal117164170

Shades and tints

Shades of #4F7478

#4F7478
(79,116,120)
#486A6E
(72,106,110)
#416064
(65,96,100)
#3A565A
(58,86,90)
#334C50
(51,76,80)
#2C4246
(44,66,70)
#25383C
(37,56,60)
#1E2E32
(30,46,50)
#172428
(23,36,40)
#101A1E
(16,26,30)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #4F7478

#4F7478
(79,116,120)
#5F8084
(95,128,132)
#6F8C90
(111,140,144)
#7F989C
(127,152,156)
#8FA4A8
(143,164,168)
#9FB0B4
(159,176,180)
#AFBCC0
(175,188,192)
#BFC8CC
(191,200,204)
#CFD4D8
(207,212,216)
#DFE0E4
(223,224,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7478; }

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

This text font color is #4F7478.


Background Color

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

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

This div background color is #4F7478.


Border color

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

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

This div border color is #4F7478.


Opacity

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

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

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

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

This text has shadow with #4F7478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7478 on black background.


Color preview on white background

This text has color #4F7478 on white background.



Black color preview on #4F7478 background

This text has black color on #4F7478 background.


White color preview on #4F7478 background

This text has white color on #4F7478 background.