COLOR #474A50

HEX: #474A50
RGB: (71,74,80)

Color info

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

RGB color model

#474A50 color RGB value is (71,74,80).

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

RGB channels and saturation

R 71 of 255 = 28%
G 74 of 255 = 29%
B 80 of 255 = 31%

71
74
80

R + G + B ~ 29%. #474A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 80 = 225 (100%)
R 71 of 225 ~ 31.56%
G 74 of 225 ~ 32.89%
B 80 of 225 ~ 35.56%

%31.56
%32.89
%35.56

CMYK color model

#474A50 color CMYK value is (11,7,0,69).

  • cyan value is 11.25%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(11,7,0,69)
C11M7Y0K69 
(11%,7%,0%,69%)
(0.11/0.07/0.00/0.69)	

CMYK percentages

%11.25
%7.5
%0
%68.63

Codes

Color #474A50 in popluar color models

474A50
RGB717480
HSL220°5.96%29.61%
HSB/HSV220°11.25%31.37%
CMYK11.25%7.50%0.00%
68.63%

Color #474A50 in popluar number systems.

HEX474A50
Decimal717480
Binary100011110010101010000
Octal107112120

Shades and tints

Shades of #474A50

#474A50
(71,74,80)
#414449
(65,68,73)
#3B3E42
(59,62,66)
#35383B
(53,56,59)
#2F3234
(47,50,52)
#292C2D
(41,44,45)
#232626
(35,38,38)
#1D201F
(29,32,31)
#171A18
(23,26,24)
#111411
(17,20,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #474A50

#474A50
(71,74,80)
#575A5F
(87,90,95)
#676A6E
(103,106,110)
#777A7D
(119,122,125)
#878A8C
(135,138,140)
#979A9B
(151,154,155)
#A7AAAA
(167,170,170)
#B7BAB9
(183,186,185)
#C7CAC8
(199,202,200)
#D7DAD7
(215,218,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A50; }

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

This text font color is #474A50.


Background Color

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

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

This div background color is #474A50.


Border color

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

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

This div border color is #474A50.


Opacity

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

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

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

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

This text has shadow with #474A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A50 on black background.


Color preview on white background

This text has color #474A50 on white background.



Black color preview on #474A50 background

This text has black color on #474A50 background.


White color preview on #474A50 background

This text has white color on #474A50 background.