COLOR #473F86

HEX: #473F86 RGB: (71,63,134)

Color info

#473F86 contains mainly blue color. Web safe color of #473F86 is #333399 (or #339).

RGB color model

#473F86 color RGB value is (71,63,134).

RGB: (71,63,134) (28%, 25%, 53%)

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 134 of 255 = 53%

71
63
134

R + G + B ~ 35%. #473F86 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 63 + 134 = 268 (100%)
R 71 of 268 ~ 26.49%
G 63 of 268 ~ 23.51%
B 134 of 268 ~ 50'%

%26.49
%23.51
%50

CMYK color model

#473F86 color CMYK value is (47,53,0,47).

  • cyan value is 47.01%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (47,53,0,47)
C47M53Y0K47 (47%, 53%, 0%, 47%)
(0.47 / 0.53 / 0.00 / 0.47)

CMYK percentages

%47.01
%52.99
%0
%47.45

Codes

Color #473F86 in popluar color models

47 3F 86
RGB 71 63 134
HSL 247° 36.04% 38.63%
HSB/HSV 247° 52.99% 52.55%
CMYK 47.01% 52.99% 0.00%
47.45%

Color #473F86 in popluar number systems.

HEX 47 3F 86
Decimal 71 63 134
Binary 1000111 111111 10000110
Octal 107 77 206

Shades and tints

Shades of #473F86

#473F86
(71,63,134)
#413A7A
(65,58,122)
#3B356E
(59,53,110)
#353062
(53,48,98)
#2F2B56
(47,43,86)
#29264A
(41,38,74)
#23213E
(35,33,62)
#1D1C32
(29,28,50)
#171726
(23,23,38)
#11121A
(17,18,26)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #473F86

#473F86
(71,63,134)
#575091
(87,80,145)
#67619C
(103,97,156)
#7772A7
(119,114,167)
#8783B2
(135,131,178)
#9794BD
(151,148,189)
#A7A5C8
(167,165,200)
#B7B6D3
(183,182,211)
#C7C7DE
(199,199,222)
#D7D8E9
(215,216,233)
#E7E9F4
(231,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473F86 color. Also use rgb(71,63,134) instead hex code.

Text Font Color

.myTextColor { color: #473F86; }

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

This text font color is #473F86.

Background Color

.myBgColor { background-color: #473F86; }

<div style="background-color:#473F86">Inner text</div>

This div background color is #473F86.

Border color

.myBorderColor { border: 1px solid #473F86; }

<div style="border:3px solid #473F86">Div</div>

This div border color is #473F86.

Opacity

.myOpacity80 { color: #473F86; opacity: 0.8; }

<p style="color:#473F86;opacity:0.8;">80%</p>

Text with #473F86 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 #473F86;}

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

This text has shadow with #473F86 color.


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

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

This text has shadow with #473F86 primary color and red secondary color.


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

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

This text has shadow with #473F86 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #473F86.

Preview

Color preview on black background

This text has color #473F86 on black background.


Color preview on white background

This text has color #473F86 on white background.


Black color preview on #473F86 background

This text has black color on #473F86 background.


White color preview on #473F86 background

This text has white color on #473F86 background.


Related colors

Complementary color

Complementary color for #hex is #B8C079.


I love getcolorcode.com

Triadic colors

1 #86473F and #3F8647 with #473F86 are triadic colors.

2 #863F47 and #3F4786 with #473F86 are triadic colors.