COLOR #472561

HEX: #472561
RGB: (71,37,97)

Renk bilgisi

#472561 contains mainly red and blue colors. #472561 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#472561 color RGB value is (71,37,97).

  • kırmız ton 71;
  • yeşil ton 37;
  • mavi ton 97.
RGB:
(71,37,97)
(28%,15%,38%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 37 of 255 = 15%
B 97 of 255 = 38%

71
37
97

R + G + B ~ 27%. #472561 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 37 + 97 = 205 (100%)
R 71 of 205 ~ 34.63%
G 37 of 205 ~ 18.05%
B 97 of 205 ~ 47.32%

%34.63
%18.05
%47.32

CMYK RENK MODELİ

#472561 rengi CMYK tonu (27,62,0,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 61.86%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(27,62,0,62)
C27M62Y0K62 
(27%,62%,0%,62%)
(0.27/0.62/0.00/0.62)	

CMYK yüzdeleri

%26.8
%61.86
%0
%61.96

Codes

Color #472561 in popluar color models

472561
RGB713797
HSL274°44.78%26.27%
HSB/HSV274°61.86%38.04%
CMYK26.80%61.86%0.00%
61.96%

Color #472561 in popluar number systems.

HEX472561
Decimal713797
Binary10001111001011100001
Octal10745141

Shades and tints

Shades of #472561

#472561
(71,37,97)
#412259
(65,34,89)
#3B1F51
(59,31,81)
#351C49
(53,28,73)
#2F1941
(47,25,65)
#291639
(41,22,57)
#231331
(35,19,49)
#1D1029
(29,16,41)
#170D21
(23,13,33)
#110A19
(17,10,25)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #472561

#472561
(71,37,97)
#57386F
(87,56,111)
#674B7D
(103,75,125)
#775E8B
(119,94,139)
#877199
(135,113,153)
#9784A7
(151,132,167)
#A797B5
(167,151,181)
#B7AAC3
(183,170,195)
#C7BDD1
(199,189,209)
#D7D0DF
(215,208,223)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472561 color. Also use rgb(71,37,97) instead hex code.

Text Font Color

.myTextColor { color: #472561; }

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

This text font color is #472561.


Background Color

.myBgColor { background-color: #472561; }

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

This div background color is #472561.


Border color

.myBorderColor { border: 1px solid #472561; }

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

This div border color is #472561.


Opacity

.myOpacity80 { color: #472561; opacity: 0.8; }

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

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

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

This text has shadow with #472561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472561 on black background.


Color preview on white background

This text has color #472561 on white background.



Black color preview on #472561 background

This text has black color on #472561 background.


White color preview on #472561 background

This text has white color on #472561 background.