COLOR #472976

HEX: #472976
RGB: (71,41,118)

Color info

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

RGB color model

#472976 color RGB value is (71,41,118).

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

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 118 of 255 = 46%

71
41
118

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

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 118 = 230 (100%)
R 71 of 230 ~ 30.87%
G 41 of 230 ~ 17.83%
B 118 of 230 ~ 51.3%

%30.87
%17.83
%51.3

CMYK color model

#472976 color CMYK value is (40,65,0,54).

  • cyan value is 39.83%
  • magenta value is 65.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(40,65,0,54)
C40M65Y0K54 
(40%,65%,0%,54%)
(0.40/0.65/0.00/0.54)	

CMYK percentages

%39.83
%65.25
%0
%53.73

Codes

Color #472976 in popluar color models

472976
RGB7141118
HSL263°48.43%31.18%
HSB/HSV263°65.25%46.27%
CMYK39.83%65.25%0.00%
53.73%

Color #472976 in popluar number systems.

HEX472976
Decimal7141118
Binary10001111010011110110
Octal10751166

Shades and tints

Shades of #472976

#472976
(71,41,118)
#41266C
(65,38,108)
#3B2362
(59,35,98)
#352058
(53,32,88)
#2F1D4E
(47,29,78)
#291A44
(41,26,68)
#23173A
(35,23,58)
#1D1430
(29,20,48)
#171126
(23,17,38)
#110E1C
(17,14,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #472976

#472976
(71,41,118)
#573C82
(87,60,130)
#674F8E
(103,79,142)
#77629A
(119,98,154)
#8775A6
(135,117,166)
#9788B2
(151,136,178)
#A79BBE
(167,155,190)
#B7AECA
(183,174,202)
#C7C1D6
(199,193,214)
#D7D4E2
(215,212,226)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472976; }

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

This text font color is #472976.


Background Color

.myBgColor { background-color: #472976; }

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

This div background color is #472976.


Border color

.myBorderColor { border: 1px solid #472976; }

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

This div border color is #472976.


Opacity

.myOpacity80 { color: #472976; opacity: 0.8; }

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

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

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

This text has shadow with #472976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472976 on black background.


Color preview on white background

This text has color #472976 on white background.



Black color preview on #472976 background

This text has black color on #472976 background.


White color preview on #472976 background

This text has white color on #472976 background.