COLOR #47426F

HEX: #47426F
RGB: (71,66,111)

Color info

#47426F contains red, green and blue colors in about the same proportion. Web safe color of #47426F is #333366 (or #336).

RGB color model

#47426F color RGB value is (71,66,111).

  • red value is 71;
  • green value is 66;
  • blue value is 111.
RGB:
(71,66,111)
(28%,26%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 111 of 255 = 44%

71
66
111

R + G + B ~ 33%. #47426F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 111 = 248 (100%)
R 71 of 248 ~ 28.63%
G 66 of 248 ~ 26.61%
B 111 of 248 ~ 44.76%

%28.63
%26.61
%44.76

CMYK color model

#47426F color CMYK value is (36,41,0,56).

  • cyan value is 36.04%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(36,41,0,56)
C36M41Y0K56 
(36%,41%,0%,56%)
(0.36/0.41/0.00/0.56)	

CMYK percentages

%36.04
%40.54
%0
%56.47

Codes

Color #47426F in popluar color models

47426F
RGB7166111
HSL247°25.42%34.71%
HSB/HSV247°40.54%43.53%
CMYK36.04%40.54%0.00%
56.47%

Color #47426F in popluar number systems.

HEX47426F
Decimal7166111
Binary100011110000101101111
Octal107102157

Shades and tints

Shades of #47426F

#47426F
(71,66,111)
#413C65
(65,60,101)
#3B365B
(59,54,91)
#353051
(53,48,81)
#2F2A47
(47,42,71)
#29243D
(41,36,61)
#231E33
(35,30,51)
#1D1829
(29,24,41)
#17121F
(23,18,31)
#110C15
(17,12,21)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #47426F

#47426F
(71,66,111)
#57537C
(87,83,124)
#676489
(103,100,137)
#777596
(119,117,150)
#8786A3
(135,134,163)
#9797B0
(151,151,176)
#A7A8BD
(167,168,189)
#B7B9CA
(183,185,202)
#C7CAD7
(199,202,215)
#D7DBE4
(215,219,228)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47426F color. Also use rgb(71,66,111) instead hex code.

Text Font Color

.myTextColor { color: #47426F; }

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

This text font color is #47426F.


Background Color

.myBgColor { background-color: #47426F; }

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

This div background color is #47426F.


Border color

.myBorderColor { border: 1px solid #47426F; }

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

This div border color is #47426F.


Opacity

.myOpacity80 { color: #47426F; opacity: 0.8; }

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

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

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

This text has shadow with #47426F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47426F on black background.


Color preview on white background

This text has color #47426F on white background.



Black color preview on #47426F background

This text has black color on #47426F background.


White color preview on #47426F background

This text has white color on #47426F background.