COLOR #471A63

HEX: #471A63
RGB: (71,26,99)

Renk bilgisi

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

RGB renk modeli

#471A63 color RGB value is (71,26,99).

  • kırmız ton 71;
  • yeşil ton 26;
  • mavi ton 99.
RGB:
(71,26,99)
(28%,10%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 99 of 255 = 39%

71
26
99

R + G + B ~ 26%. #471A63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 99 = 196 (100%)
R 71 of 196 ~ 36.22%
G 26 of 196 ~ 13.27%
B 99 of 196 ~ 50.51%

%36.22
%13.27
%50.51

CMYK RENK MODELİ

#471A63 rengi CMYK tonu (28,74,0,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 73.74%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(28,74,0,61)
C28M74Y0K61 
(28%,74%,0%,61%)
(0.28/0.74/0.00/0.61)	

CMYK yüzdeleri

%28.28
%73.74
%0
%61.18

Codes

Color #471A63 in popluar color models

471A63
RGB712699
HSL277°58.40%24.51%
HSB/HSV277°73.74%38.82%
CMYK28.28%73.74%0.00%
61.18%

Color #471A63 in popluar number systems.

HEX471A63
Decimal712699
Binary1000111110101100011
Octal10732143

Shades and tints

Shades of #471A63

#471A63
(71,26,99)
#41185A
(65,24,90)
#3B1651
(59,22,81)
#351448
(53,20,72)
#2F123F
(47,18,63)
#291036
(41,16,54)
#230E2D
(35,14,45)
#1D0C24
(29,12,36)
#170A1B
(23,10,27)
#110812
(17,8,18)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #471A63

#471A63
(71,26,99)
#572E71
(87,46,113)
#67427F
(103,66,127)
#77568D
(119,86,141)
#876A9B
(135,106,155)
#977EA9
(151,126,169)
#A792B7
(167,146,183)
#B7A6C5
(183,166,197)
#C7BAD3
(199,186,211)
#D7CEE1
(215,206,225)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471A63 color. Also use rgb(71,26,99) instead hex code.

Text Font Color

.myTextColor { color: #471A63; }

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

This text font color is #471A63.


Background Color

.myBgColor { background-color: #471A63; }

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

This div background color is #471A63.


Border color

.myBorderColor { border: 1px solid #471A63; }

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

This div border color is #471A63.


Opacity

.myOpacity80 { color: #471A63; opacity: 0.8; }

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

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

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

This text has shadow with #471A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A63 on black background.


Color preview on white background

This text has color #471A63 on white background.



Black color preview on #471A63 background

This text has black color on #471A63 background.


White color preview on #471A63 background

This text has white color on #471A63 background.