COLOR #475389

HEX: #475389
RGB: (71,83,137)

Renk bilgisi

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

RGB renk modeli

#475389 color RGB value is (71,83,137).

  • kırmız ton 71;
  • yeşil ton 83;
  • mavi ton 137.
RGB:
(71,83,137)
(28%,33%,54%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 83 of 255 = 33%
B 137 of 255 = 54%

71
83
137

R + G + B ~ 38%. #475389 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 83 + 137 = 291 (100%)
R 71 of 291 ~ 24.4%
G 83 of 291 ~ 28.52%
B 137 of 291 ~ 47.08%

%24.4
%28.52
%47.08

CMYK RENK MODELİ

#475389 rengi CMYK tonu (48,39,0,46).

  • camgöbeği tonu 48.18%
  • eflatun tonu 39.42%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(48,39,0,46)
C48M39Y0K46 
(48%,39%,0%,46%)
(0.48/0.39/0.00/0.46)	

CMYK yüzdeleri

%48.18
%39.42
%0
%46.27

Codes

Color #475389 in popluar color models

475389
RGB7183137
HSL229°31.73%40.78%
HSB/HSV229°48.18%53.73%
CMYK48.18%39.42%0.00%
46.27%

Color #475389 in popluar number systems.

HEX475389
Decimal7183137
Binary1000111101001110001001
Octal107123211

Shades and tints

Shades of #475389

#475389
(71,83,137)
#414C7D
(65,76,125)
#3B4571
(59,69,113)
#353E65
(53,62,101)
#2F3759
(47,55,89)
#29304D
(41,48,77)
#232941
(35,41,65)
#1D2235
(29,34,53)
#171B29
(23,27,41)
#11141D
(17,20,29)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #475389

#475389
(71,83,137)
#576293
(87,98,147)
#67719D
(103,113,157)
#7780A7
(119,128,167)
#878FB1
(135,143,177)
#979EBB
(151,158,187)
#A7ADC5
(167,173,197)
#B7BCCF
(183,188,207)
#C7CBD9
(199,203,217)
#D7DAE3
(215,218,227)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475389 color. Also use rgb(71,83,137) instead hex code.

Text Font Color

.myTextColor { color: #475389; }

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

This text font color is #475389.


Background Color

.myBgColor { background-color: #475389; }

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

This div background color is #475389.


Border color

.myBorderColor { border: 1px solid #475389; }

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

This div border color is #475389.


Opacity

.myOpacity80 { color: #475389; opacity: 0.8; }

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

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

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

This text has shadow with #475389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475389 on black background.


Color preview on white background

This text has color #475389 on white background.



Black color preview on #475389 background

This text has black color on #475389 background.


White color preview on #475389 background

This text has white color on #475389 background.