COLOR #475A6A

HEX: #475A6A RGB: (71,90,106)

Color info

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

RGB color model

#475A6A color RGB value is (71,90,106).

RGB: (71,90,106) (28%, 35%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 106 of 255 = 42%

71
90
106

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

Portions of RGB colors in percentages

R + G + B = 71 + 90 + 106 = 267 (100%)
R 71 of 267 ~ 26.59%
G 90 of 267 ~ 33.71%
B 106 of 267 ~ 39.7'%

%26.59
%33.71
%39.7

CMYK color model

#475A6A color CMYK value is (33,15,0,58).

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

CMYK: (33,15,0,58)
C33M15Y0K58 (33%, 15%, 0%, 58%)
(0.33 / 0.15 / 0.00 / 0.58)

CMYK percentages

%33.02
%15.09
%0
%58.43

Codes

Color #475A6A in popluar color models

47 5A 6A
RGB 71 90 106
HSL 207° 19.77% 34.71%
HSB/HSV 207° 33.02% 41.57%
CMYK 33.02% 15.09% 0.00%
58.43%

Color #475A6A in popluar number systems.

HEX 47 5A 6A
Decimal 71 90 106
Binary 1000111 1011010 1101010
Octal 107 132 152

Shades and tints

Shades of #475A6A

#475A6A
(71,90,106)
#415261
(65,82,97)
#3B4A58
(59,74,88)
#35424F
(53,66,79)
#2F3A46
(47,58,70)
#29323D
(41,50,61)
#232A34
(35,42,52)
#1D222B
(29,34,43)
#171A22
(23,26,34)
#111219
(17,18,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #475A6A

#475A6A
(71,90,106)
#576977
(87,105,119)
#677884
(103,120,132)
#778791
(119,135,145)
#87969E
(135,150,158)
#97A5AB
(151,165,171)
#A7B4B8
(167,180,184)
#B7C3C5
(183,195,197)
#C7D2D2
(199,210,210)
#D7E1DF
(215,225,223)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A6A; }

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

This text font color is #475A6A.

Background Color

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

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

This div background color is #475A6A.

Border color

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

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

This div border color is #475A6A.

Opacity

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

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

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

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

This text has shadow with #475A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475A6A.

Preview

Color preview on black background

This text has color #475A6A on black background.


Color preview on white background

This text has color #475A6A on white background.


Black color preview on #475A6A background

This text has black color on #475A6A background.


White color preview on #475A6A background

This text has white color on #475A6A background.


Related colors

Complementary color

Complementary color for #hex is #B8A595.


I love getcolorcode.com

Triadic colors

1 #6A475A and #5A6A47 with #475A6A are triadic colors.

2 #6A5A47 and #5A476A with #475A6A are triadic colors.