COLOR #476C8F

HEX: #476C8F
RGB: (71,108,143)

Color info

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

RGB color model

#476C8F color RGB value is (71,108,143).

  • red value is 71;
  • green value is 108;
  • blue value is 143.
RGB:
(71,108,143)
(28%,42%,56%)

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 143 of 255 = 56%

71
108
143

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

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 143 = 322 (100%)
R 71 of 322 ~ 22.05%
G 108 of 322 ~ 33.54%
B 143 of 322 ~ 44.41%

%22.05
%33.54
%44.41

CMYK color model

#476C8F color CMYK value is (50,24,0,44).

  • cyan value is 50.35%
  • magenta value is 24.48%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(50,24,0,44)
C50M24Y0K44 
(50%,24%,0%,44%)
(0.50/0.24/0.00/0.44)	

CMYK percentages

%50.35
%24.48
%0
%43.92

Codes

Color #476C8F in popluar color models

476C8F
RGB71108143
HSL209°33.64%41.96%
HSB/HSV209°50.35%56.08%
CMYK50.35%24.48%0.00%
43.92%

Color #476C8F in popluar number systems.

HEX476C8F
Decimal71108143
Binary1000111110110010001111
Octal107154217

Shades and tints

Shades of #476C8F

#476C8F
(71,108,143)
#416382
(65,99,130)
#3B5A75
(59,90,117)
#355168
(53,81,104)
#2F485B
(47,72,91)
#293F4E
(41,63,78)
#233641
(35,54,65)
#1D2D34
(29,45,52)
#172427
(23,36,39)
#111B1A
(17,27,26)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #476C8F

#476C8F
(71,108,143)
#577999
(87,121,153)
#6786A3
(103,134,163)
#7793AD
(119,147,173)
#87A0B7
(135,160,183)
#97ADC1
(151,173,193)
#A7BACB
(167,186,203)
#B7C7D5
(183,199,213)
#C7D4DF
(199,212,223)
#D7E1E9
(215,225,233)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C8F; }

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

This text font color is #476C8F.


Background Color

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

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

This div background color is #476C8F.


Border color

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

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

This div border color is #476C8F.


Opacity

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

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

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

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

This text has shadow with #476C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C8F on black background.


Color preview on white background

This text has color #476C8F on white background.



Black color preview on #476C8F background

This text has black color on #476C8F background.


White color preview on #476C8F background

This text has white color on #476C8F background.