COLOR #476979

HEX: #476979
RGB: (71,105,121)

Renk bilgisi

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

RGB renk modeli

#476979 color RGB value is (71,105,121).

  • kırmız ton 71;
  • yeşil ton 105;
  • mavi ton 121.
RGB:
(71,105,121)
(28%,41%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 105 of 255 = 41%
B 121 of 255 = 47%

71
105
121

R + G + B ~ 39%. #476979 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 105 + 121 = 297 (100%)
R 71 of 297 ~ 23.91%
G 105 of 297 ~ 35.35%
B 121 of 297 ~ 40.74%

%23.91
%35.35
%40.74

CMYK RENK MODELİ

#476979 rengi CMYK tonu (41,13,0,53).

  • camgöbeği tonu 41.32%
  • eflatun tonu 13.22%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(41,13,0,53)
C41M13Y0K53 
(41%,13%,0%,53%)
(0.41/0.13/0.00/0.53)	

CMYK yüzdeleri

%41.32
%13.22
%0
%52.55

Codes

Color #476979 in popluar color models

476979
RGB71105121
HSL199°26.04%37.65%
HSB/HSV199°41.32%47.45%
CMYK41.32%13.22%0.00%
52.55%

Color #476979 in popluar number systems.

HEX476979
Decimal71105121
Binary100011111010011111001
Octal107151171

Shades and tints

Shades of #476979

#476979
(71,105,121)
#41606E
(65,96,110)
#3B5763
(59,87,99)
#354E58
(53,78,88)
#2F454D
(47,69,77)
#293C42
(41,60,66)
#233337
(35,51,55)
#1D2A2C
(29,42,44)
#172121
(23,33,33)
#111816
(17,24,22)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #476979

#476979
(71,105,121)
#577685
(87,118,133)
#678391
(103,131,145)
#77909D
(119,144,157)
#879DA9
(135,157,169)
#97AAB5
(151,170,181)
#A7B7C1
(167,183,193)
#B7C4CD
(183,196,205)
#C7D1D9
(199,209,217)
#D7DEE5
(215,222,229)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476979; }

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

This text font color is #476979.


Background Color

.myBgColor { background-color: #476979; }

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

This div background color is #476979.


Border color

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

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

This div border color is #476979.


Opacity

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

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

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

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

This text has shadow with #476979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476979 on black background.


Color preview on white background

This text has color #476979 on white background.



Black color preview on #476979 background

This text has black color on #476979 background.


White color preview on #476979 background

This text has white color on #476979 background.