COLOR #474A71

HEX: #474A71
RGB: (71,74,113)

Color info

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

RGB color model

#474A71 color RGB value is (71,74,113).

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

RGB channels and saturation

R 71 of 255 = 28%
G 74 of 255 = 29%
B 113 of 255 = 44%

71
74
113

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

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 113 = 258 (100%)
R 71 of 258 ~ 27.52%
G 74 of 258 ~ 28.68%
B 113 of 258 ~ 43.8%

%27.52
%28.68
%43.8

CMYK color model

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

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

CMYK percentages

%37.17
%34.51
%0
%55.69

Codes

Color #474A71 in popluar color models

474A71
RGB7174113
HSL236°22.83%36.08%
HSB/HSV236°37.17%44.31%
CMYK37.17%34.51%0.00%
55.69%

Color #474A71 in popluar number systems.

HEX474A71
Decimal7174113
Binary100011110010101110001
Octal107112161

Shades and tints

Shades of #474A71

#474A71
(71,74,113)
#414467
(65,68,103)
#3B3E5D
(59,62,93)
#353853
(53,56,83)
#2F3249
(47,50,73)
#292C3F
(41,44,63)
#232635
(35,38,53)
#1D202B
(29,32,43)
#171A21
(23,26,33)
#111417
(17,20,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #474A71

#474A71
(71,74,113)
#575A7D
(87,90,125)
#676A89
(103,106,137)
#777A95
(119,122,149)
#878AA1
(135,138,161)
#979AAD
(151,154,173)
#A7AAB9
(167,170,185)
#B7BAC5
(183,186,197)
#C7CAD1
(199,202,209)
#D7DADD
(215,218,221)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474A71 color. Also use rgb(71,74,113) instead hex code.

Text Font Color

.myTextColor { color: #474A71; }

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

This text font color is #474A71.


Background Color

.myBgColor { background-color: #474A71; }

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

This div background color is #474A71.


Border color

.myBorderColor { border: 1px solid #474A71; }

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

This div border color is #474A71.


Opacity

.myOpacity80 { color: #474A71; opacity: 0.8; }

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

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

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

This text has shadow with #474A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A71 on black background.


Color preview on white background

This text has color #474A71 on white background.



Black color preview on #474A71 background

This text has black color on #474A71 background.


White color preview on #474A71 background

This text has white color on #474A71 background.