COLOR #472F78

HEX: #472F78 RGB: (71,47,120)

Color info

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

RGB color model

#472F78 color RGB value is (71,47,120).

RGB: (71,47,120) (28%, 18%, 47%)

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 120 of 255 = 47%

71
47
120

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

Portions of RGB colors in percentages

R + G + B = 71 + 47 + 120 = 238 (100%)
R 71 of 238 ~ 29.83%
G 47 of 238 ~ 19.75%
B 120 of 238 ~ 50.42'%

%29.83
%19.75
%50.42

CMYK color model

#472F78 color CMYK value is (41,61,0,53).

  • cyan value is 40.83%
  • magenta value is 60.83%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (41,61,0,53)
C41M61Y0K53 (41%, 61%, 0%, 53%)
(0.41 / 0.61 / 0.00 / 0.53)

CMYK percentages

%40.83
%60.83
%0
%52.94

Codes

Color #472F78 in popluar color models

47 2F 78
RGB 71 47 120
HSL 260° 43.71% 32.75%
HSB/HSV 260° 60.83% 47.06%
CMYK 40.83% 60.83% 0.00%
52.94%

Color #472F78 in popluar number systems.

HEX 47 2F 78
Decimal 71 47 120
Binary 1000111 101111 1111000
Octal 107 57 170

Shades and tints

Shades of #472F78

#472F78
(71,47,120)
#412B6E
(65,43,110)
#3B2764
(59,39,100)
#35235A
(53,35,90)
#2F1F50
(47,31,80)
#291B46
(41,27,70)
#23173C
(35,23,60)
#1D1332
(29,19,50)
#170F28
(23,15,40)
#110B1E
(17,11,30)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #472F78

#472F78
(71,47,120)
#574184
(87,65,132)
#675390
(103,83,144)
#77659C
(119,101,156)
#8777A8
(135,119,168)
#9789B4
(151,137,180)
#A79BC0
(167,155,192)
#B7ADCC
(183,173,204)
#C7BFD8
(199,191,216)
#D7D1E4
(215,209,228)
#E7E3F0
(231,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F78; }

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

This text font color is #472F78.

Background Color

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

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

This div background color is #472F78.

Border color

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

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

This div border color is #472F78.

Opacity

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

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

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

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

This text has shadow with #472F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472F78.

Preview

Color preview on black background

This text has color #472F78 on black background.


Color preview on white background

This text has color #472F78 on white background.


Black color preview on #472F78 background

This text has black color on #472F78 background.


White color preview on #472F78 background

This text has white color on #472F78 background.


Related colors

Complementary color

Complementary color for #hex is #B8D087.


I love getcolorcode.com

Triadic colors

1 #78472F and #2F7847 with #472F78 are triadic colors.

2 #782F47 and #2F4778 with #472F78 are triadic colors.