COLOR #474C57

HEX: #474C57
RGB: (71,76,87)

Color info

#474C57 contains red, green and blue colors in about the same proportion. Web safe color of #474C57 is #333366 (or #336).

RGB color model

#474C57 color RGB value is (71,76,87).

  • red value is 71;
  • green value is 76;
  • blue value is 87.
RGB:
(71,76,87)
(28%,30%,34%)

RGB channels and saturation

R 71 of 255 = 28%
G 76 of 255 = 30%
B 87 of 255 = 34%

71
76
87

R + G + B ~ 31%. #474C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 87 = 234 (100%)
R 71 of 234 ~ 30.34%
G 76 of 234 ~ 32.48%
B 87 of 234 ~ 37.18%

%30.34
%32.48
%37.18

CMYK color model

#474C57 color CMYK value is (18,13,0,66).

  • cyan value is 18.39%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(18,13,0,66)
C18M13Y0K66 
(18%,13%,0%,66%)
(0.18/0.13/0.00/0.66)	

CMYK percentages

%18.39
%12.64
%0
%65.88

Codes

Color #474C57 in popluar color models

474C57
RGB717687
HSL221°10.13%30.98%
HSB/HSV221°18.39%34.12%
CMYK18.39%12.64%0.00%
65.88%

Color #474C57 in popluar number systems.

HEX474C57
Decimal717687
Binary100011110011001010111
Octal107114127

Shades and tints

Shades of #474C57

#474C57
(71,76,87)
#414650
(65,70,80)
#3B4049
(59,64,73)
#353A42
(53,58,66)
#2F343B
(47,52,59)
#292E34
(41,46,52)
#23282D
(35,40,45)
#1D2226
(29,34,38)
#171C1F
(23,28,31)
#111618
(17,22,24)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #474C57

#474C57
(71,76,87)
#575C66
(87,92,102)
#676C75
(103,108,117)
#777C84
(119,124,132)
#878C93
(135,140,147)
#979CA2
(151,156,162)
#A7ACB1
(167,172,177)
#B7BCC0
(183,188,192)
#C7CCCF
(199,204,207)
#D7DCDE
(215,220,222)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474C57 color. Also use rgb(71,76,87) instead hex code.

Text Font Color

.myTextColor { color: #474C57; }

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

This text font color is #474C57.


Background Color

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

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

This div background color is #474C57.


Border color

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

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

This div border color is #474C57.


Opacity

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

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

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

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

This text has shadow with #474C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C57 on black background.


Color preview on white background

This text has color #474C57 on white background.



Black color preview on #474C57 background

This text has black color on #474C57 background.


White color preview on #474C57 background

This text has white color on #474C57 background.