COLOR #472D70

HEX: #472D70 RGB: (71,45,112)

Color info

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

RGB color model

#472D70 color RGB value is (71,45,112).

RGB: (71,45,112) (28%, 18%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 112 of 255 = 44%

71
45
112

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

Portions of RGB colors in percentages

R + G + B = 71 + 45 + 112 = 228 (100%)
R 71 of 228 ~ 31.14%
G 45 of 228 ~ 19.74%
B 112 of 228 ~ 49.12'%

%31.14
%19.74
%49.12

CMYK color model

#472D70 color CMYK value is (37,60,0,56).

  • cyan value is 36.61%
  • magenta value is 59.82%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (37,60,0,56)
C37M60Y0K56 (37%, 60%, 0%, 56%)
(0.37 / 0.60 / 0.00 / 0.56)

CMYK percentages

%36.61
%59.82
%0
%56.08

Codes

Color #472D70 in popluar color models

47 2D 70
RGB 71 45 112
HSL 263° 42.68% 30.78%
HSB/HSV 263° 59.82% 43.92%
CMYK 36.61% 59.82% 0.00%
56.08%

Color #472D70 in popluar number systems.

HEX 47 2D 70
Decimal 71 45 112
Binary 1000111 101101 1110000
Octal 107 55 160

Shades and tints

Shades of #472D70

#472D70
(71,45,112)
#412966
(65,41,102)
#3B255C
(59,37,92)
#352152
(53,33,82)
#2F1D48
(47,29,72)
#29193E
(41,25,62)
#231534
(35,21,52)
#1D112A
(29,17,42)
#170D20
(23,13,32)
#110916
(17,9,22)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #472D70

#472D70
(71,45,112)
#57407D
(87,64,125)
#67538A
(103,83,138)
#776697
(119,102,151)
#8779A4
(135,121,164)
#978CB1
(151,140,177)
#A79FBE
(167,159,190)
#B7B2CB
(183,178,203)
#C7C5D8
(199,197,216)
#D7D8E5
(215,216,229)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D70; }

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

This text font color is #472D70.

Background Color

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

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

This div background color is #472D70.

Border color

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

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

This div border color is #472D70.

Opacity

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

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

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

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

This text has shadow with #472D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472D70.

Preview

Color preview on black background

This text has color #472D70 on black background.


Color preview on white background

This text has color #472D70 on white background.


Black color preview on #472D70 background

This text has black color on #472D70 background.


White color preview on #472D70 background

This text has white color on #472D70 background.


Related colors

Complementary color

Complementary color for #hex is #B8D28F.


I love getcolorcode.com

Triadic colors

1 #70472D and #2D7047 with #472D70 are triadic colors.

2 #702D47 and #2D4770 with #472D70 are triadic colors.