COLOR #475D7B

HEX: #475D7B
RGB: (71,93,123)

Renk bilgisi

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

RGB renk modeli

#475D7B color RGB value is (71,93,123).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 93 of 255 = 36%
B 123 of 255 = 48%

71
93
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 93 + 123 = 287 (100%)
R 71 of 287 ~ 24.74%
G 93 of 287 ~ 32.4%
B 123 of 287 ~ 42.86%

%24.74
%32.4
%42.86

CMYK RENK MODELİ

#475D7B rengi CMYK tonu (42,24,0,52).

  • camgöbeği tonu 42.28%
  • eflatun tonu 24.39%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(42,24,0,52)
C42M24Y0K52 
(42%,24%,0%,52%)
(0.42/0.24/0.00/0.52)	

CMYK yüzdeleri

%42.28
%24.39
%0
%51.76

Codes

Color #475D7B in popluar color models

475D7B
RGB7193123
HSL215°26.80%38.04%
HSB/HSV215°42.28%48.24%
CMYK42.28%24.39%0.00%
51.76%

Color #475D7B in popluar number systems.

HEX475D7B
Decimal7193123
Binary100011110111011111011
Octal107135173

Shades and tints

Shades of #475D7B

#475D7B
(71,93,123)
#415570
(65,85,112)
#3B4D65
(59,77,101)
#35455A
(53,69,90)
#2F3D4F
(47,61,79)
#293544
(41,53,68)
#232D39
(35,45,57)
#1D252E
(29,37,46)
#171D23
(23,29,35)
#111518
(17,21,24)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #475D7B

#475D7B
(71,93,123)
#576B87
(87,107,135)
#677993
(103,121,147)
#77879F
(119,135,159)
#8795AB
(135,149,171)
#97A3B7
(151,163,183)
#A7B1C3
(167,177,195)
#B7BFCF
(183,191,207)
#C7CDDB
(199,205,219)
#D7DBE7
(215,219,231)
#E7E9F3
(231,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475D7B; }

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

This text font color is #475D7B.


Background Color

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

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

This div background color is #475D7B.


Border color

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

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

This div border color is #475D7B.


Opacity

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

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

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

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

This text has shadow with #475D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D7B on black background.


Color preview on white background

This text has color #475D7B on white background.



Black color preview on #475D7B background

This text has black color on #475D7B background.


White color preview on #475D7B background

This text has white color on #475D7B background.