COLOR #475E7A

HEX: #475E7A
RGB: (71,94,122)

Renk bilgisi

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

RGB renk modeli

#475E7A color RGB value is (71,94,122).

  • kırmız ton 71;
  • yeşil ton 94;
  • mavi ton 122.
RGB:
(71,94,122)
(28%,37%,48%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 94 of 255 = 37%
B 122 of 255 = 48%

71
94
122

R + G + B ~ 38%. #475E7A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 94 + 122 = 287 (100%)
R 71 of 287 ~ 24.74%
G 94 of 287 ~ 32.75%
B 122 of 287 ~ 42.51%

%24.74
%32.75
%42.51

CMYK RENK MODELİ

#475E7A rengi CMYK tonu (42,23,0,52).

  • camgöbeği tonu 41.80%
  • eflatun tonu 22.95%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(42,23,0,52)
C42M23Y0K52 
(42%,23%,0%,52%)
(0.42/0.23/0.00/0.52)	

CMYK yüzdeleri

%41.8
%22.95
%0
%52.16

Codes

Color #475E7A in popluar color models

475E7A
RGB7194122
HSL213°26.42%37.84%
HSB/HSV213°41.80%47.84%
CMYK41.80%22.95%0.00%
52.16%

Color #475E7A in popluar number systems.

HEX475E7A
Decimal7194122
Binary100011110111101111010
Octal107136172

Shades and tints

Shades of #475E7A

#475E7A
(71,94,122)
#41566F
(65,86,111)
#3B4E64
(59,78,100)
#354659
(53,70,89)
#2F3E4E
(47,62,78)
#293643
(41,54,67)
#232E38
(35,46,56)
#1D262D
(29,38,45)
#171E22
(23,30,34)
#111617
(17,22,23)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #475E7A

#475E7A
(71,94,122)
#576C86
(87,108,134)
#677A92
(103,122,146)
#77889E
(119,136,158)
#8796AA
(135,150,170)
#97A4B6
(151,164,182)
#A7B2C2
(167,178,194)
#B7C0CE
(183,192,206)
#C7CEDA
(199,206,218)
#D7DCE6
(215,220,230)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E7A color. Also use rgb(71,94,122) instead hex code.

Text Font Color

.myTextColor { color: #475E7A; }

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

This text font color is #475E7A.


Background Color

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

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

This div background color is #475E7A.


Border color

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

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

This div border color is #475E7A.


Opacity

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

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

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

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

This text has shadow with #475E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E7A on black background.


Color preview on white background

This text has color #475E7A on white background.



Black color preview on #475E7A background

This text has black color on #475E7A background.


White color preview on #475E7A background

This text has white color on #475E7A background.