COLOR #474D5A

HEX: #474D5A
RGB: (71,77,90)

Color info

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

RGB color model

#474D5A color RGB value is (71,77,90).

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

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 90 of 255 = 35%

71
77
90

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

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 90 = 238 (100%)
R 71 of 238 ~ 29.83%
G 77 of 238 ~ 32.35%
B 90 of 238 ~ 37.82%

%29.83
%32.35
%37.82

CMYK color model

#474D5A color CMYK value is (21,14,0,65).

  • cyan value is 21.11%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,14,0,65)
C21M14Y0K65 
(21%,14%,0%,65%)
(0.21/0.14/0.00/0.65)	

CMYK percentages

%21.11
%14.44
%0
%64.71

Codes

Color #474D5A in popluar color models

474D5A
RGB717790
HSL221°11.80%31.57%
HSB/HSV221°21.11%35.29%
CMYK21.11%14.44%0.00%
64.71%

Color #474D5A in popluar number systems.

HEX474D5A
Decimal717790
Binary100011110011011011010
Octal107115132

Shades and tints

Shades of #474D5A

#474D5A
(71,77,90)
#414652
(65,70,82)
#3B3F4A
(59,63,74)
#353842
(53,56,66)
#2F313A
(47,49,58)
#292A32
(41,42,50)
#23232A
(35,35,42)
#1D1C22
(29,28,34)
#17151A
(23,21,26)
#110E12
(17,14,18)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #474D5A

#474D5A
(71,77,90)
#575D69
(87,93,105)
#676D78
(103,109,120)
#777D87
(119,125,135)
#878D96
(135,141,150)
#979DA5
(151,157,165)
#A7ADB4
(167,173,180)
#B7BDC3
(183,189,195)
#C7CDD2
(199,205,210)
#D7DDE1
(215,221,225)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474D5A; }

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

This text font color is #474D5A.


Background Color

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

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

This div background color is #474D5A.


Border color

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

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

This div border color is #474D5A.


Opacity

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

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

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

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

This text has shadow with #474D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D5A on black background.


Color preview on white background

This text has color #474D5A on white background.



Black color preview on #474D5A background

This text has black color on #474D5A background.


White color preview on #474D5A background

This text has white color on #474D5A background.