COLOR #476476

HEX: #476476
RGB: (71,100,118)

Color info

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

RGB color model

#476476 color RGB value is (71,100,118).

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

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 118 of 255 = 46%

71
100
118

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

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 118 = 289 (100%)
R 71 of 289 ~ 24.57%
G 100 of 289 ~ 34.6%
B 118 of 289 ~ 40.83%

%24.57
%34.6
%40.83

CMYK color model

#476476 color CMYK value is (40,15,0,54).

  • cyan value is 39.83%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(40,15,0,54)
C40M15Y0K54 
(40%,15%,0%,54%)
(0.40/0.15/0.00/0.54)	

CMYK percentages

%39.83
%15.25
%0
%53.73

Codes

Color #476476 in popluar color models

476476
RGB71100118
HSL203°24.87%37.06%
HSB/HSV203°39.83%46.27%
CMYK39.83%15.25%0.00%
53.73%

Color #476476 in popluar number systems.

HEX476476
Decimal71100118
Binary100011111001001110110
Octal107144166

Shades and tints

Shades of #476476

#476476
(71,100,118)
#415B6C
(65,91,108)
#3B5262
(59,82,98)
#354958
(53,73,88)
#2F404E
(47,64,78)
#293744
(41,55,68)
#232E3A
(35,46,58)
#1D2530
(29,37,48)
#171C26
(23,28,38)
#11131C
(17,19,28)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #476476

#476476
(71,100,118)
#577282
(87,114,130)
#67808E
(103,128,142)
#778E9A
(119,142,154)
#879CA6
(135,156,166)
#97AAB2
(151,170,178)
#A7B8BE
(167,184,190)
#B7C6CA
(183,198,202)
#C7D4D6
(199,212,214)
#D7E2E2
(215,226,226)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476476; }

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

This text font color is #476476.


Background Color

.myBgColor { background-color: #476476; }

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

This div background color is #476476.


Border color

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

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

This div border color is #476476.


Opacity

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

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

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

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

This text has shadow with #476476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476476 on black background.


Color preview on white background

This text has color #476476 on white background.



Black color preview on #476476 background

This text has black color on #476476 background.


White color preview on #476476 background

This text has white color on #476476 background.