COLOR #473F88

HEX: #473F88
RGB: (71,63,136)

Renk bilgisi

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

RGB renk modeli

#473F88 color RGB value is (71,63,136).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 63 of 255 = 25%
B 136 of 255 = 53%

71
63
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 136 = 270 (100%)
R 71 of 270 ~ 26.3%
G 63 of 270 ~ 23.33%
B 136 of 270 ~ 50.37%

%26.3
%23.33
%50.37

CMYK RENK MODELİ

#473F88 rengi CMYK tonu (48,54,0,47).

  • camgöbeği tonu 47.79%
  • eflatun tonu 53.68%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(48,54,0,47)
C48M54Y0K47 
(48%,54%,0%,47%)
(0.48/0.54/0.00/0.47)	

CMYK yüzdeleri

%47.79
%53.68
%0
%46.67

Codes

Color #473F88 in popluar color models

473F88
RGB7163136
HSL247°36.68%39.02%
HSB/HSV247°53.68%53.33%
CMYK47.79%53.68%0.00%
46.67%

Color #473F88 in popluar number systems.

HEX473F88
Decimal7163136
Binary100011111111110001000
Octal10777210

Shades and tints

Shades of #473F88

#473F88
(71,63,136)
#413A7C
(65,58,124)
#3B3570
(59,53,112)
#353064
(53,48,100)
#2F2B58
(47,43,88)
#29264C
(41,38,76)
#232140
(35,33,64)
#1D1C34
(29,28,52)
#171728
(23,23,40)
#11121C
(17,18,28)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #473F88

#473F88
(71,63,136)
#575092
(87,80,146)
#67619C
(103,97,156)
#7772A6
(119,114,166)
#8783B0
(135,131,176)
#9794BA
(151,148,186)
#A7A5C4
(167,165,196)
#B7B6CE
(183,182,206)
#C7C7D8
(199,199,216)
#D7D8E2
(215,216,226)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F88; }

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

This text font color is #473F88.


Background Color

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

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

This div background color is #473F88.


Border color

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

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

This div border color is #473F88.


Opacity

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

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

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

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

This text has shadow with #473F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F88 on black background.


Color preview on white background

This text has color #473F88 on white background.



Black color preview on #473F88 background

This text has black color on #473F88 background.


White color preview on #473F88 background

This text has white color on #473F88 background.