COLOR #475A97

HEX: #475A97 RGB: (71,90,151)

Color info

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

RGB color model

#475A97 color RGB value is (71,90,151).

RGB: (71,90,151) (28%, 35%, 59%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 151 of 255 = 59%

71
90
151

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

Portions of RGB colors in percentages

R + G + B = 71 + 90 + 151 = 312 (100%)
R 71 of 312 ~ 22.76%
G 90 of 312 ~ 28.85%
B 151 of 312 ~ 48.4'%

%22.76
%28.85
%48.4

CMYK color model

#475A97 color CMYK value is (53,40,0,41).

  • cyan value is 52.98%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (53,40,0,41)
C53M40Y0K41 (53%, 40%, 0%, 41%)
(0.53 / 0.40 / 0.00 / 0.41)

CMYK percentages

%52.98
%40.4
%0
%40.78

Codes

Color #475A97 in popluar color models

47 5A 97
RGB 71 90 151
HSL 226° 36.04% 43.53%
HSB/HSV 226° 52.98% 59.22%
CMYK 52.98% 40.40% 0.00%
40.78%

Color #475A97 in popluar number systems.

HEX 47 5A 97
Decimal 71 90 151
Binary 1000111 1011010 10010111
Octal 107 132 227

Shades and tints

Shades of #475A97

#475A97
(71,90,151)
#41528A
(65,82,138)
#3B4A7D
(59,74,125)
#354270
(53,66,112)
#2F3A63
(47,58,99)
#293256
(41,50,86)
#232A49
(35,42,73)
#1D223C
(29,34,60)
#171A2F
(23,26,47)
#111222
(17,18,34)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #475A97

#475A97
(71,90,151)
#5769A0
(87,105,160)
#6778A9
(103,120,169)
#7787B2
(119,135,178)
#8796BB
(135,150,187)
#97A5C4
(151,165,196)
#A7B4CD
(167,180,205)
#B7C3D6
(183,195,214)
#C7D2DF
(199,210,223)
#D7E1E8
(215,225,232)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A97 color. Also use rgb(71,90,151) instead hex code.

Text Font Color

.myTextColor { color: #475A97; }

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

This text font color is #475A97.

Background Color

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

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

This div background color is #475A97.

Border color

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

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

This div border color is #475A97.

Opacity

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

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

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

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

This text has shadow with #475A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475A97.

Preview

Color preview on black background

This text has color #475A97 on black background.


Color preview on white background

This text has color #475A97 on white background.


Black color preview on #475A97 background

This text has black color on #475A97 background.


White color preview on #475A97 background

This text has white color on #475A97 background.


Related colors

Complementary color

Complementary color for #hex is #B8A568.


I love getcolorcode.com

Triadic colors

1 #97475A and #5A9747 with #475A97 are triadic colors.

2 #975A47 and #5A4797 with #475A97 are triadic colors.