COLOR #473C92

HEX: #473C92
RGB: (71,60,146)

Renk bilgisi

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

RGB renk modeli

#473C92 color RGB value is (71,60,146).

  • kırmız ton 71;
  • yeşil ton 60;
  • mavi ton 146.
RGB:
(71,60,146)
(28%,24%,57%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 146 of 255 = 57%

71
60
146

R + G + B ~ 36%. #473C92 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 146 = 277 (100%)
R 71 of 277 ~ 25.63%
G 60 of 277 ~ 21.66%
B 146 of 277 ~ 52.71%

%25.63
%21.66
%52.71

CMYK RENK MODELİ

#473C92 rengi CMYK tonu (51,59,0,43).

  • camgöbeği tonu 51.37%
  • eflatun tonu 58.90%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(51,59,0,43)
C51M59Y0K43 
(51%,59%,0%,43%)
(0.51/0.59/0.00/0.43)	

CMYK yüzdeleri

%51.37
%58.9
%0
%42.75

Codes

Color #473C92 in popluar color models

473C92
RGB7160146
HSL248°41.75%40.39%
HSB/HSV248°58.90%57.25%
CMYK51.37%58.90%0.00%
42.75%

Color #473C92 in popluar number systems.

HEX473C92
Decimal7160146
Binary100011111110010010010
Octal10774222

Shades and tints

Shades of #473C92

#473C92
(71,60,146)
#413785
(65,55,133)
#3B3278
(59,50,120)
#352D6B
(53,45,107)
#2F285E
(47,40,94)
#292351
(41,35,81)
#231E44
(35,30,68)
#1D1937
(29,25,55)
#17142A
(23,20,42)
#110F1D
(17,15,29)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #473C92

#473C92
(71,60,146)
#574D9B
(87,77,155)
#675EA4
(103,94,164)
#776FAD
(119,111,173)
#8780B6
(135,128,182)
#9791BF
(151,145,191)
#A7A2C8
(167,162,200)
#B7B3D1
(183,179,209)
#C7C4DA
(199,196,218)
#D7D5E3
(215,213,227)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C92 color. Also use rgb(71,60,146) instead hex code.

Text Font Color

.myTextColor { color: #473C92; }

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

This text font color is #473C92.


Background Color

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

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

This div background color is #473C92.


Border color

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

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

This div border color is #473C92.


Opacity

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

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

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

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

This text has shadow with #473C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C92 on black background.


Color preview on white background

This text has color #473C92 on white background.



Black color preview on #473C92 background

This text has black color on #473C92 background.


White color preview on #473C92 background

This text has white color on #473C92 background.