COLOR #473D79

HEX: #473D79
RGB: (71,61,121)

Color info

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

RGB color model

#473D79 color RGB value is (71,61,121).

  • red value is 71;
  • green value is 61;
  • blue value is 121.
RGB:
(71,61,121)
(28%,24%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 121 of 255 = 47%

71
61
121

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

Portions of RGB colors in percentages

R + G + B =
71 + 61 + 121 = 253 (100%)
R 71 of 253 ~ 28.06%
G 61 of 253 ~ 24.11%
B 121 of 253 ~ 47.83%

%28.06
%24.11
%47.83

CMYK color model

#473D79 color CMYK value is (41,50,0,53).

  • cyan value is 41.32%
  • magenta value is 49.59%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(41,50,0,53)
C41M50Y0K53 
(41%,50%,0%,53%)
(0.41/0.50/0.00/0.53)	

CMYK percentages

%41.32
%49.59
%0
%52.55

Codes

Color #473D79 in popluar color models

473D79
RGB7161121
HSL250°32.97%35.69%
HSB/HSV250°49.59%47.45%
CMYK41.32%49.59%0.00%
52.55%

Color #473D79 in popluar number systems.

HEX473D79
Decimal7161121
Binary10001111111011111001
Octal10775171

Shades and tints

Shades of #473D79

#473D79
(71,61,121)
#41386E
(65,56,110)
#3B3363
(59,51,99)
#352E58
(53,46,88)
#2F294D
(47,41,77)
#292442
(41,36,66)
#231F37
(35,31,55)
#1D1A2C
(29,26,44)
#171521
(23,21,33)
#111016
(17,16,22)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #473D79

#473D79
(71,61,121)
#574E85
(87,78,133)
#675F91
(103,95,145)
#77709D
(119,112,157)
#8781A9
(135,129,169)
#9792B5
(151,146,181)
#A7A3C1
(167,163,193)
#B7B4CD
(183,180,205)
#C7C5D9
(199,197,217)
#D7D6E5
(215,214,229)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473D79 color. Also use rgb(71,61,121) instead hex code.

Text Font Color

.myTextColor { color: #473D79; }

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

This text font color is #473D79.


Background Color

.myBgColor { background-color: #473D79; }

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

This div background color is #473D79.


Border color

.myBorderColor { border: 1px solid #473D79; }

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

This div border color is #473D79.


Opacity

.myOpacity80 { color: #473D79; opacity: 0.8; }

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

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

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

This text has shadow with #473D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D79 on black background.


Color preview on white background

This text has color #473D79 on white background.



Black color preview on #473D79 background

This text has black color on #473D79 background.


White color preview on #473D79 background

This text has white color on #473D79 background.