COLOR #473F83

HEX: #473F83
RGB: (71,63,131)

Renk bilgisi

#473F83 contains mainly blue color. #473F83 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#473F83 color RGB value is (71,63,131).

  • kırmız ton 71;
  • yeşil ton 63;
  • mavi ton 131.
RGB:
(71,63,131)
(28%,25%,51%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 63 of 255 = 25%
B 131 of 255 = 51%

71
63
131

R + G + B ~ 35%. #473F83 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 131 = 265 (100%)
R 71 of 265 ~ 26.79%
G 63 of 265 ~ 23.77%
B 131 of 265 ~ 49.43%

%26.79
%23.77
%49.43

CMYK RENK MODELİ

#473F83 rengi CMYK tonu (46,52,0,49).

  • camgöbeği tonu 45.80%
  • eflatun tonu 51.91%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(46,52,0,49)
C46M52Y0K49 
(46%,52%,0%,49%)
(0.46/0.52/0.00/0.49)	

CMYK yüzdeleri

%45.8
%51.91
%0
%48.63

Codes

Color #473F83 in popluar color models

473F83
RGB7163131
HSL247°35.05%38.04%
HSB/HSV247°51.91%51.37%
CMYK45.80%51.91%0.00%
48.63%

Color #473F83 in popluar number systems.

HEX473F83
Decimal7163131
Binary100011111111110000011
Octal10777203

Shades and tints

Shades of #473F83

#473F83
(71,63,131)
#413A78
(65,58,120)
#3B356D
(59,53,109)
#353062
(53,48,98)
#2F2B57
(47,43,87)
#29264C
(41,38,76)
#232141
(35,33,65)
#1D1C36
(29,28,54)
#17172B
(23,23,43)
#111220
(17,18,32)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #473F83

#473F83
(71,63,131)
#57508E
(87,80,142)
#676199
(103,97,153)
#7772A4
(119,114,164)
#8783AF
(135,131,175)
#9794BA
(151,148,186)
#A7A5C5
(167,165,197)
#B7B6D0
(183,182,208)
#C7C7DB
(199,199,219)
#D7D8E6
(215,216,230)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473F83 color. Also use rgb(71,63,131) instead hex code.

Text Font Color

.myTextColor { color: #473F83; }

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

This text font color is #473F83.


Background Color

.myBgColor { background-color: #473F83; }

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

This div background color is #473F83.


Border color

.myBorderColor { border: 1px solid #473F83; }

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

This div border color is #473F83.


Opacity

.myOpacity80 { color: #473F83; opacity: 0.8; }

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

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

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

This text has shadow with #473F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F83 on black background.


Color preview on white background

This text has color #473F83 on white background.



Black color preview on #473F83 background

This text has black color on #473F83 background.


White color preview on #473F83 background

This text has white color on #473F83 background.