COLOR #470043

HEX: #470043
RGB: (71,0,67)

Color info

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

RGB color model

#470043 color RGB value is (71,0,67).

  • red value is 71;
  • green value is 0;
  • blue value is 67.
RGB:
(71,0,67)
(28%,0%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 67 of 255 = 26%

71
0
67

R + G + B ~ 18%. #470043 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 67 = 138 (100%)
R 71 of 138 ~ 51.45%
G 0 of 138 ~ 0%
B 67 of 138 ~ 48.55%

%51.45
%48.55

CMYK color model

#470043 color CMYK value is (0,100,6,72).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(0,100,6,72)
C0M100Y6K72 
(0%,100%,6%,72%)
(0.00/1.00/0.06/0.72)	

CMYK percentages

%0
%100
%5.63
%72.16

Codes

Color #470043 in popluar color models

470043
RGB71067
HSL303°100.00%13.92%
HSB/HSV303°100.00%27.84%
CMYK0.00%100.00%5.63%
72.16%

Color #470043 in popluar number systems.

HEX470043
Decimal71067
Binary100011101000011
Octal1070103

Shades and tints

Shades of #470043

#470043
(71,0,67)
#41003D
(65,0,61)
#3B0037
(59,0,55)
#350031
(53,0,49)
#2F002B
(47,0,43)
#290025
(41,0,37)
#23001F
(35,0,31)
#1D0019
(29,0,25)
#170013
(23,0,19)
#11000D
(17,0,13)
#0B0007
(11,0,7)
#000000
(0,0,0)

Tints of #470043

#470043
(71,0,67)
#571754
(87,23,84)
#672E65
(103,46,101)
#774576
(119,69,118)
#875C87
(135,92,135)
#977398
(151,115,152)
#A78AA9
(167,138,169)
#B7A1BA
(183,161,186)
#C7B8CB
(199,184,203)
#D7CFDC
(215,207,220)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470043 color. Also use rgb(71,0,67) instead hex code.

Text Font Color

.myTextColor { color: #470043; }

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

This text font color is #470043.


Background Color

.myBgColor { background-color: #470043; }

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

This div background color is #470043.


Border color

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

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

This div border color is #470043.


Opacity

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

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

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

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

This text has shadow with #470043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470043 on black background.


Color preview on white background

This text has color #470043 on white background.



Black color preview on #470043 background

This text has black color on #470043 background.


White color preview on #470043 background

This text has white color on #470043 background.