COLOR #475A6F

HEX: #475A6F RGB: (71,90,111)

Color info

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

RGB color model

#475A6F color RGB value is (71,90,111).

RGB: (71,90,111) (28%, 35%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 111 of 255 = 44%

71
90
111

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

Portions of RGB colors in percentages

R + G + B = 71 + 90 + 111 = 272 (100%)
R 71 of 272 ~ 26.1%
G 90 of 272 ~ 33.09%
B 111 of 272 ~ 40.81'%

%26.1
%33.09
%40.81

CMYK color model

#475A6F color CMYK value is (36,19,0,56).

  • cyan value is 36.04%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (36,19,0,56)
C36M19Y0K56 (36%, 19%, 0%, 56%)
(0.36 / 0.19 / 0.00 / 0.56)

CMYK percentages

%36.04
%18.92
%0
%56.47

Codes

Color #475A6F in popluar color models

47 5A 6F
RGB 71 90 111
HSL 212° 21.98% 35.69%
HSB/HSV 212° 36.04% 43.53%
CMYK 36.04% 18.92% 0.00%
56.47%

Color #475A6F in popluar number systems.

HEX 47 5A 6F
Decimal 71 90 111
Binary 1000111 1011010 1101111
Octal 107 132 157

Shades and tints

Shades of #475A6F

#475A6F
(71,90,111)
#415265
(65,82,101)
#3B4A5B
(59,74,91)
#354251
(53,66,81)
#2F3A47
(47,58,71)
#29323D
(41,50,61)
#232A33
(35,42,51)
#1D2229
(29,34,41)
#171A1F
(23,26,31)
#111215
(17,18,21)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #475A6F

#475A6F
(71,90,111)
#57697C
(87,105,124)
#677889
(103,120,137)
#778796
(119,135,150)
#8796A3
(135,150,163)
#97A5B0
(151,165,176)
#A7B4BD
(167,180,189)
#B7C3CA
(183,195,202)
#C7D2D7
(199,210,215)
#D7E1E4
(215,225,228)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A6F; }

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

This text font color is #475A6F.

Background Color

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

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

This div background color is #475A6F.

Border color

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

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

This div border color is #475A6F.

Opacity

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

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

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

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

This text has shadow with #475A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475A6F.

Preview

Color preview on black background

This text has color #475A6F on black background.


Color preview on white background

This text has color #475A6F on white background.


Black color preview on #475A6F background

This text has black color on #475A6F background.


White color preview on #475A6F background

This text has white color on #475A6F background.


Related colors

Complementary color

Complementary color for #hex is #B8A590.


I love getcolorcode.com

Triadic colors

1 #6F475A and #5A6F47 with #475A6F are triadic colors.

2 #6F5A47 and #5A476F with #475A6F are triadic colors.