COLOR #473B59

HEX: #473B59
RGB: (71,59,89)

Color info

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

RGB color model

#473B59 color RGB value is (71,59,89).

  • red value is 71;
  • green value is 59;
  • blue value is 89.
RGB:
(71,59,89)
(28%,23%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 59 of 255 = 23%
B 89 of 255 = 35%

71
59
89

R + G + B ~ 29%. #473B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 59 + 89 = 219 (100%)
R 71 of 219 ~ 32.42%
G 59 of 219 ~ 26.94%
B 89 of 219 ~ 40.64%

%32.42
%26.94
%40.64

CMYK color model

#473B59 color CMYK value is (20,34,0,65).

  • cyan value is 20.22%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(20,34,0,65)
C20M34Y0K65 
(20%,34%,0%,65%)
(0.20/0.34/0.00/0.65)	

CMYK percentages

%20.22
%33.71
%0
%65.1

Codes

Color #473B59 in popluar color models

473B59
RGB715989
HSL264°20.27%29.02%
HSB/HSV264°33.71%34.90%
CMYK20.22%33.71%0.00%
65.10%

Color #473B59 in popluar number systems.

HEX473B59
Decimal715989
Binary10001111110111011001
Octal10773131

Shades and tints

Shades of #473B59

#473B59
(71,59,89)
#413651
(65,54,81)
#3B3149
(59,49,73)
#352C41
(53,44,65)
#2F2739
(47,39,57)
#292231
(41,34,49)
#231D29
(35,29,41)
#1D1821
(29,24,33)
#171319
(23,19,25)
#110E11
(17,14,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #473B59

#473B59
(71,59,89)
#574C68
(87,76,104)
#675D77
(103,93,119)
#776E86
(119,110,134)
#877F95
(135,127,149)
#9790A4
(151,144,164)
#A7A1B3
(167,161,179)
#B7B2C2
(183,178,194)
#C7C3D1
(199,195,209)
#D7D4E0
(215,212,224)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B59; }

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

This text font color is #473B59.


Background Color

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

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

This div background color is #473B59.


Border color

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

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

This div border color is #473B59.


Opacity

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

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

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

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

This text has shadow with #473B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B59 on black background.


Color preview on white background

This text has color #473B59 on white background.



Black color preview on #473B59 background

This text has black color on #473B59 background.


White color preview on #473B59 background

This text has white color on #473B59 background.