COLOR #473466

HEX: #473466
RGB: (71,52,102)

Color info

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

RGB color model

#473466 color RGB value is (71,52,102).

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

RGB channels and saturation

R 71 of 255 = 28%
G 52 of 255 = 20%
B 102 of 255 = 40%

71
52
102

R + G + B ~ 29%. #473466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 102 = 225 (100%)
R 71 of 225 ~ 31.56%
G 52 of 225 ~ 23.11%
B 102 of 225 ~ 45.33%

%31.56
%23.11
%45.33

CMYK color model

#473466 color CMYK value is (30,49,0,60).

  • cyan value is 30.39%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(30,49,0,60)
C30M49Y0K60 
(30%,49%,0%,60%)
(0.30/0.49/0.00/0.60)	

CMYK percentages

%30.39
%49.02
%0
%60

Codes

Color #473466 in popluar color models

473466
RGB7152102
HSL263°32.47%30.20%
HSB/HSV263°49.02%40.00%
CMYK30.39%49.02%0.00%
60.00%

Color #473466 in popluar number systems.

HEX473466
Decimal7152102
Binary10001111101001100110
Octal10764146

Shades and tints

Shades of #473466

#473466
(71,52,102)
#41305D
(65,48,93)
#3B2C54
(59,44,84)
#35284B
(53,40,75)
#2F2442
(47,36,66)
#292039
(41,32,57)
#231C30
(35,28,48)
#1D1827
(29,24,39)
#17141E
(23,20,30)
#111015
(17,16,21)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #473466

#473466
(71,52,102)
#574673
(87,70,115)
#675880
(103,88,128)
#776A8D
(119,106,141)
#877C9A
(135,124,154)
#978EA7
(151,142,167)
#A7A0B4
(167,160,180)
#B7B2C1
(183,178,193)
#C7C4CE
(199,196,206)
#D7D6DB
(215,214,219)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473466; }

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

This text font color is #473466.


Background Color

.myBgColor { background-color: #473466; }

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

This div background color is #473466.


Border color

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

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

This div border color is #473466.


Opacity

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

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

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

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

This text has shadow with #473466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473466 on black background.


Color preview on white background

This text has color #473466 on white background.



Black color preview on #473466 background

This text has black color on #473466 background.


White color preview on #473466 background

This text has white color on #473466 background.