COLOR #476574

HEX: #476574
RGB: (71,101,116)

Color info

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

RGB color model

#476574 color RGB value is (71,101,116).

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

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 116 of 255 = 45%

71
101
116

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

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 116 = 288 (100%)
R 71 of 288 ~ 24.65%
G 101 of 288 ~ 35.07%
B 116 of 288 ~ 40.28%

%24.65
%35.07
%40.28

CMYK color model

#476574 color CMYK value is (39,13,0,55).

  • cyan value is 38.79%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(39,13,0,55)
C39M13Y0K55 
(39%,13%,0%,55%)
(0.39/0.13/0.00/0.55)	

CMYK percentages

%38.79
%12.93
%0
%54.51

Codes

Color #476574 in popluar color models

476574
RGB71101116
HSL200°24.06%36.67%
HSB/HSV200°38.79%45.49%
CMYK38.79%12.93%0.00%
54.51%

Color #476574 in popluar number systems.

HEX476574
Decimal71101116
Binary100011111001011110100
Octal107145164

Shades and tints

Shades of #476574

#476574
(71,101,116)
#415C6A
(65,92,106)
#3B5360
(59,83,96)
#354A56
(53,74,86)
#2F414C
(47,65,76)
#293842
(41,56,66)
#232F38
(35,47,56)
#1D262E
(29,38,46)
#171D24
(23,29,36)
#11141A
(17,20,26)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #476574

#476574
(71,101,116)
#577380
(87,115,128)
#67818C
(103,129,140)
#778F98
(119,143,152)
#879DA4
(135,157,164)
#97ABB0
(151,171,176)
#A7B9BC
(167,185,188)
#B7C7C8
(183,199,200)
#C7D5D4
(199,213,212)
#D7E3E0
(215,227,224)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476574; }

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

This text font color is #476574.


Background Color

.myBgColor { background-color: #476574; }

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

This div background color is #476574.


Border color

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

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

This div border color is #476574.


Opacity

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

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

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

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

This text has shadow with #476574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476574 on black background.


Color preview on white background

This text has color #476574 on white background.



Black color preview on #476574 background

This text has black color on #476574 background.


White color preview on #476574 background

This text has white color on #476574 background.