COLOR #476E7C

HEX: #476E7C
RGB: (71,110,124)

Color info

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

RGB color model

#476E7C color RGB value is (71,110,124).

  • red value is 71;
  • green value is 110;
  • blue value is 124.
RGB:
(71,110,124)
(28%,43%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 124 of 255 = 49%

71
110
124

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

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 124 = 305 (100%)
R 71 of 305 ~ 23.28%
G 110 of 305 ~ 36.07%
B 124 of 305 ~ 40.66%

%23.28
%36.07
%40.66

CMYK color model

#476E7C color CMYK value is (43,11,0,51).

  • cyan value is 42.74%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(43,11,0,51)
C43M11Y0K51 
(43%,11%,0%,51%)
(0.43/0.11/0.00/0.51)	

CMYK percentages

%42.74
%11.29
%0
%51.37

Codes

Color #476E7C in popluar color models

476E7C
RGB71110124
HSL196°27.18%38.24%
HSB/HSV196°42.74%48.63%
CMYK42.74%11.29%0.00%
51.37%

Color #476E7C in popluar number systems.

HEX476E7C
Decimal71110124
Binary100011111011101111100
Octal107156174

Shades and tints

Shades of #476E7C

#476E7C
(71,110,124)
#416471
(65,100,113)
#3B5A66
(59,90,102)
#35505B
(53,80,91)
#2F4650
(47,70,80)
#293C45
(41,60,69)
#23323A
(35,50,58)
#1D282F
(29,40,47)
#171E24
(23,30,36)
#111419
(17,20,25)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #476E7C

#476E7C
(71,110,124)
#577B87
(87,123,135)
#678892
(103,136,146)
#77959D
(119,149,157)
#87A2A8
(135,162,168)
#97AFB3
(151,175,179)
#A7BCBE
(167,188,190)
#B7C9C9
(183,201,201)
#C7D6D4
(199,214,212)
#D7E3DF
(215,227,223)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E7C; }

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

This text font color is #476E7C.


Background Color

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

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

This div background color is #476E7C.


Border color

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

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

This div border color is #476E7C.


Opacity

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

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

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

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

This text has shadow with #476E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E7C on black background.


Color preview on white background

This text has color #476E7C on white background.



Black color preview on #476E7C background

This text has black color on #476E7C background.


White color preview on #476E7C background

This text has white color on #476E7C background.