COLOR #473369

HEX: #473369
RGB: (71,51,105)

Color info

#473369 contains red, green and blue colors in about the same proportion. Web safe color of #473369 is #333366 (or #336).

RGB color model

#473369 color RGB value is (71,51,105).

  • red value is 71;
  • green value is 51;
  • blue value is 105.
RGB:
(71,51,105)
(28%,20%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 105 of 255 = 41%

71
51
105

R + G + B ~ 30%. #473369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 105 = 227 (100%)
R 71 of 227 ~ 31.28%
G 51 of 227 ~ 22.47%
B 105 of 227 ~ 46.26%

%31.28
%22.47
%46.26

CMYK color model

#473369 color CMYK value is (32,51,0,59).

  • cyan value is 32.38%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(32,51,0,59)
C32M51Y0K59 
(32%,51%,0%,59%)
(0.32/0.51/0.00/0.59)	

CMYK percentages

%32.38
%51.43
%0
%58.82

Codes

Color #473369 in popluar color models

473369
RGB7151105
HSL262°34.62%30.59%
HSB/HSV262°51.43%41.18%
CMYK32.38%51.43%0.00%
58.82%

Color #473369 in popluar number systems.

HEX473369
Decimal7151105
Binary10001111100111101001
Octal10763151

Shades and tints

Shades of #473369

#473369
(71,51,105)
#412F60
(65,47,96)
#3B2B57
(59,43,87)
#35274E
(53,39,78)
#2F2345
(47,35,69)
#291F3C
(41,31,60)
#231B33
(35,27,51)
#1D172A
(29,23,42)
#171321
(23,19,33)
#110F18
(17,15,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #473369

#473369
(71,51,105)
#574576
(87,69,118)
#675783
(103,87,131)
#776990
(119,105,144)
#877B9D
(135,123,157)
#978DAA
(151,141,170)
#A79FB7
(167,159,183)
#B7B1C4
(183,177,196)
#C7C3D1
(199,195,209)
#D7D5DE
(215,213,222)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473369 color. Also use rgb(71,51,105) instead hex code.

Text Font Color

.myTextColor { color: #473369; }

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

This text font color is #473369.


Background Color

.myBgColor { background-color: #473369; }

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

This div background color is #473369.


Border color

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

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

This div border color is #473369.


Opacity

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

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

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

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

This text has shadow with #473369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473369 on black background.


Color preview on white background

This text has color #473369 on white background.



Black color preview on #473369 background

This text has black color on #473369 background.


White color preview on #473369 background

This text has white color on #473369 background.