COLOR #4F5A6F

HEX: #4F5A6F RGB: (79,90,111)

Color info

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

RGB color model

#4F5A6F color RGB value is (79,90,111).

RGB: (79,90,111) (31%, 35%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 90 of 255 = 35%
B 111 of 255 = 44%

79
90
111

R + G + B ~ 37%. #4F5A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 90 + 111 = 280 (100%)
R 79 of 280 ~ 28.21%
G 90 of 280 ~ 32.14%
B 111 of 280 ~ 39.64'%

%28.21
%32.14
%39.64

CMYK color model

#4F5A6F color CMYK value is (29,19,0,56).

  • cyan value is 28.83%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (29,19,0,56) C29M19Y0K56 (29%,19%,0%,56%) (0.29/0.19/0.00/0.56) 

CMYK percentages

%28.83
%18.92
%0
%56.47

Codes

Color #4F5A6F in popluar color models

4F 5A 6F
RGB 79 90 111
HSL 219° 16.84% 37.25%
HSB/HSV 219° 28.83% 43.53%
CMYK 28.83% 18.92% 0.00%
56.47%

Color #4F5A6F in popluar number systems.

HEX 4F 5A 6F
Decimal 79 90 111
Binary 1001111 1011010 1101111
Octal 117 132 157

Shades and tints

Shades of #4F5A6F

#4F5A6F
(79,90,111)
#485265
(72,82,101)
#414A5B
(65,74,91)
#3A4251
(58,66,81)
#333A47
(51,58,71)
#2C323D
(44,50,61)
#252A33
(37,42,51)
#1E2229
(30,34,41)
#171A1F
(23,26,31)
#101215
(16,18,21)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F5A6F

#4F5A6F
(79,90,111)
#5F697C
(95,105,124)
#6F7889
(111,120,137)
#7F8796
(127,135,150)
#8F96A3
(143,150,163)
#9FA5B0
(159,165,176)
#AFB4BD
(175,180,189)
#BFC3CA
(191,195,202)
#CFD2D7
(207,210,215)
#DFE1E4
(223,225,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5A6F color. Also use rgb(79,90,111) instead hex code.

Text Font Color

.myTextColor { color: #4F5A6F; }

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

This text font color is #4F5A6F.

Background Color

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

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

This div background color is #4F5A6F.

Border color

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

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

This div border color is #4F5A6F.

Opacity

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

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

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

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

This text has shadow with #4F5A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5A6F.

Preview

Color preview on black background

This text has color #4F5A6F on black background.


Color preview on white background

This text has color #4F5A6F on white background.


Black color preview on #4F5A6F background

This text has black color on #4F5A6F background.


White color preview on #4F5A6F background

This text has white color on #4F5A6F background.


Related colors

Complementary color

Complementary color for #hex is #B0A590.


I love getcolorcode.com

Triadic colors

1 #6F4F5A and #5A6F4F with #4F5A6F are triadic colors.

2 #6F5A4F and #5A4F6F with #4F5A6F are triadic colors.