COLOR #475A7E

HEX: #475A7E
RGB: (71,90,126)

Renk bilgisi

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

RGB renk modeli

#475A7E color RGB value is (71,90,126).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 126 of 255 = 49%

71
90
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 126 = 287 (100%)
R 71 of 287 ~ 24.74%
G 90 of 287 ~ 31.36%
B 126 of 287 ~ 43.9%

%24.74
%31.36
%43.9

CMYK RENK MODELİ

#475A7E rengi CMYK tonu (44,29,0,51).

  • camgöbeği tonu 43.65%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(44,29,0,51)
C44M29Y0K51 
(44%,29%,0%,51%)
(0.44/0.29/0.00/0.51)	

CMYK yüzdeleri

%43.65
%28.57
%0
%50.59

Codes

Color #475A7E in popluar color models

475A7E
RGB7190126
HSL219°27.92%38.63%
HSB/HSV219°43.65%49.41%
CMYK43.65%28.57%0.00%
50.59%

Color #475A7E in popluar number systems.

HEX475A7E
Decimal7190126
Binary100011110110101111110
Octal107132176

Shades and tints

Shades of #475A7E

#475A7E
(71,90,126)
#415273
(65,82,115)
#3B4A68
(59,74,104)
#35425D
(53,66,93)
#2F3A52
(47,58,82)
#293247
(41,50,71)
#232A3C
(35,42,60)
#1D2231
(29,34,49)
#171A26
(23,26,38)
#11121B
(17,18,27)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #475A7E

#475A7E
(71,90,126)
#576989
(87,105,137)
#677894
(103,120,148)
#77879F
(119,135,159)
#8796AA
(135,150,170)
#97A5B5
(151,165,181)
#A7B4C0
(167,180,192)
#B7C3CB
(183,195,203)
#C7D2D6
(199,210,214)
#D7E1E1
(215,225,225)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A7E; }

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

This text font color is #475A7E.


Background Color

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

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

This div background color is #475A7E.


Border color

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

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

This div border color is #475A7E.


Opacity

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

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

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

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

This text has shadow with #475A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A7E on black background.


Color preview on white background

This text has color #475A7E on white background.



Black color preview on #475A7E background

This text has black color on #475A7E background.


White color preview on #475A7E background

This text has white color on #475A7E background.