COLOR #472C9F

HEX: #472C9F
RGB: (71,44,159)

Color info

#472C9F contains mainly blue color. Web safe color of #472C9F is #333399 (or #339).

RGB color model

#472C9F color RGB value is (71,44,159).

  • red value is 71;
  • green value is 44;
  • blue value is 159.
RGB:
(71,44,159)
(28%,17%,62%)

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 159 of 255 = 62%

71
44
159

R + G + B ~ 36%. #472C9F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 159 = 274 (100%)
R 71 of 274 ~ 25.91%
G 44 of 274 ~ 16.06%
B 159 of 274 ~ 58.03%

%25.91
%16.06
%58.03

CMYK color model

#472C9F color CMYK value is (55,72,0,38).

  • cyan value is 55.35%
  • magenta value is 72.33%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(55,72,0,38)
C55M72Y0K38 
(55%,72%,0%,38%)
(0.55/0.72/0.00/0.38)	

CMYK percentages

%55.35
%72.33
%0
%37.65

Codes

Color #472C9F in popluar color models

472C9F
RGB7144159
HSL254°56.65%39.80%
HSB/HSV254°72.33%62.35%
CMYK55.35%72.33%0.00%
37.65%

Color #472C9F in popluar number systems.

HEX472C9F
Decimal7144159
Binary100011110110010011111
Octal10754237

Shades and tints

Shades of #472C9F

#472C9F
(71,44,159)
#412891
(65,40,145)
#3B2483
(59,36,131)
#352075
(53,32,117)
#2F1C67
(47,28,103)
#291859
(41,24,89)
#23144B
(35,20,75)
#1D103D
(29,16,61)
#170C2F
(23,12,47)
#110821
(17,8,33)
#0B0413
(11,4,19)
#000000
(0,0,0)

Tints of #472C9F

#472C9F
(71,44,159)
#573FA7
(87,63,167)
#6752AF
(103,82,175)
#7765B7
(119,101,183)
#8778BF
(135,120,191)
#978BC7
(151,139,199)
#A79ECF
(167,158,207)
#B7B1D7
(183,177,215)
#C7C4DF
(199,196,223)
#D7D7E7
(215,215,231)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C9F color. Also use rgb(71,44,159) instead hex code.

Text Font Color

.myTextColor { color: #472C9F; }

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

This text font color is #472C9F.


Background Color

.myBgColor { background-color: #472C9F; }

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

This div background color is #472C9F.


Border color

.myBorderColor { border: 1px solid #472C9F; }

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

This div border color is #472C9F.


Opacity

.myOpacity80 { color: #472C9F; opacity: 0.8; }

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

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

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

This text has shadow with #472C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C9F on black background.


Color preview on white background

This text has color #472C9F on white background.



Black color preview on #472C9F background

This text has black color on #472C9F background.


White color preview on #472C9F background

This text has white color on #472C9F background.