COLOR #475A86

HEX: #475A86
RGB: (71,90,134)

Renk bilgisi

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

RGB renk modeli

#475A86 color RGB value is (71,90,134).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 134 of 255 = 53%

71
90
134

R + G + B ~ 39%. #475A86 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 134 = 295 (100%)
R 71 of 295 ~ 24.07%
G 90 of 295 ~ 30.51%
B 134 of 295 ~ 45.42%

%24.07
%30.51
%45.42

CMYK RENK MODELİ

#475A86 rengi CMYK tonu (47,33,0,47).

  • camgöbeği tonu 47.01%
  • eflatun tonu 32.84%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(47,33,0,47)
C47M33Y0K47 
(47%,33%,0%,47%)
(0.47/0.33/0.00/0.47)	

CMYK yüzdeleri

%47.01
%32.84
%0
%47.45

Codes

Color #475A86 in popluar color models

475A86
RGB7190134
HSL222°30.73%40.20%
HSB/HSV222°47.01%52.55%
CMYK47.01%32.84%0.00%
47.45%

Color #475A86 in popluar number systems.

HEX475A86
Decimal7190134
Binary1000111101101010000110
Octal107132206

Shades and tints

Shades of #475A86

#475A86
(71,90,134)
#41527A
(65,82,122)
#3B4A6E
(59,74,110)
#354262
(53,66,98)
#2F3A56
(47,58,86)
#29324A
(41,50,74)
#232A3E
(35,42,62)
#1D2232
(29,34,50)
#171A26
(23,26,38)
#11121A
(17,18,26)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #475A86

#475A86
(71,90,134)
#576991
(87,105,145)
#67789C
(103,120,156)
#7787A7
(119,135,167)
#8796B2
(135,150,178)
#97A5BD
(151,165,189)
#A7B4C8
(167,180,200)
#B7C3D3
(183,195,211)
#C7D2DE
(199,210,222)
#D7E1E9
(215,225,233)
#E7F0F4
(231,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A86; }

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

This text font color is #475A86.


Background Color

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

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

This div background color is #475A86.


Border color

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

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

This div border color is #475A86.


Opacity

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

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

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

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

This text has shadow with #475A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A86 on black background.


Color preview on white background

This text has color #475A86 on white background.



Black color preview on #475A86 background

This text has black color on #475A86 background.


White color preview on #475A86 background

This text has white color on #475A86 background.