COLOR #475AB7

HEX: #475AB7
RGB: (71,90,183)

Renk bilgisi

#475AB7 contains mainly blue color. #475AB7 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#475AB7 color RGB value is (71,90,183).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 183 of 255 = 72%

71
90
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 183 = 344 (100%)
R 71 of 344 ~ 20.64%
G 90 of 344 ~ 26.16%
B 183 of 344 ~ 53.2%

%20.64
%26.16
%53.2

CMYK RENK MODELİ

#475AB7 rengi CMYK tonu (61,51,0,28).

  • camgöbeği tonu 61.20%
  • eflatun tonu 50.82%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(61,51,0,28)
C61M51Y0K28 
(61%,51%,0%,28%)
(0.61/0.51/0.00/0.28)	

CMYK yüzdeleri

%61.2
%50.82
%0
%28.24

Codes

Color #475AB7 in popluar color models

475AB7
RGB7190183
HSL230°44.09%49.80%
HSB/HSV230°61.20%71.76%
CMYK61.20%50.82%0.00%
28.24%

Color #475AB7 in popluar number systems.

HEX475AB7
Decimal7190183
Binary1000111101101010110111
Octal107132267

Shades and tints

Shades of #475AB7

#475AB7
(71,90,183)
#4152A7
(65,82,167)
#3B4A97
(59,74,151)
#354287
(53,66,135)
#2F3A77
(47,58,119)
#293267
(41,50,103)
#232A57
(35,42,87)
#1D2247
(29,34,71)
#171A37
(23,26,55)
#111227
(17,18,39)
#0B0A17
(11,10,23)
#000000
(0,0,0)

Tints of #475AB7

#475AB7
(71,90,183)
#5769BD
(87,105,189)
#6778C3
(103,120,195)
#7787C9
(119,135,201)
#8796CF
(135,150,207)
#97A5D5
(151,165,213)
#A7B4DB
(167,180,219)
#B7C3E1
(183,195,225)
#C7D2E7
(199,210,231)
#D7E1ED
(215,225,237)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475AB7; }

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

This text font color is #475AB7.


Background Color

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

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

This div background color is #475AB7.


Border color

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

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

This div border color is #475AB7.


Opacity

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

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

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

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

This text has shadow with #475AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475AB7 on black background.


Color preview on white background

This text has color #475AB7 on white background.



Black color preview on #475AB7 background

This text has black color on #475AB7 background.


White color preview on #475AB7 background

This text has white color on #475AB7 background.