COLOR #473155

HEX: #473155
RGB: (71,49,85)

Color info

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

RGB color model

#473155 color RGB value is (71,49,85).

  • red value is 71;
  • green value is 49;
  • blue value is 85.
RGB:
(71,49,85)
(28%,19%,33%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 85 of 255 = 33%

71
49
85

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

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 85 = 205 (100%)
R 71 of 205 ~ 34.63%
G 49 of 205 ~ 23.9%
B 85 of 205 ~ 41.46%

%34.63
%23.9
%41.46

CMYK color model

#473155 color CMYK value is (16,42,0,67).

  • cyan value is 16.47%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(16,42,0,67)
C16M42Y0K67 
(16%,42%,0%,67%)
(0.16/0.42/0.00/0.67)	

CMYK percentages

%16.47
%42.35
%0
%66.67

Codes

Color #473155 in popluar color models

473155
RGB714985
HSL277°26.87%26.27%
HSB/HSV277°42.35%33.33%
CMYK16.47%42.35%0.00%
66.67%

Color #473155 in popluar number systems.

HEX473155
Decimal714985
Binary10001111100011010101
Octal10761125

Shades and tints

Shades of #473155

#473155
(71,49,85)
#412D4E
(65,45,78)
#3B2947
(59,41,71)
#352540
(53,37,64)
#2F2139
(47,33,57)
#291D32
(41,29,50)
#23192B
(35,25,43)
#1D1524
(29,21,36)
#17111D
(23,17,29)
#110D16
(17,13,22)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #473155

#473155
(71,49,85)
#574364
(87,67,100)
#675573
(103,85,115)
#776782
(119,103,130)
#877991
(135,121,145)
#978BA0
(151,139,160)
#A79DAF
(167,157,175)
#B7AFBE
(183,175,190)
#C7C1CD
(199,193,205)
#D7D3DC
(215,211,220)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473155 color. Also use rgb(71,49,85) instead hex code.

Text Font Color

.myTextColor { color: #473155; }

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

This text font color is #473155.


Background Color

.myBgColor { background-color: #473155; }

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

This div background color is #473155.


Border color

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

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

This div border color is #473155.


Opacity

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

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

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

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

This text has shadow with #473155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473155 on black background.


Color preview on white background

This text has color #473155 on white background.



Black color preview on #473155 background

This text has black color on #473155 background.


White color preview on #473155 background

This text has white color on #473155 background.