COLOR #471A78

HEX: #471A78
RGB: (71,26,120)

Renk bilgisi

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

RGB renk modeli

#471A78 color RGB value is (71,26,120).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 120 of 255 = 47%

71
26
120

R + G + B ~ 28%. #471A78 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 120 = 217 (100%)
R 71 of 217 ~ 32.72%
G 26 of 217 ~ 11.98%
B 120 of 217 ~ 55.3%

%32.72
%11.98
%55.3

CMYK RENK MODELİ

#471A78 rengi CMYK tonu (41,78,0,53).

  • camgöbeği tonu 40.83%
  • eflatun tonu 78.33%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(41,78,0,53)
C41M78Y0K53 
(41%,78%,0%,53%)
(0.41/0.78/0.00/0.53)	

CMYK yüzdeleri

%40.83
%78.33
%0
%52.94

Codes

Color #471A78 in popluar color models

471A78
RGB7126120
HSL269°64.38%28.63%
HSB/HSV269°78.33%47.06%
CMYK40.83%78.33%0.00%
52.94%

Color #471A78 in popluar number systems.

HEX471A78
Decimal7126120
Binary1000111110101111000
Octal10732170

Shades and tints

Shades of #471A78

#471A78
(71,26,120)
#41186E
(65,24,110)
#3B1664
(59,22,100)
#35145A
(53,20,90)
#2F1250
(47,18,80)
#291046
(41,16,70)
#230E3C
(35,14,60)
#1D0C32
(29,12,50)
#170A28
(23,10,40)
#11081E
(17,8,30)
#0B0614
(11,6,20)
#000000
(0,0,0)

Tints of #471A78

#471A78
(71,26,120)
#572E84
(87,46,132)
#674290
(103,66,144)
#77569C
(119,86,156)
#876AA8
(135,106,168)
#977EB4
(151,126,180)
#A792C0
(167,146,192)
#B7A6CC
(183,166,204)
#C7BAD8
(199,186,216)
#D7CEE4
(215,206,228)
#E7E2F0
(231,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A78; }

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

This text font color is #471A78.


Background Color

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

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

This div background color is #471A78.


Border color

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

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

This div border color is #471A78.


Opacity

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

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

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

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

This text has shadow with #471A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A78 on black background.


Color preview on white background

This text has color #471A78 on white background.



Black color preview on #471A78 background

This text has black color on #471A78 background.


White color preview on #471A78 background

This text has white color on #471A78 background.