COLOR #473792

HEX: #473792
RGB: (71,55,146)

Renk bilgisi

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

RGB renk modeli

#473792 color RGB value is (71,55,146).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 55 of 255 = 22%
B 146 of 255 = 57%

71
55
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 55 + 146 = 272 (100%)
R 71 of 272 ~ 26.1%
G 55 of 272 ~ 20.22%
B 146 of 272 ~ 53.68%

%26.1
%20.22
%53.68

CMYK RENK MODELİ

#473792 rengi CMYK tonu (51,62,0,43).

  • camgöbeği tonu 51.37%
  • eflatun tonu 62.33%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(51,62,0,43)
C51M62Y0K43 
(51%,62%,0%,43%)
(0.51/0.62/0.00/0.43)	

CMYK yüzdeleri

%51.37
%62.33
%0
%42.75

Codes

Color #473792 in popluar color models

473792
RGB7155146
HSL251°45.27%39.41%
HSB/HSV251°62.33%57.25%
CMYK51.37%62.33%0.00%
42.75%

Color #473792 in popluar number systems.

HEX473792
Decimal7155146
Binary100011111011110010010
Octal10767222

Shades and tints

Shades of #473792

#473792
(71,55,146)
#413285
(65,50,133)
#3B2D78
(59,45,120)
#35286B
(53,40,107)
#2F235E
(47,35,94)
#291E51
(41,30,81)
#231944
(35,25,68)
#1D1437
(29,20,55)
#170F2A
(23,15,42)
#110A1D
(17,10,29)
#0B0510
(11,5,16)
#000000
(0,0,0)

Tints of #473792

#473792
(71,55,146)
#57499B
(87,73,155)
#675BA4
(103,91,164)
#776DAD
(119,109,173)
#877FB6
(135,127,182)
#9791BF
(151,145,191)
#A7A3C8
(167,163,200)
#B7B5D1
(183,181,209)
#C7C7DA
(199,199,218)
#D7D9E3
(215,217,227)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473792; }

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

This text font color is #473792.


Background Color

.myBgColor { background-color: #473792; }

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

This div background color is #473792.


Border color

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

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

This div border color is #473792.


Opacity

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

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

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

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

This text has shadow with #473792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473792 on black background.


Color preview on white background

This text has color #473792 on white background.



Black color preview on #473792 background

This text has black color on #473792 background.


White color preview on #473792 background

This text has white color on #473792 background.