COLOR #476469

HEX: #476469
RGB: (71,100,105)

Color info

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

RGB color model

#476469 color RGB value is (71,100,105).

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

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 105 of 255 = 41%

71
100
105

R + G + B ~ 36%. #476469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 105 = 276 (100%)
R 71 of 276 ~ 25.72%
G 100 of 276 ~ 36.23%
B 105 of 276 ~ 38.04%

%25.72
%36.23
%38.04

CMYK color model

#476469 color CMYK value is (32,5,0,59).

  • cyan value is 32.38%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(32,5,0,59)
C32M5Y0K59 
(32%,5%,0%,59%)
(0.32/0.05/0.00/0.59)	

CMYK percentages

%32.38
%4.76
%0
%58.82

Codes

Color #476469 in popluar color models

476469
RGB71100105
HSL189°19.32%34.51%
HSB/HSV189°32.38%41.18%
CMYK32.38%4.76%0.00%
58.82%

Color #476469 in popluar number systems.

HEX476469
Decimal71100105
Binary100011111001001101001
Octal107144151

Shades and tints

Shades of #476469

#476469
(71,100,105)
#415B60
(65,91,96)
#3B5257
(59,82,87)
#35494E
(53,73,78)
#2F4045
(47,64,69)
#29373C
(41,55,60)
#232E33
(35,46,51)
#1D252A
(29,37,42)
#171C21
(23,28,33)
#111318
(17,19,24)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #476469

#476469
(71,100,105)
#577276
(87,114,118)
#678083
(103,128,131)
#778E90
(119,142,144)
#879C9D
(135,156,157)
#97AAAA
(151,170,170)
#A7B8B7
(167,184,183)
#B7C6C4
(183,198,196)
#C7D4D1
(199,212,209)
#D7E2DE
(215,226,222)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476469; }

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

This text font color is #476469.


Background Color

.myBgColor { background-color: #476469; }

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

This div background color is #476469.


Border color

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

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

This div border color is #476469.


Opacity

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

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

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

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

This text has shadow with #476469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476469 on black background.


Color preview on white background

This text has color #476469 on white background.



Black color preview on #476469 background

This text has black color on #476469 background.


White color preview on #476469 background

This text has white color on #476469 background.