COLOR #473975

HEX: #473975
RGB: (71,57,117)

Color info

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

RGB color model

#473975 color RGB value is (71,57,117).

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

RGB channels and saturation

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

71
57
117

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 117 = 245 (100%)
R 71 of 245 ~ 28.98%
G 57 of 245 ~ 23.27%
B 117 of 245 ~ 47.76%

%28.98
%23.27
%47.76

CMYK color model

#473975 color CMYK value is (39,51,0,54).

  • cyan value is 39.32%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(39,51,0,54)
C39M51Y0K54 
(39%,51%,0%,54%)
(0.39/0.51/0.00/0.54)	

CMYK percentages

%39.32
%51.28
%0
%54.12

Codes

Color #473975 in popluar color models

473975
RGB7157117
HSL254°34.48%34.12%
HSB/HSV254°51.28%45.88%
CMYK39.32%51.28%0.00%
54.12%

Color #473975 in popluar number systems.

HEX473975
Decimal7157117
Binary10001111110011110101
Octal10771165

Shades and tints

Shades of #473975

#473975
(71,57,117)
#41346B
(65,52,107)
#3B2F61
(59,47,97)
#352A57
(53,42,87)
#2F254D
(47,37,77)
#292043
(41,32,67)
#231B39
(35,27,57)
#1D162F
(29,22,47)
#171125
(23,17,37)
#110C1B
(17,12,27)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #473975

#473975
(71,57,117)
#574B81
(87,75,129)
#675D8D
(103,93,141)
#776F99
(119,111,153)
#8781A5
(135,129,165)
#9793B1
(151,147,177)
#A7A5BD
(167,165,189)
#B7B7C9
(183,183,201)
#C7C9D5
(199,201,213)
#D7DBE1
(215,219,225)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473975; }

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

This text font color is #473975.


Background Color

.myBgColor { background-color: #473975; }

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

This div background color is #473975.


Border color

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

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

This div border color is #473975.


Opacity

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

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

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

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

This text has shadow with #473975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473975 on black background.


Color preview on white background

This text has color #473975 on white background.



Black color preview on #473975 background

This text has black color on #473975 background.


White color preview on #473975 background

This text has white color on #473975 background.