COLOR #473766

HEX: #473766
RGB: (71,55,102)

Color info

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

RGB color model

#473766 color RGB value is (71,55,102).

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

RGB channels and saturation

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

71
55
102

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

Portions of RGB colors in percentages

R + G + B =
71 + 55 + 102 = 228 (100%)
R 71 of 228 ~ 31.14%
G 55 of 228 ~ 24.12%
B 102 of 228 ~ 44.74%

%31.14
%24.12
%44.74

CMYK color model

#473766 color CMYK value is (30,46,0,60).

  • cyan value is 30.39%
  • magenta value is 46.08%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(30,46,0,60)
C30M46Y0K60 
(30%,46%,0%,60%)
(0.30/0.46/0.00/0.60)	

CMYK percentages

%30.39
%46.08
%0
%60

Codes

Color #473766 in popluar color models

473766
RGB7155102
HSL260°29.94%30.78%
HSB/HSV260°46.08%40.00%
CMYK30.39%46.08%0.00%
60.00%

Color #473766 in popluar number systems.

HEX473766
Decimal7155102
Binary10001111101111100110
Octal10767146

Shades and tints

Shades of #473766

#473766
(71,55,102)
#41325D
(65,50,93)
#3B2D54
(59,45,84)
#35284B
(53,40,75)
#2F2342
(47,35,66)
#291E39
(41,30,57)
#231930
(35,25,48)
#1D1427
(29,20,39)
#170F1E
(23,15,30)
#110A15
(17,10,21)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #473766

#473766
(71,55,102)
#574973
(87,73,115)
#675B80
(103,91,128)
#776D8D
(119,109,141)
#877F9A
(135,127,154)
#9791A7
(151,145,167)
#A7A3B4
(167,163,180)
#B7B5C1
(183,181,193)
#C7C7CE
(199,199,206)
#D7D9DB
(215,217,219)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473766; }

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

This text font color is #473766.


Background Color

.myBgColor { background-color: #473766; }

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

This div background color is #473766.


Border color

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

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

This div border color is #473766.


Opacity

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

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

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

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

This text has shadow with #473766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473766 on black background.


Color preview on white background

This text has color #473766 on white background.



Black color preview on #473766 background

This text has black color on #473766 background.


White color preview on #473766 background

This text has white color on #473766 background.