COLOR #472D94

HEX: #472D94
RGB: (71,45,148)

Color info

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

RGB color model

#472D94 color RGB value is (71,45,148).

  • red value is 71;
  • green value is 45;
  • blue value is 148.
RGB:
(71,45,148)
(28%,18%,58%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 148 of 255 = 58%

71
45
148

R + G + B ~ 35%. #472D94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 148 = 264 (100%)
R 71 of 264 ~ 26.89%
G 45 of 264 ~ 17.05%
B 148 of 264 ~ 56.06%

%26.89
%17.05
%56.06

CMYK color model

#472D94 color CMYK value is (52,70,0,42).

  • cyan value is 52.03%
  • magenta value is 69.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(52,70,0,42)
C52M70Y0K42 
(52%,70%,0%,42%)
(0.52/0.70/0.00/0.42)	

CMYK percentages

%52.03
%69.59
%0
%41.96

Codes

Color #472D94 in popluar color models

472D94
RGB7145148
HSL255°53.37%37.84%
HSB/HSV255°69.59%58.04%
CMYK52.03%69.59%0.00%
41.96%

Color #472D94 in popluar number systems.

HEX472D94
Decimal7145148
Binary100011110110110010100
Octal10755224

Shades and tints

Shades of #472D94

#472D94
(71,45,148)
#412987
(65,41,135)
#3B257A
(59,37,122)
#35216D
(53,33,109)
#2F1D60
(47,29,96)
#291953
(41,25,83)
#231546
(35,21,70)
#1D1139
(29,17,57)
#170D2C
(23,13,44)
#11091F
(17,9,31)
#0B0512
(11,5,18)
#000000
(0,0,0)

Tints of #472D94

#472D94
(71,45,148)
#57409D
(87,64,157)
#6753A6
(103,83,166)
#7766AF
(119,102,175)
#8779B8
(135,121,184)
#978CC1
(151,140,193)
#A79FCA
(167,159,202)
#B7B2D3
(183,178,211)
#C7C5DC
(199,197,220)
#D7D8E5
(215,216,229)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D94 color. Also use rgb(71,45,148) instead hex code.

Text Font Color

.myTextColor { color: #472D94; }

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

This text font color is #472D94.


Background Color

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

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

This div background color is #472D94.


Border color

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

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

This div border color is #472D94.


Opacity

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

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

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

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

This text has shadow with #472D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D94 on black background.


Color preview on white background

This text has color #472D94 on white background.



Black color preview on #472D94 background

This text has black color on #472D94 background.


White color preview on #472D94 background

This text has white color on #472D94 background.