COLOR #470850

HEX: #470850
RGB: (71,8,80)

Renk bilgisi

#470850 contains mainly red and blue colors. #470850 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#470850 color RGB value is (71,8,80).

  • kırmız ton 71;
  • yeşil ton 8;
  • mavi ton 80.
RGB:
(71,8,80)
(28%,3%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 8 of 255 = 3%
B 80 of 255 = 31%

71
8
80

R + G + B ~ 21%. #470850 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 8 + 80 = 159 (100%)
R 71 of 159 ~ 44.65%
G 8 of 159 ~ 5.03%
B 80 of 159 ~ 50.31%

%44.65
%50.31

CMYK RENK MODELİ

#470850 rengi CMYK tonu (11,90,0,69).

  • camgöbeği tonu 11.25%
  • eflatun tonu 90.00%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(11,90,0,69)
C11M90Y0K69 
(11%,90%,0%,69%)
(0.11/0.90/0.00/0.69)	

CMYK yüzdeleri

%11.25
%90
%0
%68.63

Codes

Color #470850 in popluar color models

470850
RGB71880
HSL293°81.82%17.25%
HSB/HSV293°90.00%31.37%
CMYK11.25%90.00%0.00%
68.63%

Color #470850 in popluar number systems.

HEX470850
Decimal71880
Binary100011110001010000
Octal10710120

Shades and tints

Shades of #470850

#470850
(71,8,80)
#410849
(65,8,73)
#3B0842
(59,8,66)
#35083B
(53,8,59)
#2F0834
(47,8,52)
#29082D
(41,8,45)
#230826
(35,8,38)
#1D081F
(29,8,31)
#170818
(23,8,24)
#110811
(17,8,17)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #470850

#470850
(71,8,80)
#571E5F
(87,30,95)
#67346E
(103,52,110)
#774A7D
(119,74,125)
#87608C
(135,96,140)
#97769B
(151,118,155)
#A78CAA
(167,140,170)
#B7A2B9
(183,162,185)
#C7B8C8
(199,184,200)
#D7CED7
(215,206,215)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470850 color. Also use rgb(71,8,80) instead hex code.

Text Font Color

.myTextColor { color: #470850; }

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

This text font color is #470850.


Background Color

.myBgColor { background-color: #470850; }

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

This div background color is #470850.


Border color

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

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

This div border color is #470850.


Opacity

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

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

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

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

This text has shadow with #470850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470850 on black background.


Color preview on white background

This text has color #470850 on white background.



Black color preview on #470850 background

This text has black color on #470850 background.


White color preview on #470850 background

This text has white color on #470850 background.