COLOR #474E5A

HEX: #474E5A
RGB: (71,78,90)

Color info

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

RGB color model

#474E5A color RGB value is (71,78,90).

  • red value is 71;
  • green value is 78;
  • blue value is 90.
RGB:
(71,78,90)
(28%,31%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 90 of 255 = 35%

71
78
90

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

Portions of RGB colors in percentages

R + G + B =
71 + 78 + 90 = 239 (100%)
R 71 of 239 ~ 29.71%
G 78 of 239 ~ 32.64%
B 90 of 239 ~ 37.66%

%29.71
%32.64
%37.66

CMYK color model

#474E5A color CMYK value is (21,13,0,65).

  • cyan value is 21.11%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,13,0,65)
C21M13Y0K65 
(21%,13%,0%,65%)
(0.21/0.13/0.00/0.65)	

CMYK percentages

%21.11
%13.33
%0
%64.71

Codes

Color #474E5A in popluar color models

474E5A
RGB717890
HSL218°11.80%31.57%
HSB/HSV218°21.11%35.29%
CMYK21.11%13.33%0.00%
64.71%

Color #474E5A in popluar number systems.

HEX474E5A
Decimal717890
Binary100011110011101011010
Octal107116132

Shades and tints

Shades of #474E5A

#474E5A
(71,78,90)
#414752
(65,71,82)
#3B404A
(59,64,74)
#353942
(53,57,66)
#2F323A
(47,50,58)
#292B32
(41,43,50)
#23242A
(35,36,42)
#1D1D22
(29,29,34)
#17161A
(23,22,26)
#110F12
(17,15,18)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #474E5A

#474E5A
(71,78,90)
#575E69
(87,94,105)
#676E78
(103,110,120)
#777E87
(119,126,135)
#878E96
(135,142,150)
#979EA5
(151,158,165)
#A7AEB4
(167,174,180)
#B7BEC3
(183,190,195)
#C7CED2
(199,206,210)
#D7DEE1
(215,222,225)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E5A; }

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

This text font color is #474E5A.


Background Color

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

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

This div background color is #474E5A.


Border color

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

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

This div border color is #474E5A.


Opacity

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

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

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

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

This text has shadow with #474E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E5A on black background.


Color preview on white background

This text has color #474E5A on white background.



Black color preview on #474E5A background

This text has black color on #474E5A background.


White color preview on #474E5A background

This text has white color on #474E5A background.