COLOR #473877

HEX: #473877
RGB: (71,56,119)

Renk bilgisi

#473877 contains mainly red and blue colors. #473877 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#473877 color RGB value is (71,56,119).

  • kırmız ton 71;
  • yeşil ton 56;
  • mavi ton 119.
RGB:
(71,56,119)
(28%,22%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 56 of 255 = 22%
B 119 of 255 = 47%

71
56
119

R + G + B ~ 32%. #473877 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 56 + 119 = 246 (100%)
R 71 of 246 ~ 28.86%
G 56 of 246 ~ 22.76%
B 119 of 246 ~ 48.37%

%28.86
%22.76
%48.37

CMYK RENK MODELİ

#473877 rengi CMYK tonu (40,53,0,53).

  • camgöbeği tonu 40.34%
  • eflatun tonu 52.94%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(40,53,0,53)
C40M53Y0K53 
(40%,53%,0%,53%)
(0.40/0.53/0.00/0.53)	

CMYK yüzdeleri

%40.34
%52.94
%0
%53.33

Codes

Color #473877 in popluar color models

473877
RGB7156119
HSL254°36.00%34.31%
HSB/HSV254°52.94%46.67%
CMYK40.34%52.94%0.00%
53.33%

Color #473877 in popluar number systems.

HEX473877
Decimal7156119
Binary10001111110001110111
Octal10770167

Shades and tints

Shades of #473877

#473877
(71,56,119)
#41336D
(65,51,109)
#3B2E63
(59,46,99)
#352959
(53,41,89)
#2F244F
(47,36,79)
#291F45
(41,31,69)
#231A3B
(35,26,59)
#1D1531
(29,21,49)
#171027
(23,16,39)
#110B1D
(17,11,29)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #473877

#473877
(71,56,119)
#574A83
(87,74,131)
#675C8F
(103,92,143)
#776E9B
(119,110,155)
#8780A7
(135,128,167)
#9792B3
(151,146,179)
#A7A4BF
(167,164,191)
#B7B6CB
(183,182,203)
#C7C8D7
(199,200,215)
#D7DAE3
(215,218,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473877 color. Also use rgb(71,56,119) instead hex code.

Text Font Color

.myTextColor { color: #473877; }

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

This text font color is #473877.


Background Color

.myBgColor { background-color: #473877; }

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

This div background color is #473877.


Border color

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

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

This div border color is #473877.


Opacity

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

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

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

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

This text has shadow with #473877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473877 on black background.


Color preview on white background

This text has color #473877 on white background.



Black color preview on #473877 background

This text has black color on #473877 background.


White color preview on #473877 background

This text has white color on #473877 background.