COLOR #474970

HEX: #474970
RGB: (71,73,112)

Color info

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

RGB color model

#474970 color RGB value is (71,73,112).

  • red value is 71;
  • green value is 73;
  • blue value is 112.
RGB:
(71,73,112)
(28%,29%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 73 of 255 = 29%
B 112 of 255 = 44%

71
73
112

R + G + B ~ 34%. #474970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 73 + 112 = 256 (100%)
R 71 of 256 ~ 27.73%
G 73 of 256 ~ 28.52%
B 112 of 256 ~ 43.75%

%27.73
%28.52
%43.75

CMYK color model

#474970 color CMYK value is (37,35,0,56).

  • cyan value is 36.61%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,35,0,56)
C37M35Y0K56 
(37%,35%,0%,56%)
(0.37/0.35/0.00/0.56)	

CMYK percentages

%36.61
%34.82
%0
%56.08

Codes

Color #474970 in popluar color models

474970
RGB7173112
HSL237°22.40%35.88%
HSB/HSV237°36.61%43.92%
CMYK36.61%34.82%0.00%
56.08%

Color #474970 in popluar number systems.

HEX474970
Decimal7173112
Binary100011110010011110000
Octal107111160

Shades and tints

Shades of #474970

#474970
(71,73,112)
#414366
(65,67,102)
#3B3D5C
(59,61,92)
#353752
(53,55,82)
#2F3148
(47,49,72)
#292B3E
(41,43,62)
#232534
(35,37,52)
#1D1F2A
(29,31,42)
#171920
(23,25,32)
#111316
(17,19,22)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #474970

#474970
(71,73,112)
#57597D
(87,89,125)
#67698A
(103,105,138)
#777997
(119,121,151)
#8789A4
(135,137,164)
#9799B1
(151,153,177)
#A7A9BE
(167,169,190)
#B7B9CB
(183,185,203)
#C7C9D8
(199,201,216)
#D7D9E5
(215,217,229)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474970 color. Also use rgb(71,73,112) instead hex code.

Text Font Color

.myTextColor { color: #474970; }

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

This text font color is #474970.


Background Color

.myBgColor { background-color: #474970; }

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

This div background color is #474970.


Border color

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

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

This div border color is #474970.


Opacity

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

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

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

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

This text has shadow with #474970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474970 on black background.


Color preview on white background

This text has color #474970 on white background.



Black color preview on #474970 background

This text has black color on #474970 background.


White color preview on #474970 background

This text has white color on #474970 background.