COLOR #473669

HEX: #473669
RGB: (71,54,105)

Color info

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

RGB color model

#473669 color RGB value is (71,54,105).

  • red value is 71;
  • green value is 54;
  • blue value is 105.
RGB:
(71,54,105)
(28%,21%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 54 of 255 = 21%
B 105 of 255 = 41%

71
54
105

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

Portions of RGB colors in percentages

R + G + B =
71 + 54 + 105 = 230 (100%)
R 71 of 230 ~ 30.87%
G 54 of 230 ~ 23.48%
B 105 of 230 ~ 45.65%

%30.87
%23.48
%45.65

CMYK color model

#473669 color CMYK value is (32,49,0,59).

  • cyan value is 32.38%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(32,49,0,59)
C32M49Y0K59 
(32%,49%,0%,59%)
(0.32/0.49/0.00/0.59)	

CMYK percentages

%32.38
%48.57
%0
%58.82

Codes

Color #473669 in popluar color models

473669
RGB7154105
HSL260°32.08%31.18%
HSB/HSV260°48.57%41.18%
CMYK32.38%48.57%0.00%
58.82%

Color #473669 in popluar number systems.

HEX473669
Decimal7154105
Binary10001111101101101001
Octal10766151

Shades and tints

Shades of #473669

#473669
(71,54,105)
#413260
(65,50,96)
#3B2E57
(59,46,87)
#352A4E
(53,42,78)
#2F2645
(47,38,69)
#29223C
(41,34,60)
#231E33
(35,30,51)
#1D1A2A
(29,26,42)
#171621
(23,22,33)
#111218
(17,18,24)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #473669

#473669
(71,54,105)
#574876
(87,72,118)
#675A83
(103,90,131)
#776C90
(119,108,144)
#877E9D
(135,126,157)
#9790AA
(151,144,170)
#A7A2B7
(167,162,183)
#B7B4C4
(183,180,196)
#C7C6D1
(199,198,209)
#D7D8DE
(215,216,222)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473669 color. Also use rgb(71,54,105) instead hex code.

Text Font Color

.myTextColor { color: #473669; }

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

This text font color is #473669.


Background Color

.myBgColor { background-color: #473669; }

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

This div background color is #473669.


Border color

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

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

This div border color is #473669.


Opacity

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

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

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

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

This text has shadow with #473669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473669 on black background.


Color preview on white background

This text has color #473669 on white background.



Black color preview on #473669 background

This text has black color on #473669 background.


White color preview on #473669 background

This text has white color on #473669 background.