COLOR #4F6579

HEX: #4F6579
RGB: (79,101,121)

Color info

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

RGB color model

#4F6579 color RGB value is (79,101,121).

  • red value is 79;
  • green value is 101;
  • blue value is 121.
RGB:
(79,101,121)
(31%,40%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 101 of 255 = 40%
B 121 of 255 = 47%

79
101
121

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

Portions of RGB colors in percentages

R + G + B =
79 + 101 + 121 = 301 (100%)
R 79 of 301 ~ 26.25%
G 101 of 301 ~ 33.55%
B 121 of 301 ~ 40.2%

%26.25
%33.55
%40.2

CMYK color model

#4F6579 color CMYK value is (35,17,0,53).

  • cyan value is 34.71%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,17,0,53)
C35M17Y0K53 
(35%,17%,0%,53%)
(0.35/0.17/0.00/0.53)	

CMYK percentages

%34.71
%16.53
%0
%52.55

Codes

Color #4F6579 in popluar color models

4F6579
RGB79101121
HSL209°21.00%39.22%
HSB/HSV209°34.71%47.45%
CMYK34.71%16.53%0.00%
52.55%

Color #4F6579 in popluar number systems.

HEX4F6579
Decimal79101121
Binary100111111001011111001
Octal117145171

Shades and tints

Shades of #4F6579

#4F6579
(79,101,121)
#485C6E
(72,92,110)
#415363
(65,83,99)
#3A4A58
(58,74,88)
#33414D
(51,65,77)
#2C3842
(44,56,66)
#252F37
(37,47,55)
#1E262C
(30,38,44)
#171D21
(23,29,33)
#101416
(16,20,22)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #4F6579

#4F6579
(79,101,121)
#5F7385
(95,115,133)
#6F8191
(111,129,145)
#7F8F9D
(127,143,157)
#8F9DA9
(143,157,169)
#9FABB5
(159,171,181)
#AFB9C1
(175,185,193)
#BFC7CD
(191,199,205)
#CFD5D9
(207,213,217)
#DFE3E5
(223,227,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6579; }

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

This text font color is #4F6579.


Background Color

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

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

This div background color is #4F6579.


Border color

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

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

This div border color is #4F6579.


Opacity

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

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

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

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

This text has shadow with #4F6579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6579 on black background.


Color preview on white background

This text has color #4F6579 on white background.



Black color preview on #4F6579 background

This text has black color on #4F6579 background.


White color preview on #4F6579 background

This text has white color on #4F6579 background.