COLOR #472C70

HEX: #472C70
RGB: (71,44,112)

Color info

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

RGB color model

#472C70 color RGB value is (71,44,112).

  • red value is 71;
  • green value is 44;
  • blue value is 112.
RGB:
(71,44,112)
(28%,17%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 112 of 255 = 44%

71
44
112

R + G + B ~ 30%. #472C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 112 = 227 (100%)
R 71 of 227 ~ 31.28%
G 44 of 227 ~ 19.38%
B 112 of 227 ~ 49.34%

%31.28
%19.38
%49.34

CMYK color model

#472C70 color CMYK value is (37,61,0,56).

  • cyan value is 36.61%
  • magenta value is 60.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,61,0,56)
C37M61Y0K56 
(37%,61%,0%,56%)
(0.37/0.61/0.00/0.56)	

CMYK percentages

%36.61
%60.71
%0
%56.08

Codes

Color #472C70 in popluar color models

472C70
RGB7144112
HSL264°43.59%30.59%
HSB/HSV264°60.71%43.92%
CMYK36.61%60.71%0.00%
56.08%

Color #472C70 in popluar number systems.

HEX472C70
Decimal7144112
Binary10001111011001110000
Octal10754160

Shades and tints

Shades of #472C70

#472C70
(71,44,112)
#412866
(65,40,102)
#3B245C
(59,36,92)
#352052
(53,32,82)
#2F1C48
(47,28,72)
#29183E
(41,24,62)
#231434
(35,20,52)
#1D102A
(29,16,42)
#170C20
(23,12,32)
#110816
(17,8,22)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #472C70

#472C70
(71,44,112)
#573F7D
(87,63,125)
#67528A
(103,82,138)
#776597
(119,101,151)
#8778A4
(135,120,164)
#978BB1
(151,139,177)
#A79EBE
(167,158,190)
#B7B1CB
(183,177,203)
#C7C4D8
(199,196,216)
#D7D7E5
(215,215,229)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C70 color. Also use rgb(71,44,112) instead hex code.

Text Font Color

.myTextColor { color: #472C70; }

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

This text font color is #472C70.


Background Color

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

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

This div background color is #472C70.


Border color

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

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

This div border color is #472C70.


Opacity

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

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

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

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

This text has shadow with #472C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C70 on black background.


Color preview on white background

This text has color #472C70 on white background.



Black color preview on #472C70 background

This text has black color on #472C70 background.


White color preview on #472C70 background

This text has white color on #472C70 background.