COLOR #470C50

HEX: #470C50
RGB: (71,12,80)

Renk bilgisi

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

RGB renk modeli

#470C50 color RGB value is (71,12,80).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 12 of 255 = 5%
B 80 of 255 = 31%

71
12
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 12 + 80 = 163 (100%)
R 71 of 163 ~ 43.56%
G 12 of 163 ~ 7.36%
B 80 of 163 ~ 49.08%

%43.56
%49.08

CMYK RENK MODELİ

#470C50 rengi CMYK tonu (11,85,0,69).

  • camgöbeği tonu 11.25%
  • eflatun tonu 85.00%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(11,85,0,69)
C11M85Y0K69 
(11%,85%,0%,69%)
(0.11/0.85/0.00/0.69)	

CMYK yüzdeleri

%11.25
%85
%0
%68.63

Codes

Color #470C50 in popluar color models

470C50
RGB711280
HSL292°73.91%18.04%
HSB/HSV292°85.00%31.37%
CMYK11.25%85.00%0.00%
68.63%

Color #470C50 in popluar number systems.

HEX470C50
Decimal711280
Binary100011111001010000
Octal10714120

Shades and tints

Shades of #470C50

#470C50
(71,12,80)
#410B49
(65,11,73)
#3B0A42
(59,10,66)
#35093B
(53,9,59)
#2F0834
(47,8,52)
#29072D
(41,7,45)
#230626
(35,6,38)
#1D051F
(29,5,31)
#170418
(23,4,24)
#110311
(17,3,17)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #470C50

#470C50
(71,12,80)
#57225F
(87,34,95)
#67386E
(103,56,110)
#774E7D
(119,78,125)
#87648C
(135,100,140)
#977A9B
(151,122,155)
#A790AA
(167,144,170)
#B7A6B9
(183,166,185)
#C7BCC8
(199,188,200)
#D7D2D7
(215,210,215)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470C50; }

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

This text font color is #470C50.


Background Color

.myBgColor { background-color: #470C50; }

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

This div background color is #470C50.


Border color

.myBorderColor { border: 1px solid #470C50; }

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

This div border color is #470C50.


Opacity

.myOpacity80 { color: #470C50; opacity: 0.8; }

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

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

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

This text has shadow with #470C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470C50 on black background.


Color preview on white background

This text has color #470C50 on white background.



Black color preview on #470C50 background

This text has black color on #470C50 background.


White color preview on #470C50 background

This text has white color on #470C50 background.