COLOR #475A92

HEX: #475A92
RGB: (71,90,146)

Color info

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

RGB color model

#475A92 color RGB value is (71,90,146).

  • red value is 71;
  • green value is 90;
  • blue value is 146.
RGB:
(71,90,146)
(28%,35%,57%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 146 of 255 = 57%

71
90
146

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

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 146 = 307 (100%)
R 71 of 307 ~ 23.13%
G 90 of 307 ~ 29.32%
B 146 of 307 ~ 47.56%

%23.13
%29.32
%47.56

CMYK color model

#475A92 color CMYK value is (51,38,0,43).

  • cyan value is 51.37%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(51,38,0,43)
C51M38Y0K43 
(51%,38%,0%,43%)
(0.51/0.38/0.00/0.43)	

CMYK percentages

%51.37
%38.36
%0
%42.75

Codes

Color #475A92 in popluar color models

475A92
RGB7190146
HSL225°34.56%42.55%
HSB/HSV225°51.37%57.25%
CMYK51.37%38.36%0.00%
42.75%

Color #475A92 in popluar number systems.

HEX475A92
Decimal7190146
Binary1000111101101010010010
Octal107132222

Shades and tints

Shades of #475A92

#475A92
(71,90,146)
#415285
(65,82,133)
#3B4A78
(59,74,120)
#35426B
(53,66,107)
#2F3A5E
(47,58,94)
#293251
(41,50,81)
#232A44
(35,42,68)
#1D2237
(29,34,55)
#171A2A
(23,26,42)
#11121D
(17,18,29)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #475A92

#475A92
(71,90,146)
#57699B
(87,105,155)
#6778A4
(103,120,164)
#7787AD
(119,135,173)
#8796B6
(135,150,182)
#97A5BF
(151,165,191)
#A7B4C8
(167,180,200)
#B7C3D1
(183,195,209)
#C7D2DA
(199,210,218)
#D7E1E3
(215,225,227)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A92; }

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

This text font color is #475A92.


Background Color

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

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

This div background color is #475A92.


Border color

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

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

This div border color is #475A92.


Opacity

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

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

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

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

This text has shadow with #475A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A92 on black background.


Color preview on white background

This text has color #475A92 on white background.



Black color preview on #475A92 background

This text has black color on #475A92 background.


White color preview on #475A92 background

This text has white color on #475A92 background.