COLOR #4F6A9F

HEX: #4F6A9F
RGB: (79,106,159)

Color info

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

RGB color model

#4F6A9F color RGB value is (79,106,159).

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

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 159 of 255 = 62%

79
106
159

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

Portions of RGB colors in percentages

R + G + B =
79 + 106 + 159 = 344 (100%)
R 79 of 344 ~ 22.97%
G 106 of 344 ~ 30.81%
B 159 of 344 ~ 46.22%

%22.97
%30.81
%46.22

CMYK color model

#4F6A9F color CMYK value is (50,33,0,38).

  • cyan value is 50.31%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(50,33,0,38)
C50M33Y0K38 
(50%,33%,0%,38%)
(0.50/0.33/0.00/0.38)	

CMYK percentages

%50.31
%33.33
%0
%37.65

Codes

Color #4F6A9F in popluar color models

4F6A9F
RGB79106159
HSL220°33.61%46.67%
HSB/HSV220°50.31%62.35%
CMYK50.31%33.33%0.00%
37.65%

Color #4F6A9F in popluar number systems.

HEX4F6A9F
Decimal79106159
Binary1001111110101010011111
Octal117152237

Shades and tints

Shades of #4F6A9F

#4F6A9F
(79,106,159)
#486191
(72,97,145)
#415883
(65,88,131)
#3A4F75
(58,79,117)
#334667
(51,70,103)
#2C3D59
(44,61,89)
#25344B
(37,52,75)
#1E2B3D
(30,43,61)
#17222F
(23,34,47)
#101921
(16,25,33)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #4F6A9F

#4F6A9F
(79,106,159)
#5F77A7
(95,119,167)
#6F84AF
(111,132,175)
#7F91B7
(127,145,183)
#8F9EBF
(143,158,191)
#9FABC7
(159,171,199)
#AFB8CF
(175,184,207)
#BFC5D7
(191,197,215)
#CFD2DF
(207,210,223)
#DFDFE7
(223,223,231)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6A9F; }

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

This text font color is #4F6A9F.


Background Color

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

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

This div background color is #4F6A9F.


Border color

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

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

This div border color is #4F6A9F.


Opacity

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

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

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

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

This text has shadow with #4F6A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6A9F on black background.


Color preview on white background

This text has color #4F6A9F on white background.



Black color preview on #4F6A9F background

This text has black color on #4F6A9F background.


White color preview on #4F6A9F background

This text has white color on #4F6A9F background.