COLOR #472F75

HEX: #472F75
RGB: (71,47,117)

Color info

#472F75 contains mainly red and blue colors. Web safe color of #472F75 is #333366 (or #336).

RGB color model

#472F75 color RGB value is (71,47,117).

  • red value is 71;
  • green value is 47;
  • blue value is 117.
RGB:
(71,47,117)
(28%,18%,46%)

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 117 of 255 = 46%

71
47
117

R + G + B ~ 31%. #472F75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 117 = 235 (100%)
R 71 of 235 ~ 30.21%
G 47 of 235 ~ 20%
B 117 of 235 ~ 49.79%

%30.21
%20
%49.79

CMYK color model

#472F75 color CMYK value is (39,60,0,54).

  • cyan value is 39.32%
  • magenta value is 59.83%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(39,60,0,54)
C39M60Y0K54 
(39%,60%,0%,54%)
(0.39/0.60/0.00/0.54)	

CMYK percentages

%39.32
%59.83
%0
%54.12

Codes

Color #472F75 in popluar color models

472F75
RGB7147117
HSL261°42.68%32.16%
HSB/HSV261°59.83%45.88%
CMYK39.32%59.83%0.00%
54.12%

Color #472F75 in popluar number systems.

HEX472F75
Decimal7147117
Binary10001111011111110101
Octal10757165

Shades and tints

Shades of #472F75

#472F75
(71,47,117)
#412B6B
(65,43,107)
#3B2761
(59,39,97)
#352357
(53,35,87)
#2F1F4D
(47,31,77)
#291B43
(41,27,67)
#231739
(35,23,57)
#1D132F
(29,19,47)
#170F25
(23,15,37)
#110B1B
(17,11,27)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #472F75

#472F75
(71,47,117)
#574181
(87,65,129)
#67538D
(103,83,141)
#776599
(119,101,153)
#8777A5
(135,119,165)
#9789B1
(151,137,177)
#A79BBD
(167,155,189)
#B7ADC9
(183,173,201)
#C7BFD5
(199,191,213)
#D7D1E1
(215,209,225)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472F75 color. Also use rgb(71,47,117) instead hex code.

Text Font Color

.myTextColor { color: #472F75; }

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

This text font color is #472F75.


Background Color

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

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

This div background color is #472F75.


Border color

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

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

This div border color is #472F75.


Opacity

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

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

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

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

This text has shadow with #472F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F75 on black background.


Color preview on white background

This text has color #472F75 on white background.



Black color preview on #472F75 background

This text has black color on #472F75 background.


White color preview on #472F75 background

This text has white color on #472F75 background.