COLOR #472A56

HEX: #472A56
RGB: (71,42,86)

Color info

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

RGB color model

#472A56 color RGB value is (71,42,86).

  • red value is 71;
  • green value is 42;
  • blue value is 86.
RGB:
(71,42,86)
(28%,16%,34%)

RGB channels and saturation

R 71 of 255 = 28%
G 42 of 255 = 16%
B 86 of 255 = 34%

71
42
86

R + G + B ~ 26%. #472A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 42 + 86 = 199 (100%)
R 71 of 199 ~ 35.68%
G 42 of 199 ~ 21.11%
B 86 of 199 ~ 43.22%

%35.68
%21.11
%43.22

CMYK color model

#472A56 color CMYK value is (17,51,0,66).

  • cyan value is 17.44%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(17,51,0,66)
C17M51Y0K66 
(17%,51%,0%,66%)
(0.17/0.51/0.00/0.66)	

CMYK percentages

%17.44
%51.16
%0
%66.27

Codes

Color #472A56 in popluar color models

472A56
RGB714286
HSL280°34.38%25.10%
HSB/HSV280°51.16%33.73%
CMYK17.44%51.16%0.00%
66.27%

Color #472A56 in popluar number systems.

HEX472A56
Decimal714286
Binary10001111010101010110
Octal10752126

Shades and tints

Shades of #472A56

#472A56
(71,42,86)
#41274F
(65,39,79)
#3B2448
(59,36,72)
#352141
(53,33,65)
#2F1E3A
(47,30,58)
#291B33
(41,27,51)
#23182C
(35,24,44)
#1D1525
(29,21,37)
#17121E
(23,18,30)
#110F17
(17,15,23)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #472A56

#472A56
(71,42,86)
#573D65
(87,61,101)
#675074
(103,80,116)
#776383
(119,99,131)
#877692
(135,118,146)
#9789A1
(151,137,161)
#A79CB0
(167,156,176)
#B7AFBF
(183,175,191)
#C7C2CE
(199,194,206)
#D7D5DD
(215,213,221)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472A56 color. Also use rgb(71,42,86) instead hex code.

Text Font Color

.myTextColor { color: #472A56; }

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

This text font color is #472A56.


Background Color

.myBgColor { background-color: #472A56; }

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

This div background color is #472A56.


Border color

.myBorderColor { border: 1px solid #472A56; }

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

This div border color is #472A56.


Opacity

.myOpacity80 { color: #472A56; opacity: 0.8; }

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

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

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

This text has shadow with #472A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A56 on black background.


Color preview on white background

This text has color #472A56 on white background.



Black color preview on #472A56 background

This text has black color on #472A56 background.


White color preview on #472A56 background

This text has white color on #472A56 background.