COLOR #470F4C

HEX: #470F4C
RGB: (71,15,76)

Renk bilgisi

#470F4C contains mainly red and blue colors. #470F4C ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#470F4C color RGB value is (71,15,76).

  • kırmız ton 71;
  • yeşil ton 15;
  • mavi ton 76.
RGB:
(71,15,76)
(28%,6%,30%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 15 of 255 = 6%
B 76 of 255 = 30%

71
15
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 15 + 76 = 162 (100%)
R 71 of 162 ~ 43.83%
G 15 of 162 ~ 9.26%
B 76 of 162 ~ 46.91%

%43.83
%46.91

CMYK RENK MODELİ

#470F4C rengi CMYK tonu (7,80,0,70).

  • camgöbeği tonu 6.58%
  • eflatun tonu 80.26%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(7,80,0,70)
C7M80Y0K70 
(7%,80%,0%,70%)
(0.07/0.80/0.00/0.70)	

CMYK yüzdeleri

%6.58
%80.26
%0
%70.2

Codes

Color #470F4C in popluar color models

470F4C
RGB711576
HSL295°67.03%17.84%
HSB/HSV295°80.26%29.80%
CMYK6.58%80.26%0.00%
70.20%

Color #470F4C in popluar number systems.

HEX470F4C
Decimal711576
Binary100011111111001100
Octal10717114

Shades and tints

Shades of #470F4C

#470F4C
(71,15,76)
#410E46
(65,14,70)
#3B0D40
(59,13,64)
#350C3A
(53,12,58)
#2F0B34
(47,11,52)
#290A2E
(41,10,46)
#230928
(35,9,40)
#1D0822
(29,8,34)
#17071C
(23,7,28)
#110616
(17,6,22)
#0B0510
(11,5,16)
#000000
(0,0,0)

Tints of #470F4C

#470F4C
(71,15,76)
#57245C
(87,36,92)
#67396C
(103,57,108)
#774E7C
(119,78,124)
#87638C
(135,99,140)
#97789C
(151,120,156)
#A78DAC
(167,141,172)
#B7A2BC
(183,162,188)
#C7B7CC
(199,183,204)
#D7CCDC
(215,204,220)
#E7E1EC
(231,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470F4C color. Also use rgb(71,15,76) instead hex code.

Text Font Color

.myTextColor { color: #470F4C; }

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

This text font color is #470F4C.


Background Color

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

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

This div background color is #470F4C.


Border color

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

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

This div border color is #470F4C.


Opacity

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

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

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

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

This text has shadow with #470F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470F4C on black background.


Color preview on white background

This text has color #470F4C on white background.



Black color preview on #470F4C background

This text has black color on #470F4C background.


White color preview on #470F4C background

This text has white color on #470F4C background.