COLOR #475990

HEX: #475990
RGB: (71,89,144)

Renk bilgisi

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

RGB renk modeli

#475990 color RGB value is (71,89,144).

  • kırmız ton 71;
  • yeşil ton 89;
  • mavi ton 144.
RGB:
(71,89,144)
(28%,35%,56%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 89 of 255 = 35%
B 144 of 255 = 56%

71
89
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 89 + 144 = 304 (100%)
R 71 of 304 ~ 23.36%
G 89 of 304 ~ 29.28%
B 144 of 304 ~ 47.37%

%23.36
%29.28
%47.37

CMYK RENK MODELİ

#475990 rengi CMYK tonu (51,38,0,44).

  • camgöbeği tonu 50.69%
  • eflatun tonu 38.19%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(51,38,0,44)
C51M38Y0K44 
(51%,38%,0%,44%)
(0.51/0.38/0.00/0.44)	

CMYK yüzdeleri

%50.69
%38.19
%0
%43.53

Codes

Color #475990 in popluar color models

475990
RGB7189144
HSL225°33.95%42.16%
HSB/HSV225°50.69%56.47%
CMYK50.69%38.19%0.00%
43.53%

Color #475990 in popluar number systems.

HEX475990
Decimal7189144
Binary1000111101100110010000
Octal107131220

Shades and tints

Shades of #475990

#475990
(71,89,144)
#415183
(65,81,131)
#3B4976
(59,73,118)
#354169
(53,65,105)
#2F395C
(47,57,92)
#29314F
(41,49,79)
#232942
(35,41,66)
#1D2135
(29,33,53)
#171928
(23,25,40)
#11111B
(17,17,27)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #475990

#475990
(71,89,144)
#57689A
(87,104,154)
#6777A4
(103,119,164)
#7786AE
(119,134,174)
#8795B8
(135,149,184)
#97A4C2
(151,164,194)
#A7B3CC
(167,179,204)
#B7C2D6
(183,194,214)
#C7D1E0
(199,209,224)
#D7E0EA
(215,224,234)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475990 color. Also use rgb(71,89,144) instead hex code.

Text Font Color

.myTextColor { color: #475990; }

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

This text font color is #475990.


Background Color

.myBgColor { background-color: #475990; }

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

This div background color is #475990.


Border color

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

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

This div border color is #475990.


Opacity

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

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

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

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

This text has shadow with #475990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475990 on black background.


Color preview on white background

This text has color #475990 on white background.



Black color preview on #475990 background

This text has black color on #475990 background.


White color preview on #475990 background

This text has white color on #475990 background.