COLOR #475794

HEX: #475794
RGB: (71,87,148)

Renk bilgisi

#475794 contains mainly blue color. #475794 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#475794 color RGB value is (71,87,148).

  • kırmız ton 71;
  • yeşil ton 87;
  • mavi ton 148.
RGB:
(71,87,148)
(28%,34%,58%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 87 of 255 = 34%
B 148 of 255 = 58%

71
87
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 87 + 148 = 306 (100%)
R 71 of 306 ~ 23.2%
G 87 of 306 ~ 28.43%
B 148 of 306 ~ 48.37%

%23.2
%28.43
%48.37

CMYK RENK MODELİ

#475794 rengi CMYK tonu (52,41,0,42).

  • camgöbeği tonu 52.03%
  • eflatun tonu 41.22%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(52,41,0,42)
C52M41Y0K42 
(52%,41%,0%,42%)
(0.52/0.41/0.00/0.42)	

CMYK yüzdeleri

%52.03
%41.22
%0
%41.96

Codes

Color #475794 in popluar color models

475794
RGB7187148
HSL228°35.16%42.94%
HSB/HSV228°52.03%58.04%
CMYK52.03%41.22%0.00%
41.96%

Color #475794 in popluar number systems.

HEX475794
Decimal7187148
Binary1000111101011110010100
Octal107127224

Shades and tints

Shades of #475794

#475794
(71,87,148)
#415087
(65,80,135)
#3B497A
(59,73,122)
#35426D
(53,66,109)
#2F3B60
(47,59,96)
#293453
(41,52,83)
#232D46
(35,45,70)
#1D2639
(29,38,57)
#171F2C
(23,31,44)
#11181F
(17,24,31)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #475794

#475794
(71,87,148)
#57669D
(87,102,157)
#6775A6
(103,117,166)
#7784AF
(119,132,175)
#8793B8
(135,147,184)
#97A2C1
(151,162,193)
#A7B1CA
(167,177,202)
#B7C0D3
(183,192,211)
#C7CFDC
(199,207,220)
#D7DEE5
(215,222,229)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475794 color. Also use rgb(71,87,148) instead hex code.

Text Font Color

.myTextColor { color: #475794; }

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

This text font color is #475794.


Background Color

.myBgColor { background-color: #475794; }

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

This div background color is #475794.


Border color

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

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

This div border color is #475794.


Opacity

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

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

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

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

This text has shadow with #475794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475794 on black background.


Color preview on white background

This text has color #475794 on white background.



Black color preview on #475794 background

This text has black color on #475794 background.


White color preview on #475794 background

This text has white color on #475794 background.