COLOR #474E5F

HEX: #474E5F RGB: (71,78,95)

Color info

#474E5F contains red, green and blue colors in about the same proportion. Web safe color of #474E5F is #336666 (or #366).

RGB color model

#474E5F color RGB value is (71,78,95).

RGB: (71,78,95) (28%, 31%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 95 of 255 = 37%

71
78
95

R + G + B ~ 32%. #474E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 78 + 95 = 244 (100%)
R 71 of 244 ~ 29.1%
G 78 of 244 ~ 31.97%
B 95 of 244 ~ 38.93'%

%29.1
%31.97
%38.93

CMYK color model

#474E5F color CMYK value is (25,18,0,63).

  • cyan value is 25.26%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (25,18,0,63) C25M18Y0K63 (25%,18%,0%,63%) (0.25/0.18/0.00/0.63) 

CMYK percentages

%25.26
%17.89
%0
%62.75

Codes

Color #474E5F in popluar color models

47 4E 5F
RGB 71 78 95
HSL 223° 14.46% 32.55%
HSB/HSV 223° 25.26% 37.25%
CMYK 25.26% 17.89% 0.00%
62.75%

Color #474E5F in popluar number systems.

HEX 47 4E 5F
Decimal 71 78 95
Binary 1000111 1001110 1011111
Octal 107 116 137

Shades and tints

Shades of #474E5F

#474E5F
(71,78,95)
#414757
(65,71,87)
#3B404F
(59,64,79)
#353947
(53,57,71)
#2F323F
(47,50,63)
#292B37
(41,43,55)
#23242F
(35,36,47)
#1D1D27
(29,29,39)
#17161F
(23,22,31)
#110F17
(17,15,23)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #474E5F

#474E5F
(71,78,95)
#575E6D
(87,94,109)
#676E7B
(103,110,123)
#777E89
(119,126,137)
#878E97
(135,142,151)
#979EA5
(151,158,165)
#A7AEB3
(167,174,179)
#B7BEC1
(183,190,193)
#C7CECF
(199,206,207)
#D7DEDD
(215,222,221)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E5F color. Also use rgb(71,78,95) instead hex code.

Text Font Color

.myTextColor { color: #474E5F; }

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

This text font color is #474E5F.

Background Color

.myBgColor { background-color: #474E5F; }

<div style="background-color:#474E5F">Inner text</div>

This div background color is #474E5F.

Border color

.myBorderColor { border: 1px solid #474E5F; }

<div style="border:3px solid #474E5F">Div</div>

This div border color is #474E5F.

Opacity

.myOpacity80 { color: #474E5F; opacity: 0.8; }

<p style="color:#474E5F;opacity:0.8;">80%</p>

Text with #474E5F 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 #474E5F;}

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

This text has shadow with #474E5F color.


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

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

This text has shadow with #474E5F primary color and red secondary color.


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

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

This text has shadow with #474E5F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #474E5F.

Preview

Color preview on black background

This text has color #474E5F on black background.


Color preview on white background

This text has color #474E5F on white background.


Black color preview on #474E5F background

This text has black color on #474E5F background.


White color preview on #474E5F background

This text has white color on #474E5F background.


Related colors

Complementary color

Complementary color for #hex is #B8B1A0.


I love getcolorcode.com

Triadic colors

1 #5F474E and #4E5F47 with #474E5F are triadic colors.

2 #5F4E47 and #4E475F with #474E5F are triadic colors.