COLOR #472D70

HEX: #472D70
RGB: (71,45,112)

Renk bilgisi

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

RGB renk modeli

#472D70 color RGB value is (71,45,112).

  • kırmız ton 71;
  • yeşil ton 45;
  • mavi ton 112.
RGB:
(71,45,112)
(28%,18%,44%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 45 of 255 = 18%
B 112 of 255 = 44%

71
45
112

R + G + B ~ 30%. #472D70 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 45 + 112 = 228 (100%)
R 71 of 228 ~ 31.14%
G 45 of 228 ~ 19.74%
B 112 of 228 ~ 49.12%

%31.14
%19.74
%49.12

CMYK RENK MODELİ

#472D70 rengi CMYK tonu (37,60,0,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 59.82%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(37,60,0,56)
C37M60Y0K56 
(37%,60%,0%,56%)
(0.37/0.60/0.00/0.56)	

CMYK yüzdeleri

%36.61
%59.82
%0
%56.08

Codes

Color #472D70 in popluar color models

472D70
RGB7145112
HSL263°42.68%30.78%
HSB/HSV263°59.82%43.92%
CMYK36.61%59.82%0.00%
56.08%

Color #472D70 in popluar number systems.

HEX472D70
Decimal7145112
Binary10001111011011110000
Octal10755160

Shades and tints

Shades of #472D70

#472D70
(71,45,112)
#412966
(65,41,102)
#3B255C
(59,37,92)
#352152
(53,33,82)
#2F1D48
(47,29,72)
#29193E
(41,25,62)
#231534
(35,21,52)
#1D112A
(29,17,42)
#170D20
(23,13,32)
#110916
(17,9,22)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #472D70

#472D70
(71,45,112)
#57407D
(87,64,125)
#67538A
(103,83,138)
#776697
(119,102,151)
#8779A4
(135,121,164)
#978CB1
(151,140,177)
#A79FBE
(167,159,190)
#B7B2CB
(183,178,203)
#C7C5D8
(199,197,216)
#D7D8E5
(215,216,229)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D70 color. Also use rgb(71,45,112) instead hex code.

Text Font Color

.myTextColor { color: #472D70; }

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

This text font color is #472D70.


Background Color

.myBgColor { background-color: #472D70; }

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

This div background color is #472D70.


Border color

.myBorderColor { border: 1px solid #472D70; }

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

This div border color is #472D70.


Opacity

.myOpacity80 { color: #472D70; opacity: 0.8; }

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

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

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

This text has shadow with #472D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D70 on black background.


Color preview on white background

This text has color #472D70 on white background.



Black color preview on #472D70 background

This text has black color on #472D70 background.


White color preview on #472D70 background

This text has white color on #472D70 background.