COLOR #4F6D7B

HEX: #4F6D7B RGB: (79,109,123)

Color info

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

RGB color model

#4F6D7B color RGB value is (79,109,123).

RGB: (79,109,123) (31%, 43%, 48%)

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 123 of 255 = 48%

79
109
123

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

Portions of RGB colors in percentages

R + G + B = 79 + 109 + 123 = 311 (100%)
R 79 of 311 ~ 25.4%
G 109 of 311 ~ 35.05%
B 123 of 311 ~ 39.55'%

%25.4
%35.05
%39.55

CMYK color model

#4F6D7B color CMYK value is (36,11,0,52).

  • cyan value is 35.77%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (36,11,0,52)
C36M11Y0K52 (36%, 11%, 0%, 52%)
(0.36 / 0.11 / 0.00 / 0.52)

CMYK percentages

%35.77
%11.38
%0
%51.76

Codes

Color #4F6D7B in popluar color models

4F 6D 7B
RGB 79 109 123
HSL 199° 21.78% 39.61%
HSB/HSV 199° 35.77% 48.24%
CMYK 35.77% 11.38% 0.00%
51.76%

Color #4F6D7B in popluar number systems.

HEX 4F 6D 7B
Decimal 79 109 123
Binary 1001111 1101101 1111011
Octal 117 155 173

Shades and tints

Shades of #4F6D7B

#4F6D7B
(79,109,123)
#486470
(72,100,112)
#415B65
(65,91,101)
#3A525A
(58,82,90)
#33494F
(51,73,79)
#2C4044
(44,64,68)
#253739
(37,55,57)
#1E2E2E
(30,46,46)
#172523
(23,37,35)
#101C18
(16,28,24)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #4F6D7B

#4F6D7B
(79,109,123)
#5F7A87
(95,122,135)
#6F8793
(111,135,147)
#7F949F
(127,148,159)
#8FA1AB
(143,161,171)
#9FAEB7
(159,174,183)
#AFBBC3
(175,187,195)
#BFC8CF
(191,200,207)
#CFD5DB
(207,213,219)
#DFE2E7
(223,226,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6D7B color. Also use rgb(79,109,123) instead hex code.

Text Font Color

.myTextColor { color: #4F6D7B; }

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

This text font color is #4F6D7B.

Background Color

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

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

This div background color is #4F6D7B.

Border color

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

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

This div border color is #4F6D7B.

Opacity

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

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

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

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

This text has shadow with #4F6D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6D7B.

Preview

Color preview on black background

This text has color #4F6D7B on black background.


Color preview on white background

This text has color #4F6D7B on white background.


Black color preview on #4F6D7B background

This text has black color on #4F6D7B background.


White color preview on #4F6D7B background

This text has white color on #4F6D7B background.


Related colors

Complementary color

Complementary color for #hex is #B09284.


I love getcolorcode.com

Triadic colors

1 #7B4F6D and #6D7B4F with #4F6D7B are triadic colors.

2 #7B6D4F and #6D4F7B with #4F6D7B are triadic colors.