COLOR #476B7C

HEX: #476B7C RGB: (71,107,124)

Color info

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

RGB color model

#476B7C color RGB value is (71,107,124).

RGB: (71,107,124) (28%, 42%, 49%)

RGB channels and saturation

R 71 of 255 = 28%
G 107 of 255 = 42%
B 124 of 255 = 49%

71
107
124

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

Portions of RGB colors in percentages

R + G + B = 71 + 107 + 124 = 302 (100%)
R 71 of 302 ~ 23.51%
G 107 of 302 ~ 35.43%
B 124 of 302 ~ 41.06'%

%23.51
%35.43
%41.06

CMYK color model

#476B7C color CMYK value is (43,14,0,51).

  • cyan value is 42.74%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (43,14,0,51)
C43M14Y0K51 (43%, 14%, 0%, 51%)
(0.43 / 0.14 / 0.00 / 0.51)

CMYK percentages

%42.74
%13.71
%0
%51.37

Codes

Color #476B7C in popluar color models

47 6B 7C
RGB 71 107 124
HSL 199° 27.18% 38.24%
HSB/HSV 199° 42.74% 48.63%
CMYK 42.74% 13.71% 0.00%
51.37%

Color #476B7C in popluar number systems.

HEX 47 6B 7C
Decimal 71 107 124
Binary 1000111 1101011 1111100
Octal 107 153 174

Shades and tints

Shades of #476B7C

#476B7C
(71,107,124)
#416271
(65,98,113)
#3B5966
(59,89,102)
#35505B
(53,80,91)
#2F4750
(47,71,80)
#293E45
(41,62,69)
#23353A
(35,53,58)
#1D2C2F
(29,44,47)
#172324
(23,35,36)
#111A19
(17,26,25)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #476B7C

#476B7C
(71,107,124)
#577887
(87,120,135)
#678592
(103,133,146)
#77929D
(119,146,157)
#879FA8
(135,159,168)
#97ACB3
(151,172,179)
#A7B9BE
(167,185,190)
#B7C6C9
(183,198,201)
#C7D3D4
(199,211,212)
#D7E0DF
(215,224,223)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476B7C color. Also use rgb(71,107,124) instead hex code.

Text Font Color

.myTextColor { color: #476B7C; }

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

This text font color is #476B7C.

Background Color

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

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

This div background color is #476B7C.

Border color

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

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

This div border color is #476B7C.

Opacity

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

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

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

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

This text has shadow with #476B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #476B7C.

Preview

Color preview on black background

This text has color #476B7C on black background.


Color preview on white background

This text has color #476B7C on white background.


Black color preview on #476B7C background

This text has black color on #476B7C background.


White color preview on #476B7C background

This text has white color on #476B7C background.


Related colors

Complementary color

Complementary color for #hex is #B89483.


I love getcolorcode.com

Triadic colors

1 #7C476B and #6B7C47 with #476B7C are triadic colors.

2 #7C6B47 and #6B477C with #476B7C are triadic colors.