COLOR #47427A

HEX: #47427A
RGB: (71,66,122)

Color info

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

RGB color model

#47427A color RGB value is (71,66,122).

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

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 122 of 255 = 48%

71
66
122

R + G + B ~ 34%. #47427A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 122 = 259 (100%)
R 71 of 259 ~ 27.41%
G 66 of 259 ~ 25.48%
B 122 of 259 ~ 47.1%

%27.41
%25.48
%47.1

CMYK color model

#47427A color CMYK value is (42,46,0,52).

  • cyan value is 41.80%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(42,46,0,52)
C42M46Y0K52 
(42%,46%,0%,52%)
(0.42/0.46/0.00/0.52)	

CMYK percentages

%41.8
%45.9
%0
%52.16

Codes

Color #47427A in popluar color models

47427A
RGB7166122
HSL245°29.79%36.86%
HSB/HSV245°45.90%47.84%
CMYK41.80%45.90%0.00%
52.16%

Color #47427A in popluar number systems.

HEX47427A
Decimal7166122
Binary100011110000101111010
Octal107102172

Shades and tints

Shades of #47427A

#47427A
(71,66,122)
#413C6F
(65,60,111)
#3B3664
(59,54,100)
#353059
(53,48,89)
#2F2A4E
(47,42,78)
#292443
(41,36,67)
#231E38
(35,30,56)
#1D182D
(29,24,45)
#171222
(23,18,34)
#110C17
(17,12,23)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #47427A

#47427A
(71,66,122)
#575386
(87,83,134)
#676492
(103,100,146)
#77759E
(119,117,158)
#8786AA
(135,134,170)
#9797B6
(151,151,182)
#A7A8C2
(167,168,194)
#B7B9CE
(183,185,206)
#C7CADA
(199,202,218)
#D7DBE6
(215,219,230)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47427A color. Also use rgb(71,66,122) instead hex code.

Text Font Color

.myTextColor { color: #47427A; }

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

This text font color is #47427A.


Background Color

.myBgColor { background-color: #47427A; }

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

This div background color is #47427A.


Border color

.myBorderColor { border: 1px solid #47427A; }

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

This div border color is #47427A.


Opacity

.myOpacity80 { color: #47427A; opacity: 0.8; }

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

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

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

This text has shadow with #47427A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47427A on black background.


Color preview on white background

This text has color #47427A on white background.



Black color preview on #47427A background

This text has black color on #47427A background.


White color preview on #47427A background

This text has white color on #47427A background.