COLOR #476FA6

HEX: #476FA6 RGB: (71,111,166)

Color info

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

RGB color model

#476FA6 color RGB value is (71,111,166).

RGB: (71,111,166) (28%, 44%, 65%)

RGB channels and saturation

R 71 of 255 = 28%
G 111 of 255 = 44%
B 166 of 255 = 65%

71
111
166

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

Portions of RGB colors in percentages

R + G + B = 71 + 111 + 166 = 348 (100%)
R 71 of 348 ~ 20.4%
G 111 of 348 ~ 31.9%
B 166 of 348 ~ 47.7'%

%20.4
%31.9
%47.7

CMYK color model

#476FA6 color CMYK value is (57,33,0,35).

  • cyan value is 57.23%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (57,33,0,35)
C57M33Y0K35 (57%, 33%, 0%, 35%)
(0.57 / 0.33 / 0.00 / 0.35)

CMYK percentages

%57.23
%33.13
%0
%34.9

Codes

Color #476FA6 in popluar color models

47 6F A6
RGB 71 111 166
HSL 215° 40.08% 46.47%
HSB/HSV 215° 57.23% 65.10%
CMYK 57.23% 33.13% 0.00%
34.90%

Color #476FA6 in popluar number systems.

HEX 47 6F A6
Decimal 71 111 166
Binary 1000111 1101111 10100110
Octal 107 157 246

Shades and tints

Shades of #476FA6

#476FA6
(71,111,166)
#416597
(65,101,151)
#3B5B88
(59,91,136)
#355179
(53,81,121)
#2F476A
(47,71,106)
#293D5B
(41,61,91)
#23334C
(35,51,76)
#1D293D
(29,41,61)
#171F2E
(23,31,46)
#11151F
(17,21,31)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #476FA6

#476FA6
(71,111,166)
#577CAE
(87,124,174)
#6789B6
(103,137,182)
#7796BE
(119,150,190)
#87A3C6
(135,163,198)
#97B0CE
(151,176,206)
#A7BDD6
(167,189,214)
#B7CADE
(183,202,222)
#C7D7E6
(199,215,230)
#D7E4EE
(215,228,238)
#E7F1F6
(231,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476FA6 color. Also use rgb(71,111,166) instead hex code.

Text Font Color

.myTextColor { color: #476FA6; }

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

This text font color is #476FA6.

Background Color

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

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

This div background color is #476FA6.

Border color

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

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

This div border color is #476FA6.

Opacity

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

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

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

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

This text has shadow with #476FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #476FA6.

Preview

Color preview on black background

This text has color #476FA6 on black background.


Color preview on white background

This text has color #476FA6 on white background.


Black color preview on #476FA6 background

This text has black color on #476FA6 background.


White color preview on #476FA6 background

This text has white color on #476FA6 background.


Related colors

Complementary color

Complementary color for #hex is #B89059.


I love getcolorcode.com

Triadic colors

1 #A6476F and #6FA647 with #476FA6 are triadic colors.

2 #A66F47 and #6F47A6 with #476FA6 are triadic colors.