COLOR #473D63

HEX: #473D63
RGB: (71,61,99)

Color info

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

RGB color model

#473D63 color RGB value is (71,61,99).

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

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 99 of 255 = 39%

71
61
99

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

Portions of RGB colors in percentages

R + G + B =
71 + 61 + 99 = 231 (100%)
R 71 of 231 ~ 30.74%
G 61 of 231 ~ 26.41%
B 99 of 231 ~ 42.86%

%30.74
%26.41
%42.86

CMYK color model

#473D63 color CMYK value is (28,38,0,61).

  • cyan value is 28.28%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(28,38,0,61)
C28M38Y0K61 
(28%,38%,0%,61%)
(0.28/0.38/0.00/0.61)	

CMYK percentages

%28.28
%38.38
%0
%61.18

Codes

Color #473D63 in popluar color models

473D63
RGB716199
HSL256°23.75%31.37%
HSB/HSV256°38.38%38.82%
CMYK28.28%38.38%0.00%
61.18%

Color #473D63 in popluar number systems.

HEX473D63
Decimal716199
Binary10001111111011100011
Octal10775143

Shades and tints

Shades of #473D63

#473D63
(71,61,99)
#41385A
(65,56,90)
#3B3351
(59,51,81)
#352E48
(53,46,72)
#2F293F
(47,41,63)
#292436
(41,36,54)
#231F2D
(35,31,45)
#1D1A24
(29,26,36)
#17151B
(23,21,27)
#111012
(17,16,18)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #473D63

#473D63
(71,61,99)
#574E71
(87,78,113)
#675F7F
(103,95,127)
#77708D
(119,112,141)
#87819B
(135,129,155)
#9792A9
(151,146,169)
#A7A3B7
(167,163,183)
#B7B4C5
(183,180,197)
#C7C5D3
(199,197,211)
#D7D6E1
(215,214,225)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D63; }

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

This text font color is #473D63.


Background Color

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

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

This div background color is #473D63.


Border color

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

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

This div border color is #473D63.


Opacity

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

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

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

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

This text has shadow with #473D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D63 on black background.


Color preview on white background

This text has color #473D63 on white background.



Black color preview on #473D63 background

This text has black color on #473D63 background.


White color preview on #473D63 background

This text has white color on #473D63 background.