COLOR #4F667D

HEX: #4F667D
RGB: (79,102,125)

Color info

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

RGB color model

#4F667D color RGB value is (79,102,125).

  • red value is 79;
  • green value is 102;
  • blue value is 125.
RGB:
(79,102,125)
(31%,40%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 125 of 255 = 49%

79
102
125

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

Portions of RGB colors in percentages

R + G + B =
79 + 102 + 125 = 306 (100%)
R 79 of 306 ~ 25.82%
G 102 of 306 ~ 33.33%
B 125 of 306 ~ 40.85%

%25.82
%33.33
%40.85

CMYK color model

#4F667D color CMYK value is (37,18,0,51).

  • cyan value is 36.80%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(37,18,0,51)
C37M18Y0K51 
(37%,18%,0%,51%)
(0.37/0.18/0.00/0.51)	

CMYK percentages

%36.8
%18.4
%0
%50.98

Codes

Color #4F667D in popluar color models

4F667D
RGB79102125
HSL210°22.55%40.00%
HSB/HSV210°36.80%49.02%
CMYK36.80%18.40%0.00%
50.98%

Color #4F667D in popluar number systems.

HEX4F667D
Decimal79102125
Binary100111111001101111101
Octal117146175

Shades and tints

Shades of #4F667D

#4F667D
(79,102,125)
#485D72
(72,93,114)
#415467
(65,84,103)
#3A4B5C
(58,75,92)
#334251
(51,66,81)
#2C3946
(44,57,70)
#25303B
(37,48,59)
#1E2730
(30,39,48)
#171E25
(23,30,37)
#10151A
(16,21,26)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #4F667D

#4F667D
(79,102,125)
#5F7388
(95,115,136)
#6F8093
(111,128,147)
#7F8D9E
(127,141,158)
#8F9AA9
(143,154,169)
#9FA7B4
(159,167,180)
#AFB4BF
(175,180,191)
#BFC1CA
(191,193,202)
#CFCED5
(207,206,213)
#DFDBE0
(223,219,224)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F667D color. Also use rgb(79,102,125) instead hex code.

Text Font Color

.myTextColor { color: #4F667D; }

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

This text font color is #4F667D.


Background Color

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

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

This div background color is #4F667D.


Border color

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

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

This div border color is #4F667D.


Opacity

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

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

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

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

This text has shadow with #4F667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F667D on black background.


Color preview on white background

This text has color #4F667D on white background.



Black color preview on #4F667D background

This text has black color on #4F667D background.


White color preview on #4F667D background

This text has white color on #4F667D background.