COLOR #470D71

HEX: #470D71
RGB: (71,13,113)

Renk bilgisi

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

RGB renk modeli

#470D71 color RGB value is (71,13,113).

  • kırmız ton 71;
  • yeşil ton 13;
  • mavi ton 113.
RGB:
(71,13,113)
(28%,5%,44%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 13 of 255 = 5%
B 113 of 255 = 44%

71
13
113

R + G + B ~ 26%. #470D71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 13 + 113 = 197 (100%)
R 71 of 197 ~ 36.04%
G 13 of 197 ~ 6.6%
B 113 of 197 ~ 57.36%

%36.04
%57.36

CMYK RENK MODELİ

#470D71 rengi CMYK tonu (37,88,0,56).

  • camgöbeği tonu 37.17%
  • eflatun tonu 88.50%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(37,88,0,56)
C37M88Y0K56 
(37%,88%,0%,56%)
(0.37/0.88/0.00/0.56)	

CMYK yüzdeleri

%37.17
%88.5
%0
%55.69

Codes

Color #470D71 in popluar color models

470D71
RGB7113113
HSL275°79.37%24.71%
HSB/HSV275°88.50%44.31%
CMYK37.17%88.50%0.00%
55.69%

Color #470D71 in popluar number systems.

HEX470D71
Decimal7113113
Binary100011111011110001
Octal10715161

Shades and tints

Shades of #470D71

#470D71
(71,13,113)
#410C67
(65,12,103)
#3B0B5D
(59,11,93)
#350A53
(53,10,83)
#2F0949
(47,9,73)
#29083F
(41,8,63)
#230735
(35,7,53)
#1D062B
(29,6,43)
#170521
(23,5,33)
#110417
(17,4,23)
#0B030D
(11,3,13)
#000000
(0,0,0)

Tints of #470D71

#470D71
(71,13,113)
#57237D
(87,35,125)
#673989
(103,57,137)
#774F95
(119,79,149)
#8765A1
(135,101,161)
#977BAD
(151,123,173)
#A791B9
(167,145,185)
#B7A7C5
(183,167,197)
#C7BDD1
(199,189,209)
#D7D3DD
(215,211,221)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470D71 color. Also use rgb(71,13,113) instead hex code.

Text Font Color

.myTextColor { color: #470D71; }

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

This text font color is #470D71.


Background Color

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

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

This div background color is #470D71.


Border color

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

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

This div border color is #470D71.


Opacity

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

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

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

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

This text has shadow with #470D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470D71 on black background.


Color preview on white background

This text has color #470D71 on white background.



Black color preview on #470D71 background

This text has black color on #470D71 background.


White color preview on #470D71 background

This text has white color on #470D71 background.