COLOR #476C7F

HEX: #476C7F RGB: (71,108,127)

Color info

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

RGB color model

#476C7F color RGB value is (71,108,127).

RGB: (71,108,127) (28%, 42%, 50%)

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 127 of 255 = 50%

71
108
127

R + G + B ~ 40%. #476C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 108 + 127 = 306 (100%)
R 71 of 306 ~ 23.2%
G 108 of 306 ~ 35.29%
B 127 of 306 ~ 41.5'%

%23.2
%35.29
%41.5

CMYK color model

#476C7F color CMYK value is (44,15,0,50).

  • cyan value is 44.09%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (44,15,0,50)
C44M15Y0K50 (44%, 15%, 0%, 50%)
(0.44 / 0.15 / 0.00 / 0.50)

CMYK percentages

%44.09
%14.96
%0
%50.2

Codes

Color #476C7F in popluar color models

47 6C 7F
RGB 71 108 127
HSL 200° 28.28% 38.82%
HSB/HSV 200° 44.09% 49.80%
CMYK 44.09% 14.96% 0.00%
50.20%

Color #476C7F in popluar number systems.

HEX 47 6C 7F
Decimal 71 108 127
Binary 1000111 1101100 1111111
Octal 107 154 177

Shades and tints

Shades of #476C7F

#476C7F
(71,108,127)
#416374
(65,99,116)
#3B5A69
(59,90,105)
#35515E
(53,81,94)
#2F4853
(47,72,83)
#293F48
(41,63,72)
#23363D
(35,54,61)
#1D2D32
(29,45,50)
#172427
(23,36,39)
#111B1C
(17,27,28)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #476C7F

#476C7F
(71,108,127)
#57798A
(87,121,138)
#678695
(103,134,149)
#7793A0
(119,147,160)
#87A0AB
(135,160,171)
#97ADB6
(151,173,182)
#A7BAC1
(167,186,193)
#B7C7CC
(183,199,204)
#C7D4D7
(199,212,215)
#D7E1E2
(215,225,226)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476C7F color. Also use rgb(71,108,127) instead hex code.

Text Font Color

.myTextColor { color: #476C7F; }

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

This text font color is #476C7F.

Background Color

.myBgColor { background-color: #476C7F; }

<div style="background-color:#476C7F">Inner text</div>

This div background color is #476C7F.

Border color

.myBorderColor { border: 1px solid #476C7F; }

<div style="border:3px solid #476C7F">Div</div>

This div border color is #476C7F.

Opacity

.myOpacity80 { color: #476C7F; opacity: 0.8; }

<p style="color:#476C7F;opacity:0.8;">80%</p>

Text with #476C7F 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 #476C7F;}

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

This text has shadow with #476C7F color.


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

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

This text has shadow with #476C7F primary color and red secondary color.


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

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

This text has shadow with #476C7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #476C7F.

Preview

Color preview on black background

This text has color #476C7F on black background.


Color preview on white background

This text has color #476C7F on white background.


Black color preview on #476C7F background

This text has black color on #476C7F background.


White color preview on #476C7F background

This text has white color on #476C7F background.


Related colors

Complementary color

Complementary color for #hex is #B89380.


I love getcolorcode.com

Triadic colors

1 #7F476C and #6C7F47 with #476C7F are triadic colors.

2 #7F6C47 and #6C477F with #476C7F are triadic colors.