COLOR #474E74

HEX: #474E74
RGB: (71,78,116)

Color info

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

RGB color model

#474E74 color RGB value is (71,78,116).

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

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 116 of 255 = 45%

71
78
116

R + G + B ~ 35%. #474E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 78 + 116 = 265 (100%)
R 71 of 265 ~ 26.79%
G 78 of 265 ~ 29.43%
B 116 of 265 ~ 43.77%

%26.79
%29.43
%43.77

CMYK color model

#474E74 color CMYK value is (39,33,0,55).

  • cyan value is 38.79%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(39,33,0,55)
C39M33Y0K55 
(39%,33%,0%,55%)
(0.39/0.33/0.00/0.55)	

CMYK percentages

%38.79
%32.76
%0
%54.51

Codes

Color #474E74 in popluar color models

474E74
RGB7178116
HSL231°24.06%36.67%
HSB/HSV231°38.79%45.49%
CMYK38.79%32.76%0.00%
54.51%

Color #474E74 in popluar number systems.

HEX474E74
Decimal7178116
Binary100011110011101110100
Octal107116164

Shades and tints

Shades of #474E74

#474E74
(71,78,116)
#41476A
(65,71,106)
#3B4060
(59,64,96)
#353956
(53,57,86)
#2F324C
(47,50,76)
#292B42
(41,43,66)
#232438
(35,36,56)
#1D1D2E
(29,29,46)
#171624
(23,22,36)
#110F1A
(17,15,26)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #474E74

#474E74
(71,78,116)
#575E80
(87,94,128)
#676E8C
(103,110,140)
#777E98
(119,126,152)
#878EA4
(135,142,164)
#979EB0
(151,158,176)
#A7AEBC
(167,174,188)
#B7BEC8
(183,190,200)
#C7CED4
(199,206,212)
#D7DEE0
(215,222,224)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E74; }

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

This text font color is #474E74.


Background Color

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

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

This div background color is #474E74.


Border color

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

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

This div border color is #474E74.


Opacity

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

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

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

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

This text has shadow with #474E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E74 on black background.


Color preview on white background

This text has color #474E74 on white background.



Black color preview on #474E74 background

This text has black color on #474E74 background.


White color preview on #474E74 background

This text has white color on #474E74 background.