COLOR #470952

HEX: #470952
RGB: (71,9,82)

Color info

#470952 contains mainly red and blue colors. Web safe color of #470952 is #330066 (or #306).

RGB color model

#470952 color RGB value is (71,9,82).

  • red value is 71;
  • green value is 9;
  • blue value is 82.
RGB:
(71,9,82)
(28%,4%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 9 of 255 = 4%
B 82 of 255 = 32%

71
9
82

R + G + B ~ 21%. #470952 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 9 + 82 = 162 (100%)
R 71 of 162 ~ 43.83%
G 9 of 162 ~ 5.56%
B 82 of 162 ~ 50.62%

%43.83
%50.62

CMYK color model

#470952 color CMYK value is (13,89,0,68).

  • cyan value is 13.41%
  • magenta value is 89.02%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(13,89,0,68)
C13M89Y0K68 
(13%,89%,0%,68%)
(0.13/0.89/0.00/0.68)	

CMYK percentages

%13.41
%89.02
%0
%67.84

Codes

Color #470952 in popluar color models

470952
RGB71982
HSL291°80.22%17.84%
HSB/HSV291°89.02%32.16%
CMYK13.41%89.02%0.00%
67.84%

Color #470952 in popluar number systems.

HEX470952
Decimal71982
Binary100011110011010010
Octal10711122

Shades and tints

Shades of #470952

#470952
(71,9,82)
#41094B
(65,9,75)
#3B0944
(59,9,68)
#35093D
(53,9,61)
#2F0936
(47,9,54)
#29092F
(41,9,47)
#230928
(35,9,40)
#1D0921
(29,9,33)
#17091A
(23,9,26)
#110913
(17,9,19)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #470952

#470952
(71,9,82)
#571F61
(87,31,97)
#673570
(103,53,112)
#774B7F
(119,75,127)
#87618E
(135,97,142)
#97779D
(151,119,157)
#A78DAC
(167,141,172)
#B7A3BB
(183,163,187)
#C7B9CA
(199,185,202)
#D7CFD9
(215,207,217)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470952 color. Also use rgb(71,9,82) instead hex code.

Text Font Color

.myTextColor { color: #470952; }

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

This text font color is #470952.


Background Color

.myBgColor { background-color: #470952; }

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

This div background color is #470952.


Border color

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

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

This div border color is #470952.


Opacity

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

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

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

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

This text has shadow with #470952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470952 on black background.


Color preview on white background

This text has color #470952 on white background.



Black color preview on #470952 background

This text has black color on #470952 background.


White color preview on #470952 background

This text has white color on #470952 background.