COLOR #472D6A

HEX: #472D6A RGB: (71,45,106)

Color info

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

RGB color model

#472D6A color RGB value is (71,45,106).

RGB: (71,45,106) (28%, 18%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 106 of 255 = 42%

71
45
106

R + G + B ~ 29%. #472D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 45 + 106 = 222 (100%)
R 71 of 222 ~ 31.98%
G 45 of 222 ~ 20.27%
B 106 of 222 ~ 47.75'%

%31.98
%20.27
%47.75

CMYK color model

#472D6A color CMYK value is (33,58,0,58).

  • cyan value is 33.02%
  • magenta value is 57.55%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (33,58,0,58) C33M58Y0K58 (33%,58%,0%,58%) (0.33/0.58/0.00/0.58) 

CMYK percentages

%33.02
%57.55
%0
%58.43

Codes

Color #472D6A in popluar color models

47 2D 6A
RGB 71 45 106
HSL 266° 40.40% 29.61%
HSB/HSV 266° 57.55% 41.57%
CMYK 33.02% 57.55% 0.00%
58.43%

Color #472D6A in popluar number systems.

HEX 47 2D 6A
Decimal 71 45 106
Binary 1000111 101101 1101010
Octal 107 55 152

Shades and tints

Shades of #472D6A

#472D6A
(71,45,106)
#412961
(65,41,97)
#3B2558
(59,37,88)
#35214F
(53,33,79)
#2F1D46
(47,29,70)
#29193D
(41,25,61)
#231534
(35,21,52)
#1D112B
(29,17,43)
#170D22
(23,13,34)
#110919
(17,9,25)
#0B0510
(11,5,16)
#000000
(0,0,0)

Tints of #472D6A

#472D6A
(71,45,106)
#574077
(87,64,119)
#675384
(103,83,132)
#776691
(119,102,145)
#87799E
(135,121,158)
#978CAB
(151,140,171)
#A79FB8
(167,159,184)
#B7B2C5
(183,178,197)
#C7C5D2
(199,197,210)
#D7D8DF
(215,216,223)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D6A; }

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

This text font color is #472D6A.

Background Color

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

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

This div background color is #472D6A.

Border color

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

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

This div border color is #472D6A.

Opacity

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

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

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

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

This text has shadow with #472D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472D6A.

Preview

Color preview on black background

This text has color #472D6A on black background.


Color preview on white background

This text has color #472D6A on white background.


Black color preview on #472D6A background

This text has black color on #472D6A background.


White color preview on #472D6A background

This text has white color on #472D6A background.


Related colors

Complementary color

Complementary color for #hex is #B8D295.


I love getcolorcode.com

Triadic colors

1 #6A472D and #2D6A47 with #472D6A are triadic colors.

2 #6A2D47 and #2D476A with #472D6A are triadic colors.