COLOR #475B6A

HEX: #475B6A RGB: (71,91,106)

Color info

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

RGB color model

#475B6A color RGB value is (71,91,106).

RGB: (71,91,106) (28%, 36%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 91 of 255 = 36%
B 106 of 255 = 42%

71
91
106

R + G + B ~ 35%. #475B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 91 + 106 = 268 (100%)
R 71 of 268 ~ 26.49%
G 91 of 268 ~ 33.96%
B 106 of 268 ~ 39.55'%

%26.49
%33.96
%39.55

CMYK color model

#475B6A color CMYK value is (33,14,0,58).

  • cyan value is 33.02%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (33,14,0,58)
C33M14Y0K58 (33%, 14%, 0%, 58%)
(0.33 / 0.14 / 0.00 / 0.58)

CMYK percentages

%33.02
%14.15
%0
%58.43

Codes

Color #475B6A in popluar color models

47 5B 6A
RGB 71 91 106
HSL 206° 19.77% 34.71%
HSB/HSV 206° 33.02% 41.57%
CMYK 33.02% 14.15% 0.00%
58.43%

Color #475B6A in popluar number systems.

HEX 47 5B 6A
Decimal 71 91 106
Binary 1000111 1011011 1101010
Octal 107 133 152

Shades and tints

Shades of #475B6A

#475B6A
(71,91,106)
#415361
(65,83,97)
#3B4B58
(59,75,88)
#35434F
(53,67,79)
#2F3B46
(47,59,70)
#29333D
(41,51,61)
#232B34
(35,43,52)
#1D232B
(29,35,43)
#171B22
(23,27,34)
#111319
(17,19,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #475B6A

#475B6A
(71,91,106)
#576977
(87,105,119)
#677784
(103,119,132)
#778591
(119,133,145)
#87939E
(135,147,158)
#97A1AB
(151,161,171)
#A7AFB8
(167,175,184)
#B7BDC5
(183,189,197)
#C7CBD2
(199,203,210)
#D7D9DF
(215,217,223)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B6A color. Also use rgb(71,91,106) instead hex code.

Text Font Color

.myTextColor { color: #475B6A; }

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

This text font color is #475B6A.

Background Color

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

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

This div background color is #475B6A.

Border color

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

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

This div border color is #475B6A.

Opacity

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

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

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

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

This text has shadow with #475B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475B6A.

Preview

Color preview on black background

This text has color #475B6A on black background.


Color preview on white background

This text has color #475B6A on white background.


Black color preview on #475B6A background

This text has black color on #475B6A background.


White color preview on #475B6A background

This text has white color on #475B6A background.


Related colors

Complementary color

Complementary color for #hex is #B8A495.


I love getcolorcode.com

Triadic colors

1 #6A475B and #5B6A47 with #475B6A are triadic colors.

2 #6A5B47 and #5B476A with #475B6A are triadic colors.