COLOR #473185

HEX: #473185 RGB: (71,49,133)

Color info

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

RGB color model

#473185 color RGB value is (71,49,133).

RGB: (71,49,133) (28%, 19%, 52%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 133 of 255 = 52%

71
49
133

R + G + B ~ 33%. #473185 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 49 + 133 = 253 (100%)
R 71 of 253 ~ 28.06%
G 49 of 253 ~ 19.37%
B 133 of 253 ~ 52.57'%

%28.06
%19.37
%52.57

CMYK color model

#473185 color CMYK value is (47,63,0,48).

  • cyan value is 46.62%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (47,63,0,48)
C47M63Y0K48 (47%, 63%, 0%, 48%)
(0.47 / 0.63 / 0.00 / 0.48)

CMYK percentages

%46.62
%63.16
%0
%47.84

Codes

Color #473185 in popluar color models

47 31 85
RGB 71 49 133
HSL 256° 46.15% 35.69%
HSB/HSV 256° 63.16% 52.16%
CMYK 46.62% 63.16% 0.00%
47.84%

Color #473185 in popluar number systems.

HEX 47 31 85
Decimal 71 49 133
Binary 1000111 110001 10000101
Octal 107 61 205

Shades and tints

Shades of #473185

#473185
(71,49,133)
#412D79
(65,45,121)
#3B296D
(59,41,109)
#352561
(53,37,97)
#2F2155
(47,33,85)
#291D49
(41,29,73)
#23193D
(35,25,61)
#1D1531
(29,21,49)
#171125
(23,17,37)
#110D19
(17,13,25)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #473185

#473185
(71,49,133)
#574390
(87,67,144)
#67559B
(103,85,155)
#7767A6
(119,103,166)
#8779B1
(135,121,177)
#978BBC
(151,139,188)
#A79DC7
(167,157,199)
#B7AFD2
(183,175,210)
#C7C1DD
(199,193,221)
#D7D3E8
(215,211,232)
#E7E5F3
(231,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473185 color. Also use rgb(71,49,133) instead hex code.

Text Font Color

.myTextColor { color: #473185; }

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

This text font color is #473185.

Background Color

.myBgColor { background-color: #473185; }

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

This div background color is #473185.

Border color

.myBorderColor { border: 1px solid #473185; }

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

This div border color is #473185.

Opacity

.myOpacity80 { color: #473185; opacity: 0.8; }

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

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

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

This text has shadow with #473185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473185.

Preview

Color preview on black background

This text has color #473185 on black background.


Color preview on white background

This text has color #473185 on white background.


Black color preview on #473185 background

This text has black color on #473185 background.


White color preview on #473185 background

This text has white color on #473185 background.


Related colors

Complementary color

Complementary color for #hex is #B8CE7A.


I love getcolorcode.com

Triadic colors

1 #854731 and #318547 with #473185 are triadic colors.

2 #853147 and #314785 with #473185 are triadic colors.