COLOR #475EA6

HEX: #475EA6 RGB: (71,94,166)

Color info

#475EA6 contains mainly blue color. Web safe color of #475EA6 is #336699 (or #369).

RGB color model

#475EA6 color RGB value is (71,94,166).

RGB: (71,94,166) (28%, 37%, 65%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 166 of 255 = 65%

71
94
166

R + G + B ~ 43%. #475EA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 94 + 166 = 331 (100%)
R 71 of 331 ~ 21.45%
G 94 of 331 ~ 28.4%
B 166 of 331 ~ 50.15'%

%21.45
%28.4
%50.15

CMYK color model

#475EA6 color CMYK value is (57,43,0,35).

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

CMYK: (57,43,0,35)
C57M43Y0K35 (57%, 43%, 0%, 35%)
(0.57 / 0.43 / 0.00 / 0.35)

CMYK percentages

%57.23
%43.37
%0
%34.9

Codes

Color #475EA6 in popluar color models

47 5E A6
RGB 71 94 166
HSL 225° 40.08% 46.47%
HSB/HSV 225° 57.23% 65.10%
CMYK 57.23% 43.37% 0.00%
34.90%

Color #475EA6 in popluar number systems.

HEX 47 5E A6
Decimal 71 94 166
Binary 1000111 1011110 10100110
Octal 107 136 246

Shades and tints

Shades of #475EA6

#475EA6
(71,94,166)
#415697
(65,86,151)
#3B4E88
(59,78,136)
#354679
(53,70,121)
#2F3E6A
(47,62,106)
#29365B
(41,54,91)
#232E4C
(35,46,76)
#1D263D
(29,38,61)
#171E2E
(23,30,46)
#11161F
(17,22,31)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #475EA6

#475EA6
(71,94,166)
#576CAE
(87,108,174)
#677AB6
(103,122,182)
#7788BE
(119,136,190)
#8796C6
(135,150,198)
#97A4CE
(151,164,206)
#A7B2D6
(167,178,214)
#B7C0DE
(183,192,222)
#C7CEE6
(199,206,230)
#D7DCEE
(215,220,238)
#E7EAF6
(231,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475EA6 color. Also use rgb(71,94,166) instead hex code.

Text Font Color

.myTextColor { color: #475EA6; }

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

This text font color is #475EA6.

Background Color

.myBgColor { background-color: #475EA6; }

<div style="background-color:#475EA6">Inner text</div>

This div background color is #475EA6.

Border color

.myBorderColor { border: 1px solid #475EA6; }

<div style="border:3px solid #475EA6">Div</div>

This div border color is #475EA6.

Opacity

.myOpacity80 { color: #475EA6; opacity: 0.8; }

<p style="color:#475EA6;opacity:0.8;">80%</p>

Text with #475EA6 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 #475EA6;}

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

This text has shadow with #475EA6 color.


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

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

This text has shadow with #475EA6 primary color and red secondary color.


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

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

This text has shadow with #475EA6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #475EA6.

Preview

Color preview on black background

This text has color #475EA6 on black background.


Color preview on white background

This text has color #475EA6 on white background.


Black color preview on #475EA6 background

This text has black color on #475EA6 background.


White color preview on #475EA6 background

This text has white color on #475EA6 background.


Related colors

Complementary color

Complementary color for #hex is #B8A159.


I love getcolorcode.com

Triadic colors

1 #A6475E and #5EA647 with #475EA6 are triadic colors.

2 #A65E47 and #5E47A6 with #475EA6 are triadic colors.