COLOR #4F5671

HEX: #4F5671 RGB: (79,86,113)

Color info

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

RGB color model

#4F5671 color RGB value is (79,86,113).

RGB: (79,86,113) (31%, 34%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 113 of 255 = 44%

79
86
113

R + G + B ~ 36%. #4F5671 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 113 = 278 (100%)
R 79 of 278 ~ 28.42%
G 86 of 278 ~ 30.94%
B 113 of 278 ~ 40.65'%

%28.42
%30.94
%40.65

CMYK color model

#4F5671 color CMYK value is (30,24,0,56).

  • cyan value is 30.09%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (30,24,0,56)
C30M24Y0K56 (30%, 24%, 0%, 56%)
(0.30 / 0.24 / 0.00 / 0.56)

CMYK percentages

%30.09
%23.89
%0
%55.69

Codes

Color #4F5671 in popluar color models

4F 56 71
RGB 79 86 113
HSL 228° 17.71% 37.65%
HSB/HSV 228° 30.09% 44.31%
CMYK 30.09% 23.89% 0.00%
55.69%

Color #4F5671 in popluar number systems.

HEX 4F 56 71
Decimal 79 86 113
Binary 1001111 1010110 1110001
Octal 117 126 161

Shades and tints

Shades of #4F5671

#4F5671
(79,86,113)
#484F67
(72,79,103)
#41485D
(65,72,93)
#3A4153
(58,65,83)
#333A49
(51,58,73)
#2C333F
(44,51,63)
#252C35
(37,44,53)
#1E252B
(30,37,43)
#171E21
(23,30,33)
#101717
(16,23,23)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F5671

#4F5671
(79,86,113)
#5F657D
(95,101,125)
#6F7489
(111,116,137)
#7F8395
(127,131,149)
#8F92A1
(143,146,161)
#9FA1AD
(159,161,173)
#AFB0B9
(175,176,185)
#BFBFC5
(191,191,197)
#CFCED1
(207,206,209)
#DFDDDD
(223,221,221)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5671 color. Also use rgb(79,86,113) instead hex code.

Text Font Color

.myTextColor { color: #4F5671; }

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

This text font color is #4F5671.

Background Color

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

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

This div background color is #4F5671.

Border color

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

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

This div border color is #4F5671.

Opacity

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

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

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

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

This text has shadow with #4F5671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5671.

Preview

Color preview on black background

This text has color #4F5671 on black background.


Color preview on white background

This text has color #4F5671 on white background.


Black color preview on #4F5671 background

This text has black color on #4F5671 background.


White color preview on #4F5671 background

This text has white color on #4F5671 background.


Related colors

Complementary color

Complementary color for #hex is #B0A98E.


I love getcolorcode.com

Triadic colors

1 #714F56 and #56714F with #4F5671 are triadic colors.

2 #71564F and #564F71 with #4F5671 are triadic colors.