COLOR #472E64

HEX: #472E64
RGB: (71,46,100)

Renk bilgisi

#472E64 contains red, green and blue colors in about the same proportion. #472E64 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#472E64 color RGB value is (71,46,100).

  • kırmız ton 71;
  • yeşil ton 46;
  • mavi ton 100.
RGB:
(71,46,100)
(28%,18%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 100 of 255 = 39%

71
46
100

R + G + B ~ 28%. #472E64 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 100 = 217 (100%)
R 71 of 217 ~ 32.72%
G 46 of 217 ~ 21.2%
B 100 of 217 ~ 46.08%

%32.72
%21.2
%46.08

CMYK RENK MODELİ

#472E64 rengi CMYK tonu (29,54,0,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 54.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(29,54,0,61)
C29M54Y0K61 
(29%,54%,0%,61%)
(0.29/0.54/0.00/0.61)	

CMYK yüzdeleri

%29
%54
%0
%60.78

Codes

Color #472E64 in popluar color models

472E64
RGB7146100
HSL268°36.99%28.63%
HSB/HSV268°54.00%39.22%
CMYK29.00%54.00%0.00%
60.78%

Color #472E64 in popluar number systems.

HEX472E64
Decimal7146100
Binary10001111011101100100
Octal10756144

Shades and tints

Shades of #472E64

#472E64
(71,46,100)
#412A5B
(65,42,91)
#3B2652
(59,38,82)
#352249
(53,34,73)
#2F1E40
(47,30,64)
#291A37
(41,26,55)
#23162E
(35,22,46)
#1D1225
(29,18,37)
#170E1C
(23,14,28)
#110A13
(17,10,19)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #472E64

#472E64
(71,46,100)
#574172
(87,65,114)
#675480
(103,84,128)
#77678E
(119,103,142)
#877A9C
(135,122,156)
#978DAA
(151,141,170)
#A7A0B8
(167,160,184)
#B7B3C6
(183,179,198)
#C7C6D4
(199,198,212)
#D7D9E2
(215,217,226)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472E64 color. Also use rgb(71,46,100) instead hex code.

Text Font Color

.myTextColor { color: #472E64; }

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

This text font color is #472E64.


Background Color

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

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

This div background color is #472E64.


Border color

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

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

This div border color is #472E64.


Opacity

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

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

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

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

This text has shadow with #472E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E64 on black background.


Color preview on white background

This text has color #472E64 on white background.



Black color preview on #472E64 background

This text has black color on #472E64 background.


White color preview on #472E64 background

This text has white color on #472E64 background.