COLOR #473D75

HEX: #473D75
RGB: (71,61,117)

Color info

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

RGB color model

#473D75 color RGB value is (71,61,117).

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

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 117 of 255 = 46%

71
61
117

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

Portions of RGB colors in percentages

R + G + B =
71 + 61 + 117 = 249 (100%)
R 71 of 249 ~ 28.51%
G 61 of 249 ~ 24.5%
B 117 of 249 ~ 46.99%

%28.51
%24.5
%46.99

CMYK color model

#473D75 color CMYK value is (39,48,0,54).

  • cyan value is 39.32%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(39,48,0,54)
C39M48Y0K54 
(39%,48%,0%,54%)
(0.39/0.48/0.00/0.54)	

CMYK percentages

%39.32
%47.86
%0
%54.12

Codes

Color #473D75 in popluar color models

473D75
RGB7161117
HSL251°31.46%34.90%
HSB/HSV251°47.86%45.88%
CMYK39.32%47.86%0.00%
54.12%

Color #473D75 in popluar number systems.

HEX473D75
Decimal7161117
Binary10001111111011110101
Octal10775165

Shades and tints

Shades of #473D75

#473D75
(71,61,117)
#41386B
(65,56,107)
#3B3361
(59,51,97)
#352E57
(53,46,87)
#2F294D
(47,41,77)
#292443
(41,36,67)
#231F39
(35,31,57)
#1D1A2F
(29,26,47)
#171525
(23,21,37)
#11101B
(17,16,27)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #473D75

#473D75
(71,61,117)
#574E81
(87,78,129)
#675F8D
(103,95,141)
#777099
(119,112,153)
#8781A5
(135,129,165)
#9792B1
(151,146,177)
#A7A3BD
(167,163,189)
#B7B4C9
(183,180,201)
#C7C5D5
(199,197,213)
#D7D6E1
(215,214,225)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D75; }

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

This text font color is #473D75.


Background Color

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

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

This div background color is #473D75.


Border color

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

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

This div border color is #473D75.


Opacity

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

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

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

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

This text has shadow with #473D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D75 on black background.


Color preview on white background

This text has color #473D75 on white background.



Black color preview on #473D75 background

This text has black color on #473D75 background.


White color preview on #473D75 background

This text has white color on #473D75 background.