COLOR #4F6E8F

HEX: #4F6E8F RGB: (79,110,143)

Color info

#4F6E8F contains mainly green and blue colors. Web safe color of #4F6E8F is #666699 (or #669).

RGB color model

#4F6E8F color RGB value is (79,110,143).

RGB: (79,110,143) (31%, 43%, 56%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 143 of 255 = 56%

79
110
143

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

Portions of RGB colors in percentages

R + G + B = 79 + 110 + 143 = 332 (100%)
R 79 of 332 ~ 23.8%
G 110 of 332 ~ 33.13%
B 143 of 332 ~ 43.07'%

%23.8
%33.13
%43.07

CMYK color model

#4F6E8F color CMYK value is (45,23,0,44).

  • cyan value is 44.76%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (45,23,0,44)
C45M23Y0K44 (45%, 23%, 0%, 44%)
(0.45 / 0.23 / 0.00 / 0.44)

CMYK percentages

%44.76
%23.08
%0
%43.92

Codes

Color #4F6E8F in popluar color models

4F 6E 8F
RGB 79 110 143
HSL 211° 28.83% 43.53%
HSB/HSV 211° 44.76% 56.08%
CMYK 44.76% 23.08% 0.00%
43.92%

Color #4F6E8F in popluar number systems.

HEX 4F 6E 8F
Decimal 79 110 143
Binary 1001111 1101110 10001111
Octal 117 156 217

Shades and tints

Shades of #4F6E8F

#4F6E8F
(79,110,143)
#486482
(72,100,130)
#415A75
(65,90,117)
#3A5068
(58,80,104)
#33465B
(51,70,91)
#2C3C4E
(44,60,78)
#253241
(37,50,65)
#1E2834
(30,40,52)
#171E27
(23,30,39)
#10141A
(16,20,26)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F6E8F

#4F6E8F
(79,110,143)
#5F7B99
(95,123,153)
#6F88A3
(111,136,163)
#7F95AD
(127,149,173)
#8FA2B7
(143,162,183)
#9FAFC1
(159,175,193)
#AFBCCB
(175,188,203)
#BFC9D5
(191,201,213)
#CFD6DF
(207,214,223)
#DFE3E9
(223,227,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6E8F color. Also use rgb(79,110,143) instead hex code.

Text Font Color

.myTextColor { color: #4F6E8F; }

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

This text font color is #4F6E8F.

Background Color

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

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

This div background color is #4F6E8F.

Border color

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

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

This div border color is #4F6E8F.

Opacity

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

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

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

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

This text has shadow with #4F6E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6E8F.

Preview

Color preview on black background

This text has color #4F6E8F on black background.


Color preview on white background

This text has color #4F6E8F on white background.


Black color preview on #4F6E8F background

This text has black color on #4F6E8F background.


White color preview on #4F6E8F background

This text has white color on #4F6E8F background.


Related colors

Complementary color

Complementary color for #hex is #B09170.


I love getcolorcode.com

Triadic colors

1 #8F4F6E and #6E8F4F with #4F6E8F are triadic colors.

2 #8F6E4F and #6E4F8F with #4F6E8F are triadic colors.