COLOR #475A73

HEX: #475A73
RGB: (71,90,115)

Color info

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

RGB color model

#475A73 color RGB value is (71,90,115).

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

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 115 of 255 = 45%

71
90
115

R + G + B ~ 36%. #475A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 115 = 276 (100%)
R 71 of 276 ~ 25.72%
G 90 of 276 ~ 32.61%
B 115 of 276 ~ 41.67%

%25.72
%32.61
%41.67

CMYK color model

#475A73 color CMYK value is (38,22,0,55).

  • cyan value is 38.26%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(38,22,0,55)
C38M22Y0K55 
(38%,22%,0%,55%)
(0.38/0.22/0.00/0.55)	

CMYK percentages

%38.26
%21.74
%0
%54.9

Codes

Color #475A73 in popluar color models

475A73
RGB7190115
HSL214°23.66%36.47%
HSB/HSV214°38.26%45.10%
CMYK38.26%21.74%0.00%
54.90%

Color #475A73 in popluar number systems.

HEX475A73
Decimal7190115
Binary100011110110101110011
Octal107132163

Shades and tints

Shades of #475A73

#475A73
(71,90,115)
#415269
(65,82,105)
#3B4A5F
(59,74,95)
#354255
(53,66,85)
#2F3A4B
(47,58,75)
#293241
(41,50,65)
#232A37
(35,42,55)
#1D222D
(29,34,45)
#171A23
(23,26,35)
#111219
(17,18,25)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #475A73

#475A73
(71,90,115)
#57697F
(87,105,127)
#67788B
(103,120,139)
#778797
(119,135,151)
#8796A3
(135,150,163)
#97A5AF
(151,165,175)
#A7B4BB
(167,180,187)
#B7C3C7
(183,195,199)
#C7D2D3
(199,210,211)
#D7E1DF
(215,225,223)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A73 color. Also use rgb(71,90,115) instead hex code.

Text Font Color

.myTextColor { color: #475A73; }

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

This text font color is #475A73.


Background Color

.myBgColor { background-color: #475A73; }

<div style="background-color:#475A73">Inner text</div>

This div background color is #475A73.


Border color

.myBorderColor { border: 1px solid #475A73; }

<div style="border:3px solid #475A73">Div</div>

This div border color is #475A73.


Opacity

.myOpacity80 { color: #475A73; opacity: 0.8; }

<p style="color:#475A73;opacity:0.8;">80%</p>

Text with #475A73 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 #475A73;}

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

This text has shadow with #475A73 color.

.textShadow {text-shadow: 3px 3px 1px #475A73, 3px 3px 1px red;}

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

This text has shadow with #475A73 primary color and red secondary color.


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

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

This text has shadow with #475A73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A73 on black background.


Color preview on white background

This text has color #475A73 on white background.



Black color preview on #475A73 background

This text has black color on #475A73 background.


White color preview on #475A73 background

This text has white color on #475A73 background.