COLOR #476E8F

HEX: #476E8F
RGB: (71,110,143)

Color info

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

RGB color model

#476E8F color RGB value is (71,110,143).

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

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 143 of 255 = 56%

71
110
143

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

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 143 = 324 (100%)
R 71 of 324 ~ 21.91%
G 110 of 324 ~ 33.95%
B 143 of 324 ~ 44.14%

%21.91
%33.95
%44.14

CMYK color model

#476E8F color CMYK value is (50,23,0,44).

  • cyan value is 50.35%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(50,23,0,44)
C50M23Y0K44 
(50%,23%,0%,44%)
(0.50/0.23/0.00/0.44)	

CMYK percentages

%50.35
%23.08
%0
%43.92

Codes

Color #476E8F in popluar color models

476E8F
RGB71110143
HSL208°33.64%41.96%
HSB/HSV208°50.35%56.08%
CMYK50.35%23.08%0.00%
43.92%

Color #476E8F in popluar number systems.

HEX476E8F
Decimal71110143
Binary1000111110111010001111
Octal107156217

Shades and tints

Shades of #476E8F

#476E8F
(71,110,143)
#416482
(65,100,130)
#3B5A75
(59,90,117)
#355068
(53,80,104)
#2F465B
(47,70,91)
#293C4E
(41,60,78)
#233241
(35,50,65)
#1D2834
(29,40,52)
#171E27
(23,30,39)
#11141A
(17,20,26)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #476E8F

#476E8F
(71,110,143)
#577B99
(87,123,153)
#6788A3
(103,136,163)
#7795AD
(119,149,173)
#87A2B7
(135,162,183)
#97AFC1
(151,175,193)
#A7BCCB
(167,188,203)
#B7C9D5
(183,201,213)
#C7D6DF
(199,214,223)
#D7E3E9
(215,227,233)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E8F; }

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

This text font color is #476E8F.


Background Color

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

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

This div background color is #476E8F.


Border color

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

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

This div border color is #476E8F.


Opacity

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

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

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

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

This text has shadow with #476E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E8F on black background.


Color preview on white background

This text has color #476E8F on white background.



Black color preview on #476E8F background

This text has black color on #476E8F background.


White color preview on #476E8F background

This text has white color on #476E8F background.