COLOR #474D6F

HEX: #474D6F
RGB: (71,77,111)

Color info

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

RGB color model

#474D6F color RGB value is (71,77,111).

  • red value is 71;
  • green value is 77;
  • blue value is 111.
RGB:
(71,77,111)
(28%,30%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 111 of 255 = 44%

71
77
111

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

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 111 = 259 (100%)
R 71 of 259 ~ 27.41%
G 77 of 259 ~ 29.73%
B 111 of 259 ~ 42.86%

%27.41
%29.73
%42.86

CMYK color model

#474D6F color CMYK value is (36,31,0,56).

  • cyan value is 36.04%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(36,31,0,56)
C36M31Y0K56 
(36%,31%,0%,56%)
(0.36/0.31/0.00/0.56)	

CMYK percentages

%36.04
%30.63
%0
%56.47

Codes

Color #474D6F in popluar color models

474D6F
RGB7177111
HSL231°21.98%35.69%
HSB/HSV231°36.04%43.53%
CMYK36.04%30.63%0.00%
56.47%

Color #474D6F in popluar number systems.

HEX474D6F
Decimal7177111
Binary100011110011011101111
Octal107115157

Shades and tints

Shades of #474D6F

#474D6F
(71,77,111)
#414665
(65,70,101)
#3B3F5B
(59,63,91)
#353851
(53,56,81)
#2F3147
(47,49,71)
#292A3D
(41,42,61)
#232333
(35,35,51)
#1D1C29
(29,28,41)
#17151F
(23,21,31)
#110E15
(17,14,21)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #474D6F

#474D6F
(71,77,111)
#575D7C
(87,93,124)
#676D89
(103,109,137)
#777D96
(119,125,150)
#878DA3
(135,141,163)
#979DB0
(151,157,176)
#A7ADBD
(167,173,189)
#B7BDCA
(183,189,202)
#C7CDD7
(199,205,215)
#D7DDE4
(215,221,228)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474D6F color. Also use rgb(71,77,111) instead hex code.

Text Font Color

.myTextColor { color: #474D6F; }

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

This text font color is #474D6F.


Background Color

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

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

This div background color is #474D6F.


Border color

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

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

This div border color is #474D6F.


Opacity

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

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

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

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

This text has shadow with #474D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D6F on black background.


Color preview on white background

This text has color #474D6F on white background.



Black color preview on #474D6F background

This text has black color on #474D6F background.


White color preview on #474D6F background

This text has white color on #474D6F background.