COLOR #475C92

HEX: #475C92
RGB: (71,92,146)

Renk bilgisi

#475C92 contains mainly green and blue colors. #475C92 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#475C92 color RGB value is (71,92,146).

  • kırmız ton 71;
  • yeşil ton 92;
  • mavi ton 146.
RGB:
(71,92,146)
(28%,36%,57%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 146 of 255 = 57%

71
92
146

R + G + B ~ 40%. #475C92 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 146 = 309 (100%)
R 71 of 309 ~ 22.98%
G 92 of 309 ~ 29.77%
B 146 of 309 ~ 47.25%

%22.98
%29.77
%47.25

CMYK RENK MODELİ

#475C92 rengi CMYK tonu (51,37,0,43).

  • camgöbeği tonu 51.37%
  • eflatun tonu 36.99%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(51,37,0,43)
C51M37Y0K43 
(51%,37%,0%,43%)
(0.51/0.37/0.00/0.43)	

CMYK yüzdeleri

%51.37
%36.99
%0
%42.75

Codes

Color #475C92 in popluar color models

475C92
RGB7192146
HSL223°34.56%42.55%
HSB/HSV223°51.37%57.25%
CMYK51.37%36.99%0.00%
42.75%

Color #475C92 in popluar number systems.

HEX475C92
Decimal7192146
Binary1000111101110010010010
Octal107134222

Shades and tints

Shades of #475C92

#475C92
(71,92,146)
#415485
(65,84,133)
#3B4C78
(59,76,120)
#35446B
(53,68,107)
#2F3C5E
(47,60,94)
#293451
(41,52,81)
#232C44
(35,44,68)
#1D2437
(29,36,55)
#171C2A
(23,28,42)
#11141D
(17,20,29)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #475C92

#475C92
(71,92,146)
#576A9B
(87,106,155)
#6778A4
(103,120,164)
#7786AD
(119,134,173)
#8794B6
(135,148,182)
#97A2BF
(151,162,191)
#A7B0C8
(167,176,200)
#B7BED1
(183,190,209)
#C7CCDA
(199,204,218)
#D7DAE3
(215,218,227)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475C92 color. Also use rgb(71,92,146) instead hex code.

Text Font Color

.myTextColor { color: #475C92; }

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

This text font color is #475C92.


Background Color

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

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

This div background color is #475C92.


Border color

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

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

This div border color is #475C92.


Opacity

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

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

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

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

This text has shadow with #475C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C92 on black background.


Color preview on white background

This text has color #475C92 on white background.



Black color preview on #475C92 background

This text has black color on #475C92 background.


White color preview on #475C92 background

This text has white color on #475C92 background.