COLOR #470546

HEX: #470546
RGB: (71,5,70)

Color info

#470546 contains mainly red and blue colors. Web safe color of #470546 is #330033 (or #303).

RGB color model

#470546 color RGB value is (71,5,70).

  • red value is 71;
  • green value is 5;
  • blue value is 70.
RGB:
(71,5,70)
(28%,2%,27%)

RGB channels and saturation

R 71 of 255 = 28%
G 5 of 255 = 2%
B 70 of 255 = 27%

71
5
70

R + G + B ~ 19%. #470546 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 5 + 70 = 146 (100%)
R 71 of 146 ~ 48.63%
G 5 of 146 ~ 3.42%
B 70 of 146 ~ 47.95%

%48.63
%47.95

CMYK color model

#470546 color CMYK value is (0,93,1,72).

  • cyan value is 0.00%
  • magenta value is 92.96%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(0,93,1,72)
C0M93Y1K72 
(0%,93%,1%,72%)
(0.00/0.93/0.01/0.72)	

CMYK percentages

%0
%92.96
%1.41
%72.16

Codes

Color #470546 in popluar color models

470546
RGB71570
HSL301°86.84%14.90%
HSB/HSV301°92.96%27.84%
CMYK0.00%92.96%1.41%
72.16%

Color #470546 in popluar number systems.

HEX470546
Decimal71570
Binary10001111011000110
Octal1075106

Shades and tints

Shades of #470546

#470546
(71,5,70)
#410540
(65,5,64)
#3B053A
(59,5,58)
#350534
(53,5,52)
#2F052E
(47,5,46)
#290528
(41,5,40)
#230522
(35,5,34)
#1D051C
(29,5,28)
#170516
(23,5,22)
#110510
(17,5,16)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #470546

#470546
(71,5,70)
#571B56
(87,27,86)
#673166
(103,49,102)
#774776
(119,71,118)
#875D86
(135,93,134)
#977396
(151,115,150)
#A789A6
(167,137,166)
#B79FB6
(183,159,182)
#C7B5C6
(199,181,198)
#D7CBD6
(215,203,214)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470546 color. Also use rgb(71,5,70) instead hex code.

Text Font Color

.myTextColor { color: #470546; }

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

This text font color is #470546.


Background Color

.myBgColor { background-color: #470546; }

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

This div background color is #470546.


Border color

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

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

This div border color is #470546.


Opacity

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

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

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

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

This text has shadow with #470546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470546 on black background.


Color preview on white background

This text has color #470546 on white background.



Black color preview on #470546 background

This text has black color on #470546 background.


White color preview on #470546 background

This text has white color on #470546 background.