COLOR #475D79

HEX: #475D79
RGB: (71,93,121)

Renk bilgisi

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

RGB renk modeli

#475D79 color RGB value is (71,93,121).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 93 of 255 = 36%
B 121 of 255 = 47%

71
93
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 93 + 121 = 285 (100%)
R 71 of 285 ~ 24.91%
G 93 of 285 ~ 32.63%
B 121 of 285 ~ 42.46%

%24.91
%32.63
%42.46

CMYK RENK MODELİ

#475D79 rengi CMYK tonu (41,23,0,53).

  • camgöbeği tonu 41.32%
  • eflatun tonu 23.14%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(41,23,0,53)
C41M23Y0K53 
(41%,23%,0%,53%)
(0.41/0.23/0.00/0.53)	

CMYK yüzdeleri

%41.32
%23.14
%0
%52.55

Codes

Color #475D79 in popluar color models

475D79
RGB7193121
HSL214°26.04%37.65%
HSB/HSV214°41.32%47.45%
CMYK41.32%23.14%0.00%
52.55%

Color #475D79 in popluar number systems.

HEX475D79
Decimal7193121
Binary100011110111011111001
Octal107135171

Shades and tints

Shades of #475D79

#475D79
(71,93,121)
#41556E
(65,85,110)
#3B4D63
(59,77,99)
#354558
(53,69,88)
#2F3D4D
(47,61,77)
#293542
(41,53,66)
#232D37
(35,45,55)
#1D252C
(29,37,44)
#171D21
(23,29,33)
#111516
(17,21,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #475D79

#475D79
(71,93,121)
#576B85
(87,107,133)
#677991
(103,121,145)
#77879D
(119,135,157)
#8795A9
(135,149,169)
#97A3B5
(151,163,181)
#A7B1C1
(167,177,193)
#B7BFCD
(183,191,205)
#C7CDD9
(199,205,217)
#D7DBE5
(215,219,229)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475D79; }

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

This text font color is #475D79.


Background Color

.myBgColor { background-color: #475D79; }

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

This div background color is #475D79.


Border color

.myBorderColor { border: 1px solid #475D79; }

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

This div border color is #475D79.


Opacity

.myOpacity80 { color: #475D79; opacity: 0.8; }

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

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

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

This text has shadow with #475D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D79 on black background.


Color preview on white background

This text has color #475D79 on white background.



Black color preview on #475D79 background

This text has black color on #475D79 background.


White color preview on #475D79 background

This text has white color on #475D79 background.