COLOR #475A79

HEX: #475A79
RGB: (71,90,121)

Renk bilgisi

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

RGB renk modeli

#475A79 color RGB value is (71,90,121).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 121 of 255 = 47%

71
90
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 121 = 282 (100%)
R 71 of 282 ~ 25.18%
G 90 of 282 ~ 31.91%
B 121 of 282 ~ 42.91%

%25.18
%31.91
%42.91

CMYK RENK MODELİ

#475A79 rengi CMYK tonu (41,26,0,53).

  • camgöbeği tonu 41.32%
  • eflatun tonu 25.62%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(41,26,0,53)
C41M26Y0K53 
(41%,26%,0%,53%)
(0.41/0.26/0.00/0.53)	

CMYK yüzdeleri

%41.32
%25.62
%0
%52.55

Codes

Color #475A79 in popluar color models

475A79
RGB7190121
HSL217°26.04%37.65%
HSB/HSV217°41.32%47.45%
CMYK41.32%25.62%0.00%
52.55%

Color #475A79 in popluar number systems.

HEX475A79
Decimal7190121
Binary100011110110101111001
Octal107132171

Shades and tints

Shades of #475A79

#475A79
(71,90,121)
#41526E
(65,82,110)
#3B4A63
(59,74,99)
#354258
(53,66,88)
#2F3A4D
(47,58,77)
#293242
(41,50,66)
#232A37
(35,42,55)
#1D222C
(29,34,44)
#171A21
(23,26,33)
#111216
(17,18,22)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #475A79

#475A79
(71,90,121)
#576985
(87,105,133)
#677891
(103,120,145)
#77879D
(119,135,157)
#8796A9
(135,150,169)
#97A5B5
(151,165,181)
#A7B4C1
(167,180,193)
#B7C3CD
(183,195,205)
#C7D2D9
(199,210,217)
#D7E1E5
(215,225,229)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A79; }

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

This text font color is #475A79.


Background Color

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

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

This div background color is #475A79.


Border color

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

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

This div border color is #475A79.


Opacity

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

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

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

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

This text has shadow with #475A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A79 on black background.


Color preview on white background

This text has color #475A79 on white background.



Black color preview on #475A79 background

This text has black color on #475A79 background.


White color preview on #475A79 background

This text has white color on #475A79 background.