COLOR #472F76

HEX: #472F76
RGB: (71,47,118)

Color info

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

RGB color model

#472F76 color RGB value is (71,47,118).

  • red value is 71;
  • green value is 47;
  • blue value is 118.
RGB:
(71,47,118)
(28%,18%,46%)

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 118 of 255 = 46%

71
47
118

R + G + B ~ 31%. #472F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 118 = 236 (100%)
R 71 of 236 ~ 30.08%
G 47 of 236 ~ 19.92%
B 118 of 236 ~ 50%

%30.08
%19.92
%50

CMYK color model

#472F76 color CMYK value is (40,60,0,54).

  • cyan value is 39.83%
  • magenta value is 60.17%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(40,60,0,54)
C40M60Y0K54 
(40%,60%,0%,54%)
(0.40/0.60/0.00/0.54)	

CMYK percentages

%39.83
%60.17
%0
%53.73

Codes

Color #472F76 in popluar color models

472F76
RGB7147118
HSL260°43.03%32.35%
HSB/HSV260°60.17%46.27%
CMYK39.83%60.17%0.00%
53.73%

Color #472F76 in popluar number systems.

HEX472F76
Decimal7147118
Binary10001111011111110110
Octal10757166

Shades and tints

Shades of #472F76

#472F76
(71,47,118)
#412B6C
(65,43,108)
#3B2762
(59,39,98)
#352358
(53,35,88)
#2F1F4E
(47,31,78)
#291B44
(41,27,68)
#23173A
(35,23,58)
#1D1330
(29,19,48)
#170F26
(23,15,38)
#110B1C
(17,11,28)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #472F76

#472F76
(71,47,118)
#574182
(87,65,130)
#67538E
(103,83,142)
#77659A
(119,101,154)
#8777A6
(135,119,166)
#9789B2
(151,137,178)
#A79BBE
(167,155,190)
#B7ADCA
(183,173,202)
#C7BFD6
(199,191,214)
#D7D1E2
(215,209,226)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472F76 color. Also use rgb(71,47,118) instead hex code.

Text Font Color

.myTextColor { color: #472F76; }

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

This text font color is #472F76.


Background Color

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

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

This div background color is #472F76.


Border color

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

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

This div border color is #472F76.


Opacity

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

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

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

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

This text has shadow with #472F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F76 on black background.


Color preview on white background

This text has color #472F76 on white background.



Black color preview on #472F76 background

This text has black color on #472F76 background.


White color preview on #472F76 background

This text has white color on #472F76 background.