COLOR #4F6A8F

HEX: #4F6A8F
RGB: (79,106,143)

Color info

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

RGB color model

#4F6A8F color RGB value is (79,106,143).

  • red value is 79;
  • green value is 106;
  • blue value is 143.
RGB:
(79,106,143)
(31%,42%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 143 of 255 = 56%

79
106
143

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

Portions of RGB colors in percentages

R + G + B =
79 + 106 + 143 = 328 (100%)
R 79 of 328 ~ 24.09%
G 106 of 328 ~ 32.32%
B 143 of 328 ~ 43.6%

%24.09
%32.32
%43.6

CMYK color model

#4F6A8F color CMYK value is (45,26,0,44).

  • cyan value is 44.76%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(45,26,0,44)
C45M26Y0K44 
(45%,26%,0%,44%)
(0.45/0.26/0.00/0.44)	

CMYK percentages

%44.76
%25.87
%0
%43.92

Codes

Color #4F6A8F in popluar color models

4F6A8F
RGB79106143
HSL215°28.83%43.53%
HSB/HSV215°44.76%56.08%
CMYK44.76%25.87%0.00%
43.92%

Color #4F6A8F in popluar number systems.

HEX4F6A8F
Decimal79106143
Binary1001111110101010001111
Octal117152217

Shades and tints

Shades of #4F6A8F

#4F6A8F
(79,106,143)
#486182
(72,97,130)
#415875
(65,88,117)
#3A4F68
(58,79,104)
#33465B
(51,70,91)
#2C3D4E
(44,61,78)
#253441
(37,52,65)
#1E2B34
(30,43,52)
#172227
(23,34,39)
#10191A
(16,25,26)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F6A8F

#4F6A8F
(79,106,143)
#5F7799
(95,119,153)
#6F84A3
(111,132,163)
#7F91AD
(127,145,173)
#8F9EB7
(143,158,183)
#9FABC1
(159,171,193)
#AFB8CB
(175,184,203)
#BFC5D5
(191,197,213)
#CFD2DF
(207,210,223)
#DFDFE9
(223,223,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6A8F; }

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

This text font color is #4F6A8F.


Background Color

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

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

This div background color is #4F6A8F.


Border color

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

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

This div border color is #4F6A8F.


Opacity

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

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

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

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

This text has shadow with #4F6A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6A8F on black background.


Color preview on white background

This text has color #4F6A8F on white background.



Black color preview on #4F6A8F background

This text has black color on #4F6A8F background.


White color preview on #4F6A8F background

This text has white color on #4F6A8F background.