COLOR #476176

HEX: #476176
RGB: (71,97,118)

Renk bilgisi

#476176 contains red, green and blue colors in about the same proportion. #476176 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#476176 color RGB value is (71,97,118).

  • kırmız ton 71;
  • yeşil ton 97;
  • mavi ton 118.
RGB:
(71,97,118)
(28%,38%,46%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 97 of 255 = 38%
B 118 of 255 = 46%

71
97
118

R + G + B ~ 37%. #476176 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 97 + 118 = 286 (100%)
R 71 of 286 ~ 24.83%
G 97 of 286 ~ 33.92%
B 118 of 286 ~ 41.26%

%24.83
%33.92
%41.26

CMYK RENK MODELİ

#476176 rengi CMYK tonu (40,18,0,54).

  • camgöbeği tonu 39.83%
  • eflatun tonu 17.80%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(40,18,0,54)
C40M18Y0K54 
(40%,18%,0%,54%)
(0.40/0.18/0.00/0.54)	

CMYK yüzdeleri

%39.83
%17.8
%0
%53.73

Codes

Color #476176 in popluar color models

476176
RGB7197118
HSL207°24.87%37.06%
HSB/HSV207°39.83%46.27%
CMYK39.83%17.80%0.00%
53.73%

Color #476176 in popluar number systems.

HEX476176
Decimal7197118
Binary100011111000011110110
Octal107141166

Shades and tints

Shades of #476176

#476176
(71,97,118)
#41596C
(65,89,108)
#3B5162
(59,81,98)
#354958
(53,73,88)
#2F414E
(47,65,78)
#293944
(41,57,68)
#23313A
(35,49,58)
#1D2930
(29,41,48)
#172126
(23,33,38)
#11191C
(17,25,28)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #476176

#476176
(71,97,118)
#576F82
(87,111,130)
#677D8E
(103,125,142)
#778B9A
(119,139,154)
#8799A6
(135,153,166)
#97A7B2
(151,167,178)
#A7B5BE
(167,181,190)
#B7C3CA
(183,195,202)
#C7D1D6
(199,209,214)
#D7DFE2
(215,223,226)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476176; }

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

This text font color is #476176.


Background Color

.myBgColor { background-color: #476176; }

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

This div background color is #476176.


Border color

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

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

This div border color is #476176.


Opacity

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

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

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

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

This text has shadow with #476176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476176 on black background.


Color preview on white background

This text has color #476176 on white background.



Black color preview on #476176 background

This text has black color on #476176 background.


White color preview on #476176 background

This text has white color on #476176 background.