COLOR #473056

HEX: #473056
RGB: (71,48,86)

Renk bilgisi

#473056 contains red, green and blue colors in about the same proportion. #473056 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#473056 color RGB value is (71,48,86).

  • kırmız ton 71;
  • yeşil ton 48;
  • mavi ton 86.
RGB:
(71,48,86)
(28%,19%,34%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 48 of 255 = 19%
B 86 of 255 = 34%

71
48
86

R + G + B ~ 27%. #473056 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 48 + 86 = 205 (100%)
R 71 of 205 ~ 34.63%
G 48 of 205 ~ 23.41%
B 86 of 205 ~ 41.95%

%34.63
%23.41
%41.95

CMYK RENK MODELİ

#473056 rengi CMYK tonu (17,44,0,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 44.19%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(17,44,0,66)
C17M44Y0K66 
(17%,44%,0%,66%)
(0.17/0.44/0.00/0.66)	

CMYK yüzdeleri

%17.44
%44.19
%0
%66.27

Codes

Color #473056 in popluar color models

473056
RGB714886
HSL276°28.36%26.27%
HSB/HSV276°44.19%33.73%
CMYK17.44%44.19%0.00%
66.27%

Color #473056 in popluar number systems.

HEX473056
Decimal714886
Binary10001111100001010110
Octal10760126

Shades and tints

Shades of #473056

#473056
(71,48,86)
#412C4F
(65,44,79)
#3B2848
(59,40,72)
#352441
(53,36,65)
#2F203A
(47,32,58)
#291C33
(41,28,51)
#23182C
(35,24,44)
#1D1425
(29,20,37)
#17101E
(23,16,30)
#110C17
(17,12,23)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #473056

#473056
(71,48,86)
#574265
(87,66,101)
#675474
(103,84,116)
#776683
(119,102,131)
#877892
(135,120,146)
#978AA1
(151,138,161)
#A79CB0
(167,156,176)
#B7AEBF
(183,174,191)
#C7C0CE
(199,192,206)
#D7D2DD
(215,210,221)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473056 color. Also use rgb(71,48,86) instead hex code.

Text Font Color

.myTextColor { color: #473056; }

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

This text font color is #473056.


Background Color

.myBgColor { background-color: #473056; }

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

This div background color is #473056.


Border color

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

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

This div border color is #473056.


Opacity

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

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

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

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

This text has shadow with #473056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473056 on black background.


Color preview on white background

This text has color #473056 on white background.



Black color preview on #473056 background

This text has black color on #473056 background.


White color preview on #473056 background

This text has white color on #473056 background.