COLOR #474A4F

HEX: #474A4F
RGB: (71,74,79)

Color info

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

RGB color model

#474A4F color RGB value is (71,74,79).

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

RGB channels and saturation

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

71
74
79

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

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 79 = 224 (100%)
R 71 of 224 ~ 31.7%
G 74 of 224 ~ 33.04%
B 79 of 224 ~ 35.27%

%31.7
%33.04
%35.27

CMYK color model

#474A4F color CMYK value is (10,6,0,69).

  • cyan value is 10.13%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(10,6,0,69)
C10M6Y0K69 
(10%,6%,0%,69%)
(0.10/0.06/0.00/0.69)	

CMYK percentages

%10.13
%6.33
%0
%69.02

Codes

Color #474A4F in popluar color models

474A4F
RGB717479
HSL218°5.33%29.41%
HSB/HSV218°10.13%30.98%
CMYK10.13%6.33%0.00%
69.02%

Color #474A4F in popluar number systems.

HEX474A4F
Decimal717479
Binary100011110010101001111
Octal107112117

Shades and tints

Shades of #474A4F

#474A4F
(71,74,79)
#414448
(65,68,72)
#3B3E41
(59,62,65)
#35383A
(53,56,58)
#2F3233
(47,50,51)
#292C2C
(41,44,44)
#232625
(35,38,37)
#1D201E
(29,32,30)
#171A17
(23,26,23)
#111410
(17,20,16)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #474A4F

#474A4F
(71,74,79)
#575A5F
(87,90,95)
#676A6F
(103,106,111)
#777A7F
(119,122,127)
#878A8F
(135,138,143)
#979A9F
(151,154,159)
#A7AAAF
(167,170,175)
#B7BABF
(183,186,191)
#C7CACF
(199,202,207)
#D7DADF
(215,218,223)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A4F; }

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

This text font color is #474A4F.


Background Color

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

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

This div background color is #474A4F.


Border color

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

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

This div border color is #474A4F.


Opacity

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

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

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

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

This text has shadow with #474A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A4F on black background.


Color preview on white background

This text has color #474A4F on white background.



Black color preview on #474A4F background

This text has black color on #474A4F background.


White color preview on #474A4F background

This text has white color on #474A4F background.