COLOR #473A60

HEX: #473A60
RGB: (71,58,96)

Color info

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

RGB color model

#473A60 color RGB value is (71,58,96).

  • red value is 71;
  • green value is 58;
  • blue value is 96.
RGB:
(71,58,96)
(28%,23%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 96 of 255 = 38%

71
58
96

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

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 96 = 225 (100%)
R 71 of 225 ~ 31.56%
G 58 of 225 ~ 25.78%
B 96 of 225 ~ 42.67%

%31.56
%25.78
%42.67

CMYK color model

#473A60 color CMYK value is (26,40,0,62).

  • cyan value is 26.04%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(26,40,0,62)
C26M40Y0K62 
(26%,40%,0%,62%)
(0.26/0.40/0.00/0.62)	

CMYK percentages

%26.04
%39.58
%0
%62.35

Codes

Color #473A60 in popluar color models

473A60
RGB715896
HSL261°24.68%30.20%
HSB/HSV261°39.58%37.65%
CMYK26.04%39.58%0.00%
62.35%

Color #473A60 in popluar number systems.

HEX473A60
Decimal715896
Binary10001111110101100000
Octal10772140

Shades and tints

Shades of #473A60

#473A60
(71,58,96)
#413558
(65,53,88)
#3B3050
(59,48,80)
#352B48
(53,43,72)
#2F2640
(47,38,64)
#292138
(41,33,56)
#231C30
(35,28,48)
#1D1728
(29,23,40)
#171220
(23,18,32)
#110D18
(17,13,24)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #473A60

#473A60
(71,58,96)
#574B6E
(87,75,110)
#675C7C
(103,92,124)
#776D8A
(119,109,138)
#877E98
(135,126,152)
#978FA6
(151,143,166)
#A7A0B4
(167,160,180)
#B7B1C2
(183,177,194)
#C7C2D0
(199,194,208)
#D7D3DE
(215,211,222)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A60 color. Also use rgb(71,58,96) instead hex code.

Text Font Color

.myTextColor { color: #473A60; }

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

This text font color is #473A60.


Background Color

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

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

This div background color is #473A60.


Border color

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

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

This div border color is #473A60.


Opacity

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

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

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

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

This text has shadow with #473A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A60 on black background.


Color preview on white background

This text has color #473A60 on white background.



Black color preview on #473A60 background

This text has black color on #473A60 background.


White color preview on #473A60 background

This text has white color on #473A60 background.