COLOR #474E6D

HEX: #474E6D
RGB: (71,78,109)

Color info

#474E6D contains red, green and blue colors in about the same proportion. Web safe color of #474E6D is #336666 (or #366).

RGB color model

#474E6D color RGB value is (71,78,109).

  • red value is 71;
  • green value is 78;
  • blue value is 109.
RGB:
(71,78,109)
(28%,31%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 109 of 255 = 43%

71
78
109

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

Portions of RGB colors in percentages

R + G + B =
71 + 78 + 109 = 258 (100%)
R 71 of 258 ~ 27.52%
G 78 of 258 ~ 30.23%
B 109 of 258 ~ 42.25%

%27.52
%30.23
%42.25

CMYK color model

#474E6D color CMYK value is (35,28,0,57).

  • cyan value is 34.86%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(35,28,0,57)
C35M28Y0K57 
(35%,28%,0%,57%)
(0.35/0.28/0.00/0.57)	

CMYK percentages

%34.86
%28.44
%0
%57.25

Codes

Color #474E6D in popluar color models

474E6D
RGB7178109
HSL229°21.11%35.29%
HSB/HSV229°34.86%42.75%
CMYK34.86%28.44%0.00%
57.25%

Color #474E6D in popluar number systems.

HEX474E6D
Decimal7178109
Binary100011110011101101101
Octal107116155

Shades and tints

Shades of #474E6D

#474E6D
(71,78,109)
#414764
(65,71,100)
#3B405B
(59,64,91)
#353952
(53,57,82)
#2F3249
(47,50,73)
#292B40
(41,43,64)
#232437
(35,36,55)
#1D1D2E
(29,29,46)
#171625
(23,22,37)
#110F1C
(17,15,28)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #474E6D

#474E6D
(71,78,109)
#575E7A
(87,94,122)
#676E87
(103,110,135)
#777E94
(119,126,148)
#878EA1
(135,142,161)
#979EAE
(151,158,174)
#A7AEBB
(167,174,187)
#B7BEC8
(183,190,200)
#C7CED5
(199,206,213)
#D7DEE2
(215,222,226)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E6D color. Also use rgb(71,78,109) instead hex code.

Text Font Color

.myTextColor { color: #474E6D; }

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

This text font color is #474E6D.


Background Color

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

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

This div background color is #474E6D.


Border color

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

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

This div border color is #474E6D.


Opacity

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

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

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

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

This text has shadow with #474E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E6D on black background.


Color preview on white background

This text has color #474E6D on white background.



Black color preview on #474E6D background

This text has black color on #474E6D background.


White color preview on #474E6D background

This text has white color on #474E6D background.