COLOR #473057

HEX: #473057
RGB: (71,48,87)

Color info

#473057 contains red, green and blue colors in about the same proportion. Web safe color of #473057 is #333366 (or #336).

RGB color model

#473057 color RGB value is (71,48,87).

  • red value is 71;
  • green value is 48;
  • blue value is 87.
RGB:
(71,48,87)
(28%,19%,34%)

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 87 of 255 = 34%

71
48
87

R + G + B ~ 27%. #473057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 87 = 206 (100%)
R 71 of 206 ~ 34.47%
G 48 of 206 ~ 23.3%
B 87 of 206 ~ 42.23%

%34.47
%23.3
%42.23

CMYK color model

#473057 color CMYK value is (18,45,0,66).

  • cyan value is 18.39%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(18,45,0,66)
C18M45Y0K66 
(18%,45%,0%,66%)
(0.18/0.45/0.00/0.66)	

CMYK percentages

%18.39
%44.83
%0
%65.88

Codes

Color #473057 in popluar color models

473057
RGB714887
HSL275°28.89%26.47%
HSB/HSV275°44.83%34.12%
CMYK18.39%44.83%0.00%
65.88%

Color #473057 in popluar number systems.

HEX473057
Decimal714887
Binary10001111100001010111
Octal10760127

Shades and tints

Shades of #473057

#473057
(71,48,87)
#412C50
(65,44,80)
#3B2849
(59,40,73)
#352442
(53,36,66)
#2F203B
(47,32,59)
#291C34
(41,28,52)
#23182D
(35,24,45)
#1D1426
(29,20,38)
#17101F
(23,16,31)
#110C18
(17,12,24)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #473057

#473057
(71,48,87)
#574266
(87,66,102)
#675475
(103,84,117)
#776684
(119,102,132)
#877893
(135,120,147)
#978AA2
(151,138,162)
#A79CB1
(167,156,177)
#B7AEC0
(183,174,192)
#C7C0CF
(199,192,207)
#D7D2DE
(215,210,222)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473057 color. Also use rgb(71,48,87) instead hex code.

Text Font Color

.myTextColor { color: #473057; }

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

This text font color is #473057.


Background Color

.myBgColor { background-color: #473057; }

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

This div background color is #473057.


Border color

.myBorderColor { border: 1px solid #473057; }

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

This div border color is #473057.


Opacity

.myOpacity80 { color: #473057; opacity: 0.8; }

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

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

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

This text has shadow with #473057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473057 on black background.


Color preview on white background

This text has color #473057 on white background.



Black color preview on #473057 background

This text has black color on #473057 background.


White color preview on #473057 background

This text has white color on #473057 background.