COLOR #473875

HEX: #473875
RGB: (71,56,117)

Color info

#473875 contains mainly red and blue colors. Web safe color of #473875 is #333366 (or #336).

RGB color model

#473875 color RGB value is (71,56,117).

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

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 117 of 255 = 46%

71
56
117

R + G + B ~ 32%. #473875 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 117 = 244 (100%)
R 71 of 244 ~ 29.1%
G 56 of 244 ~ 22.95%
B 117 of 244 ~ 47.95%

%29.1
%22.95
%47.95

CMYK color model

#473875 color CMYK value is (39,52,0,54).

  • cyan value is 39.32%
  • magenta value is 52.14%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(39,52,0,54)
C39M52Y0K54 
(39%,52%,0%,54%)
(0.39/0.52/0.00/0.54)	

CMYK percentages

%39.32
%52.14
%0
%54.12

Codes

Color #473875 in popluar color models

473875
RGB7156117
HSL255°35.26%33.92%
HSB/HSV255°52.14%45.88%
CMYK39.32%52.14%0.00%
54.12%

Color #473875 in popluar number systems.

HEX473875
Decimal7156117
Binary10001111110001110101
Octal10770165

Shades and tints

Shades of #473875

#473875
(71,56,117)
#41336B
(65,51,107)
#3B2E61
(59,46,97)
#352957
(53,41,87)
#2F244D
(47,36,77)
#291F43
(41,31,67)
#231A39
(35,26,57)
#1D152F
(29,21,47)
#171025
(23,16,37)
#110B1B
(17,11,27)
#0B0611
(11,6,17)
#000000
(0,0,0)

Tints of #473875

#473875
(71,56,117)
#574A81
(87,74,129)
#675C8D
(103,92,141)
#776E99
(119,110,153)
#8780A5
(135,128,165)
#9792B1
(151,146,177)
#A7A4BD
(167,164,189)
#B7B6C9
(183,182,201)
#C7C8D5
(199,200,213)
#D7DAE1
(215,218,225)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473875; }

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

This text font color is #473875.


Background Color

.myBgColor { background-color: #473875; }

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

This div background color is #473875.


Border color

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

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

This div border color is #473875.


Opacity

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

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

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

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

This text has shadow with #473875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473875 on black background.


Color preview on white background

This text has color #473875 on white background.



Black color preview on #473875 background

This text has black color on #473875 background.


White color preview on #473875 background

This text has white color on #473875 background.