COLOR #476D84

HEX: #476D84
RGB: (71,109,132)

Color info

#476D84 contains mainly green and blue colors. Web safe color of #476D84 is #336699 (or #369).

RGB color model

#476D84 color RGB value is (71,109,132).

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

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 132 of 255 = 52%

71
109
132

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

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 132 = 312 (100%)
R 71 of 312 ~ 22.76%
G 109 of 312 ~ 34.94%
B 132 of 312 ~ 42.31%

%22.76
%34.94
%42.31

CMYK color model

#476D84 color CMYK value is (46,17,0,48).

  • cyan value is 46.21%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(46,17,0,48)
C46M17Y0K48 
(46%,17%,0%,48%)
(0.46/0.17/0.00/0.48)	

CMYK percentages

%46.21
%17.42
%0
%48.24

Codes

Color #476D84 in popluar color models

476D84
RGB71109132
HSL203°30.05%39.80%
HSB/HSV203°46.21%51.76%
CMYK46.21%17.42%0.00%
48.24%

Color #476D84 in popluar number systems.

HEX476D84
Decimal71109132
Binary1000111110110110000100
Octal107155204

Shades and tints

Shades of #476D84

#476D84
(71,109,132)
#416478
(65,100,120)
#3B5B6C
(59,91,108)
#355260
(53,82,96)
#2F4954
(47,73,84)
#294048
(41,64,72)
#23373C
(35,55,60)
#1D2E30
(29,46,48)
#172524
(23,37,36)
#111C18
(17,28,24)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #476D84

#476D84
(71,109,132)
#577A8F
(87,122,143)
#67879A
(103,135,154)
#7794A5
(119,148,165)
#87A1B0
(135,161,176)
#97AEBB
(151,174,187)
#A7BBC6
(167,187,198)
#B7C8D1
(183,200,209)
#C7D5DC
(199,213,220)
#D7E2E7
(215,226,231)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476D84; }

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

This text font color is #476D84.


Background Color

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

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

This div background color is #476D84.


Border color

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

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

This div border color is #476D84.


Opacity

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

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

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

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

This text has shadow with #476D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D84 on black background.


Color preview on white background

This text has color #476D84 on white background.



Black color preview on #476D84 background

This text has black color on #476D84 background.


White color preview on #476D84 background

This text has white color on #476D84 background.