COLOR #476A73

HEX: #476A73
RGB: (71,106,115)

Renk bilgisi

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

RGB renk modeli

#476A73 color RGB value is (71,106,115).

  • kırmız ton 71;
  • yeşil ton 106;
  • mavi ton 115.
RGB:
(71,106,115)
(28%,42%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 106 of 255 = 42%
B 115 of 255 = 45%

71
106
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 106 + 115 = 292 (100%)
R 71 of 292 ~ 24.32%
G 106 of 292 ~ 36.3%
B 115 of 292 ~ 39.38%

%24.32
%36.3
%39.38

CMYK RENK MODELİ

#476A73 rengi CMYK tonu (38,8,0,55).

  • camgöbeği tonu 38.26%
  • eflatun tonu 7.83%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(38,8,0,55)
C38M8Y0K55 
(38%,8%,0%,55%)
(0.38/0.08/0.00/0.55)	

CMYK yüzdeleri

%38.26
%7.83
%0
%54.9

Codes

Color #476A73 in popluar color models

476A73
RGB71106115
HSL192°23.66%36.47%
HSB/HSV192°38.26%45.10%
CMYK38.26%7.83%0.00%
54.90%

Color #476A73 in popluar number systems.

HEX476A73
Decimal71106115
Binary100011111010101110011
Octal107152163

Shades and tints

Shades of #476A73

#476A73
(71,106,115)
#416169
(65,97,105)
#3B585F
(59,88,95)
#354F55
(53,79,85)
#2F464B
(47,70,75)
#293D41
(41,61,65)
#233437
(35,52,55)
#1D2B2D
(29,43,45)
#172223
(23,34,35)
#111919
(17,25,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #476A73

#476A73
(71,106,115)
#57777F
(87,119,127)
#67848B
(103,132,139)
#779197
(119,145,151)
#879EA3
(135,158,163)
#97ABAF
(151,171,175)
#A7B8BB
(167,184,187)
#B7C5C7
(183,197,199)
#C7D2D3
(199,210,211)
#D7DFDF
(215,223,223)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476A73 color. Also use rgb(71,106,115) instead hex code.

Text Font Color

.myTextColor { color: #476A73; }

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

This text font color is #476A73.


Background Color

.myBgColor { background-color: #476A73; }

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

This div background color is #476A73.


Border color

.myBorderColor { border: 1px solid #476A73; }

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

This div border color is #476A73.


Opacity

.myOpacity80 { color: #476A73; opacity: 0.8; }

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

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

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

This text has shadow with #476A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A73 on black background.


Color preview on white background

This text has color #476A73 on white background.



Black color preview on #476A73 background

This text has black color on #476A73 background.


White color preview on #476A73 background

This text has white color on #476A73 background.