COLOR #473866

HEX: #473866
RGB: (71,56,102)

Color info

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

RGB color model

#473866 color RGB value is (71,56,102).

  • red value is 71;
  • green value is 56;
  • blue value is 102.
RGB:
(71,56,102)
(28%,22%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 102 of 255 = 40%

71
56
102

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

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 102 = 229 (100%)
R 71 of 229 ~ 31%
G 56 of 229 ~ 24.45%
B 102 of 229 ~ 44.54%

%31
%24.45
%44.54

CMYK color model

#473866 color CMYK value is (30,45,0,60).

  • cyan value is 30.39%
  • magenta value is 45.10%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(30,45,0,60)
C30M45Y0K60 
(30%,45%,0%,60%)
(0.30/0.45/0.00/0.60)	

CMYK percentages

%30.39
%45.1
%0
%60

Codes

Color #473866 in popluar color models

473866
RGB7156102
HSL260°29.11%30.98%
HSB/HSV260°45.10%40.00%
CMYK30.39%45.10%0.00%
60.00%

Color #473866 in popluar number systems.

HEX473866
Decimal7156102
Binary10001111110001100110
Octal10770146

Shades and tints

Shades of #473866

#473866
(71,56,102)
#41335D
(65,51,93)
#3B2E54
(59,46,84)
#35294B
(53,41,75)
#2F2442
(47,36,66)
#291F39
(41,31,57)
#231A30
(35,26,48)
#1D1527
(29,21,39)
#17101E
(23,16,30)
#110B15
(17,11,21)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #473866

#473866
(71,56,102)
#574A73
(87,74,115)
#675C80
(103,92,128)
#776E8D
(119,110,141)
#87809A
(135,128,154)
#9792A7
(151,146,167)
#A7A4B4
(167,164,180)
#B7B6C1
(183,182,193)
#C7C8CE
(199,200,206)
#D7DADB
(215,218,219)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473866; }

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

This text font color is #473866.


Background Color

.myBgColor { background-color: #473866; }

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

This div background color is #473866.


Border color

.myBorderColor { border: 1px solid #473866; }

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

This div border color is #473866.


Opacity

.myOpacity80 { color: #473866; opacity: 0.8; }

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

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

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

This text has shadow with #473866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473866 on black background.


Color preview on white background

This text has color #473866 on white background.



Black color preview on #473866 background

This text has black color on #473866 background.


White color preview on #473866 background

This text has white color on #473866 background.