COLOR #476874

HEX: #476874
RGB: (71,104,116)

Color info

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

RGB color model

#476874 color RGB value is (71,104,116).

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

RGB channels and saturation

R 71 of 255 = 28%
G 104 of 255 = 41%
B 116 of 255 = 45%

71
104
116

R + G + B ~ 38%. #476874 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 116 = 291 (100%)
R 71 of 291 ~ 24.4%
G 104 of 291 ~ 35.74%
B 116 of 291 ~ 39.86%

%24.4
%35.74
%39.86

CMYK color model

#476874 color CMYK value is (39,10,0,55).

  • cyan value is 38.79%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(39,10,0,55)
C39M10Y0K55 
(39%,10%,0%,55%)
(0.39/0.10/0.00/0.55)	

CMYK percentages

%38.79
%10.34
%0
%54.51

Codes

Color #476874 in popluar color models

476874
RGB71104116
HSL196°24.06%36.67%
HSB/HSV196°38.79%45.49%
CMYK38.79%10.34%0.00%
54.51%

Color #476874 in popluar number systems.

HEX476874
Decimal71104116
Binary100011111010001110100
Octal107150164

Shades and tints

Shades of #476874

#476874
(71,104,116)
#415F6A
(65,95,106)
#3B5660
(59,86,96)
#354D56
(53,77,86)
#2F444C
(47,68,76)
#293B42
(41,59,66)
#233238
(35,50,56)
#1D292E
(29,41,46)
#172024
(23,32,36)
#11171A
(17,23,26)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #476874

#476874
(71,104,116)
#577580
(87,117,128)
#67828C
(103,130,140)
#778F98
(119,143,152)
#879CA4
(135,156,164)
#97A9B0
(151,169,176)
#A7B6BC
(167,182,188)
#B7C3C8
(183,195,200)
#C7D0D4
(199,208,212)
#D7DDE0
(215,221,224)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476874; }

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

This text font color is #476874.


Background Color

.myBgColor { background-color: #476874; }

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

This div background color is #476874.


Border color

.myBorderColor { border: 1px solid #476874; }

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

This div border color is #476874.


Opacity

.myOpacity80 { color: #476874; opacity: 0.8; }

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

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

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

This text has shadow with #476874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476874 on black background.


Color preview on white background

This text has color #476874 on white background.



Black color preview on #476874 background

This text has black color on #476874 background.


White color preview on #476874 background

This text has white color on #476874 background.