COLOR #476D7D

HEX: #476D7D
RGB: (71,109,125)

Color info

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

RGB color model

#476D7D color RGB value is (71,109,125).

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

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 125 of 255 = 49%

71
109
125

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

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 125 = 305 (100%)
R 71 of 305 ~ 23.28%
G 109 of 305 ~ 35.74%
B 125 of 305 ~ 40.98%

%23.28
%35.74
%40.98

CMYK color model

#476D7D color CMYK value is (43,13,0,51).

  • cyan value is 43.20%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(43,13,0,51)
C43M13Y0K51 
(43%,13%,0%,51%)
(0.43/0.13/0.00/0.51)	

CMYK percentages

%43.2
%12.8
%0
%50.98

Codes

Color #476D7D in popluar color models

476D7D
RGB71109125
HSL198°27.55%38.43%
HSB/HSV198°43.20%49.02%
CMYK43.20%12.80%0.00%
50.98%

Color #476D7D in popluar number systems.

HEX476D7D
Decimal71109125
Binary100011111011011111101
Octal107155175

Shades and tints

Shades of #476D7D

#476D7D
(71,109,125)
#416472
(65,100,114)
#3B5B67
(59,91,103)
#35525C
(53,82,92)
#2F4951
(47,73,81)
#294046
(41,64,70)
#23373B
(35,55,59)
#1D2E30
(29,46,48)
#172525
(23,37,37)
#111C1A
(17,28,26)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #476D7D

#476D7D
(71,109,125)
#577A88
(87,122,136)
#678793
(103,135,147)
#77949E
(119,148,158)
#87A1A9
(135,161,169)
#97AEB4
(151,174,180)
#A7BBBF
(167,187,191)
#B7C8CA
(183,200,202)
#C7D5D5
(199,213,213)
#D7E2E0
(215,226,224)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D7D color. Also use rgb(71,109,125) instead hex code.

Text Font Color

.myTextColor { color: #476D7D; }

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

This text font color is #476D7D.


Background Color

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

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

This div background color is #476D7D.


Border color

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

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

This div border color is #476D7D.


Opacity

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

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

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

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

This text has shadow with #476D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D7D on black background.


Color preview on white background

This text has color #476D7D on white background.



Black color preview on #476D7D background

This text has black color on #476D7D background.


White color preview on #476D7D background

This text has white color on #476D7D background.