COLOR #473B77

HEX: #473B77 RGB: (71,59,119)

Color info

#473B77 contains mainly red and blue colors. Web safe color of #473B77 is #333366 (or #336).

RGB color model

#473B77 color RGB value is (71,59,119).

RGB: (71,59,119) (28%, 23%, 47%)

RGB channels and saturation

R 71 of 255 = 28%
G 59 of 255 = 23%
B 119 of 255 = 47%

71
59
119

R + G + B ~ 33%. #473B77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 59 + 119 = 249 (100%)
R 71 of 249 ~ 28.51%
G 59 of 249 ~ 23.69%
B 119 of 249 ~ 47.79'%

%28.51
%23.69
%47.79

CMYK color model

#473B77 color CMYK value is (40,50,0,53).

  • cyan value is 40.34%
  • magenta value is 50.42%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (40,50,0,53)
C40M50Y0K53 (40%, 50%, 0%, 53%)
(0.40 / 0.50 / 0.00 / 0.53)

CMYK percentages

%40.34
%50.42
%0
%53.33

Codes

Color #473B77 in popluar color models

47 3B 77
RGB 71 59 119
HSL 252° 33.71% 34.90%
HSB/HSV 252° 50.42% 46.67%
CMYK 40.34% 50.42% 0.00%
53.33%

Color #473B77 in popluar number systems.

HEX 47 3B 77
Decimal 71 59 119
Binary 1000111 111011 1110111
Octal 107 73 167

Shades and tints

Shades of #473B77

#473B77
(71,59,119)
#41366D
(65,54,109)
#3B3163
(59,49,99)
#352C59
(53,44,89)
#2F274F
(47,39,79)
#292245
(41,34,69)
#231D3B
(35,29,59)
#1D1831
(29,24,49)
#171327
(23,19,39)
#110E1D
(17,14,29)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #473B77

#473B77
(71,59,119)
#574C83
(87,76,131)
#675D8F
(103,93,143)
#776E9B
(119,110,155)
#877FA7
(135,127,167)
#9790B3
(151,144,179)
#A7A1BF
(167,161,191)
#B7B2CB
(183,178,203)
#C7C3D7
(199,195,215)
#D7D4E3
(215,212,227)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473B77 color. Also use rgb(71,59,119) instead hex code.

Text Font Color

.myTextColor { color: #473B77; }

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

This text font color is #473B77.

Background Color

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

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

This div background color is #473B77.

Border color

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

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

This div border color is #473B77.

Opacity

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

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

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

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

This text has shadow with #473B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473B77.

Preview

Color preview on black background

This text has color #473B77 on black background.


Color preview on white background

This text has color #473B77 on white background.


Black color preview on #473B77 background

This text has black color on #473B77 background.


White color preview on #473B77 background

This text has white color on #473B77 background.


Related colors

Complementary color

Complementary color for #hex is #B8C488.


I love getcolorcode.com

Triadic colors

1 #77473B and #3B7747 with #473B77 are triadic colors.

2 #773B47 and #3B4777 with #473B77 are triadic colors.