COLOR #474A7F

HEX: #474A7F
RGB: (71,74,127)

Color info

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

RGB color model

#474A7F color RGB value is (71,74,127).

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

RGB channels and saturation

R 71 of 255 = 28%
G 74 of 255 = 29%
B 127 of 255 = 50%

71
74
127

R + G + B ~ 36%. #474A7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 127 = 272 (100%)
R 71 of 272 ~ 26.1%
G 74 of 272 ~ 27.21%
B 127 of 272 ~ 46.69%

%26.1
%27.21
%46.69

CMYK color model

#474A7F color CMYK value is (44,42,0,50).

  • cyan value is 44.09%
  • magenta value is 41.73%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(44,42,0,50)
C44M42Y0K50 
(44%,42%,0%,50%)
(0.44/0.42/0.00/0.50)	

CMYK percentages

%44.09
%41.73
%0
%50.2

Codes

Color #474A7F in popluar color models

474A7F
RGB7174127
HSL237°28.28%38.82%
HSB/HSV237°44.09%49.80%
CMYK44.09%41.73%0.00%
50.20%

Color #474A7F in popluar number systems.

HEX474A7F
Decimal7174127
Binary100011110010101111111
Octal107112177

Shades and tints

Shades of #474A7F

#474A7F
(71,74,127)
#414474
(65,68,116)
#3B3E69
(59,62,105)
#35385E
(53,56,94)
#2F3253
(47,50,83)
#292C48
(41,44,72)
#23263D
(35,38,61)
#1D2032
(29,32,50)
#171A27
(23,26,39)
#11141C
(17,20,28)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #474A7F

#474A7F
(71,74,127)
#575A8A
(87,90,138)
#676A95
(103,106,149)
#777AA0
(119,122,160)
#878AAB
(135,138,171)
#979AB6
(151,154,182)
#A7AAC1
(167,170,193)
#B7BACC
(183,186,204)
#C7CAD7
(199,202,215)
#D7DAE2
(215,218,226)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A7F; }

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

This text font color is #474A7F.


Background Color

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

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

This div background color is #474A7F.


Border color

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

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

This div border color is #474A7F.


Opacity

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

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

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

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

This text has shadow with #474A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A7F on black background.


Color preview on white background

This text has color #474A7F on white background.



Black color preview on #474A7F background

This text has black color on #474A7F background.


White color preview on #474A7F background

This text has white color on #474A7F background.