COLOR #476576

HEX: #476576
RGB: (71,101,118)

Color info

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

RGB color model

#476576 color RGB value is (71,101,118).

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

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 118 of 255 = 46%

71
101
118

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

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 118 = 290 (100%)
R 71 of 290 ~ 24.48%
G 101 of 290 ~ 34.83%
B 118 of 290 ~ 40.69%

%24.48
%34.83
%40.69

CMYK color model

#476576 color CMYK value is (40,14,0,54).

  • cyan value is 39.83%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (40,14,0,54) C40M14Y0K54 (40%,14%,0%,54%) (0.40/0.14/0.00/0.54)

CMYK percentages

%39.83
%14.41
%0
%53.73

Codes

Color #476576 in popluar color models

476576
RGB71101118
HSL202°24.87%37.06%
HSB/HSV202°39.83%46.27%
CMYK39.83%14.41%0.00%
53.73%

Color #476576 in popluar number systems.

HEX476576
Decimal71101118
Binary100011111001011110110
Octal107145166

Shades and tints

Shades of #476576

#476576
(71,101,118)
#415C6C
(65,92,108)
#3B5362
(59,83,98)
#354A58
(53,74,88)
#2F414E
(47,65,78)
#293844
(41,56,68)
#232F3A
(35,47,58)
#1D2630
(29,38,48)
#171D26
(23,29,38)
#11141C
(17,20,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #476576

#476576
(71,101,118)
#577382
(87,115,130)
#67818E
(103,129,142)
#778F9A
(119,143,154)
#879DA6
(135,157,166)
#97ABB2
(151,171,178)
#A7B9BE
(167,185,190)
#B7C7CA
(183,199,202)
#C7D5D6
(199,213,214)
#D7E3E2
(215,227,226)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476576; }

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

This text font color is #476576.


Background Color

.myBgColor { background-color: #476576; }

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

This div background color is #476576.


Border color

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

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

This div border color is #476576.


Opacity

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

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

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

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

This text has shadow with #476576 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #476576 on black background.


Color preview on white background

This text has color #476576 on white background.



Black color preview on #476576 background

This text has black color on #476576 background.


White color preview on #476576 background

This text has white color on #476576 background.