COLOR #473F62

HEX: #473F62 RGB: (71,63,98)

Color info

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

RGB color model

#473F62 color RGB value is (71,63,98).

RGB: (71,63,98) (28%, 25%, 38%)

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 98 of 255 = 38%

71
63
98

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

Portions of RGB colors in percentages

R + G + B = 71 + 63 + 98 = 232 (100%)
R 71 of 232 ~ 30.6%
G 63 of 232 ~ 27.16%
B 98 of 232 ~ 42.24'%

%30.6
%27.16
%42.24

CMYK color model

#473F62 color CMYK value is (28,36,0,62).

  • cyan value is 27.55%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (28,36,0,62)
C28M36Y0K62 (28%, 36%, 0%, 62%)
(0.28 / 0.36 / 0.00 / 0.62)

CMYK percentages

%27.55
%35.71
%0
%61.57

Codes

Color #473F62 in popluar color models

47 3F 62
RGB 71 63 98
HSL 254° 21.74% 31.57%
HSB/HSV 254° 35.71% 38.43%
CMYK 27.55% 35.71% 0.00%
61.57%

Color #473F62 in popluar number systems.

HEX 47 3F 62
Decimal 71 63 98
Binary 1000111 111111 1100010
Octal 107 77 142

Shades and tints

Shades of #473F62

#473F62
(71,63,98)
#413A5A
(65,58,90)
#3B3552
(59,53,82)
#35304A
(53,48,74)
#2F2B42
(47,43,66)
#29263A
(41,38,58)
#232132
(35,33,50)
#1D1C2A
(29,28,42)
#171722
(23,23,34)
#11121A
(17,18,26)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #473F62

#473F62
(71,63,98)
#575070
(87,80,112)
#67617E
(103,97,126)
#77728C
(119,114,140)
#87839A
(135,131,154)
#9794A8
(151,148,168)
#A7A5B6
(167,165,182)
#B7B6C4
(183,182,196)
#C7C7D2
(199,199,210)
#D7D8E0
(215,216,224)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473F62 color. Also use rgb(71,63,98) instead hex code.

Text Font Color

.myTextColor { color: #473F62; }

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

This text font color is #473F62.

Background Color

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

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

This div background color is #473F62.

Border color

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

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

This div border color is #473F62.

Opacity

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

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

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

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

This text has shadow with #473F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473F62.

Preview

Color preview on black background

This text has color #473F62 on black background.


Color preview on white background

This text has color #473F62 on white background.


Black color preview on #473F62 background

This text has black color on #473F62 background.


White color preview on #473F62 background

This text has white color on #473F62 background.


Related colors

Complementary color

Complementary color for #hex is #B8C09D.


I love getcolorcode.com

Triadic colors

1 #62473F and #3F6247 with #473F62 are triadic colors.

2 #623F47 and #3F4762 with #473F62 are triadic colors.