COLOR #472C64

HEX: #472C64
RGB: (71,44,100)

Renk bilgisi

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

RGB renk modeli

#472C64 color RGB value is (71,44,100).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 44 of 255 = 17%
B 100 of 255 = 39%

71
44
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 100 = 215 (100%)
R 71 of 215 ~ 33.02%
G 44 of 215 ~ 20.47%
B 100 of 215 ~ 46.51%

%33.02
%20.47
%46.51

CMYK RENK MODELİ

#472C64 rengi CMYK tonu (29,56,0,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 56.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(29,56,0,61)
C29M56Y0K61 
(29%,56%,0%,61%)
(0.29/0.56/0.00/0.61)	

CMYK yüzdeleri

%29
%56
%0
%60.78

Codes

Color #472C64 in popluar color models

472C64
RGB7144100
HSL269°38.89%28.24%
HSB/HSV269°56.00%39.22%
CMYK29.00%56.00%0.00%
60.78%

Color #472C64 in popluar number systems.

HEX472C64
Decimal7144100
Binary10001111011001100100
Octal10754144

Shades and tints

Shades of #472C64

#472C64
(71,44,100)
#41285B
(65,40,91)
#3B2452
(59,36,82)
#352049
(53,32,73)
#2F1C40
(47,28,64)
#291837
(41,24,55)
#23142E
(35,20,46)
#1D1025
(29,16,37)
#170C1C
(23,12,28)
#110813
(17,8,19)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #472C64

#472C64
(71,44,100)
#573F72
(87,63,114)
#675280
(103,82,128)
#77658E
(119,101,142)
#87789C
(135,120,156)
#978BAA
(151,139,170)
#A79EB8
(167,158,184)
#B7B1C6
(183,177,198)
#C7C4D4
(199,196,212)
#D7D7E2
(215,215,226)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C64; }

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

This text font color is #472C64.


Background Color

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

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

This div background color is #472C64.


Border color

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

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

This div border color is #472C64.


Opacity

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

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

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

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

This text has shadow with #472C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C64 on black background.


Color preview on white background

This text has color #472C64 on white background.



Black color preview on #472C64 background

This text has black color on #472C64 background.


White color preview on #472C64 background

This text has white color on #472C64 background.