COLOR #473783

HEX: #473783 RGB: (71,55,131)

Color info

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

RGB color model

#473783 color RGB value is (71,55,131).

RGB: (71,55,131) (28%, 22%, 51%)

RGB channels and saturation

R 71 of 255 = 28%
G 55 of 255 = 22%
B 131 of 255 = 51%

71
55
131

R + G + B ~ 34%. #473783 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 55 + 131 = 257 (100%)
R 71 of 257 ~ 27.63%
G 55 of 257 ~ 21.4%
B 131 of 257 ~ 50.97'%

%27.63
%21.4
%50.97

CMYK color model

#473783 color CMYK value is (46,58,0,49).

  • cyan value is 45.80%
  • magenta value is 58.02%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (46,58,0,49) C46M58Y0K49 (46%,58%,0%,49%) (0.46/0.58/0.00/0.49) 

CMYK percentages

%45.8
%58.02
%0
%48.63

Codes

Color #473783 in popluar color models

47 37 83
RGB 71 55 131
HSL 253° 40.86% 36.47%
HSB/HSV 253° 58.02% 51.37%
CMYK 45.80% 58.02% 0.00%
48.63%

Color #473783 in popluar number systems.

HEX 47 37 83
Decimal 71 55 131
Binary 1000111 110111 10000011
Octal 107 67 203

Shades and tints

Shades of #473783

#473783
(71,55,131)
#413278
(65,50,120)
#3B2D6D
(59,45,109)
#352862
(53,40,98)
#2F2357
(47,35,87)
#291E4C
(41,30,76)
#231941
(35,25,65)
#1D1436
(29,20,54)
#170F2B
(23,15,43)
#110A20
(17,10,32)
#0B0515
(11,5,21)
#000000
(0,0,0)

Tints of #473783

#473783
(71,55,131)
#57498E
(87,73,142)
#675B99
(103,91,153)
#776DA4
(119,109,164)
#877FAF
(135,127,175)
#9791BA
(151,145,186)
#A7A3C5
(167,163,197)
#B7B5D0
(183,181,208)
#C7C7DB
(199,199,219)
#D7D9E6
(215,217,230)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473783 color. Also use rgb(71,55,131) instead hex code.

Text Font Color

.myTextColor { color: #473783; }

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

This text font color is #473783.

Background Color

.myBgColor { background-color: #473783; }

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

This div background color is #473783.

Border color

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

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

This div border color is #473783.

Opacity

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

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

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

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

This text has shadow with #473783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473783.

Preview

Color preview on black background

This text has color #473783 on black background.


Color preview on white background

This text has color #473783 on white background.


Black color preview on #473783 background

This text has black color on #473783 background.


White color preview on #473783 background

This text has white color on #473783 background.


Related colors

Complementary color

Complementary color for #hex is #B8C87C.


I love getcolorcode.com

Triadic colors

1 #834737 and #378347 with #473783 are triadic colors.

2 #833747 and #374783 with #473783 are triadic colors.