COLOR #473D66

HEX: #473D66 RGB: (71,61,102)

Color info

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

RGB color model

#473D66 color RGB value is (71,61,102).

RGB: (71,61,102) (28%, 24%, 40%)

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 102 of 255 = 40%

71
61
102

R + G + B ~ 31%. #473D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 61 + 102 = 234 (100%)
R 71 of 234 ~ 30.34%
G 61 of 234 ~ 26.07%
B 102 of 234 ~ 43.59'%

%30.34
%26.07
%43.59

CMYK color model

#473D66 color CMYK value is (30,40,0,60).

  • cyan value is 30.39%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (30,40,0,60) C30M40Y0K60 (30%,40%,0%,60%) (0.30/0.40/0.00/0.60) 

CMYK percentages

%30.39
%40.2
%0
%60

Codes

Color #473D66 in popluar color models

47 3D 66
RGB 71 61 102
HSL 255° 25.15% 31.96%
HSB/HSV 255° 40.20% 40.00%
CMYK 30.39% 40.20% 0.00%
60.00%

Color #473D66 in popluar number systems.

HEX 47 3D 66
Decimal 71 61 102
Binary 1000111 111101 1100110
Octal 107 75 146

Shades and tints

Shades of #473D66

#473D66
(71,61,102)
#41385D
(65,56,93)
#3B3354
(59,51,84)
#352E4B
(53,46,75)
#2F2942
(47,41,66)
#292439
(41,36,57)
#231F30
(35,31,48)
#1D1A27
(29,26,39)
#17151E
(23,21,30)
#111015
(17,16,21)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #473D66

#473D66
(71,61,102)
#574E73
(87,78,115)
#675F80
(103,95,128)
#77708D
(119,112,141)
#87819A
(135,129,154)
#9792A7
(151,146,167)
#A7A3B4
(167,163,180)
#B7B4C1
(183,180,193)
#C7C5CE
(199,197,206)
#D7D6DB
(215,214,219)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D66; }

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

This text font color is #473D66.

Background Color

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

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

This div background color is #473D66.

Border color

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

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

This div border color is #473D66.

Opacity

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

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

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

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

This text has shadow with #473D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473D66.

Preview

Color preview on black background

This text has color #473D66 on black background.


Color preview on white background

This text has color #473D66 on white background.


Black color preview on #473D66 background

This text has black color on #473D66 background.


White color preview on #473D66 background

This text has white color on #473D66 background.


Related colors

Complementary color

Complementary color for #hex is #B8C299.


I love getcolorcode.com

Triadic colors

1 #66473D and #3D6647 with #473D66 are triadic colors.

2 #663D47 and #3D4766 with #473D66 are triadic colors.