COLOR #472A6B

HEX: #472A6B
RGB: (71,42,107)

Renk bilgisi

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

RGB renk modeli

#472A6B color RGB value is (71,42,107).

  • kırmız ton 71;
  • yeşil ton 42;
  • mavi ton 107.
RGB:
(71,42,107)
(28%,16%,42%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 42 of 255 = 16%
B 107 of 255 = 42%

71
42
107

R + G + B ~ 29%. #472A6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 42 + 107 = 220 (100%)
R 71 of 220 ~ 32.27%
G 42 of 220 ~ 19.09%
B 107 of 220 ~ 48.64%

%32.27
%19.09
%48.64

CMYK RENK MODELİ

#472A6B rengi CMYK tonu (34,61,0,58).

  • camgöbeği tonu 33.64%
  • eflatun tonu 60.75%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(34,61,0,58)
C34M61Y0K58 
(34%,61%,0%,58%)
(0.34/0.61/0.00/0.58)	

CMYK yüzdeleri

%33.64
%60.75
%0
%58.04

Codes

Color #472A6B in popluar color models

472A6B
RGB7142107
HSL267°43.62%29.22%
HSB/HSV267°60.75%41.96%
CMYK33.64%60.75%0.00%
58.04%

Color #472A6B in popluar number systems.

HEX472A6B
Decimal7142107
Binary10001111010101101011
Octal10752153

Shades and tints

Shades of #472A6B

#472A6B
(71,42,107)
#412762
(65,39,98)
#3B2459
(59,36,89)
#352150
(53,33,80)
#2F1E47
(47,30,71)
#291B3E
(41,27,62)
#231835
(35,24,53)
#1D152C
(29,21,44)
#171223
(23,18,35)
#110F1A
(17,15,26)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #472A6B

#472A6B
(71,42,107)
#573D78
(87,61,120)
#675085
(103,80,133)
#776392
(119,99,146)
#87769F
(135,118,159)
#9789AC
(151,137,172)
#A79CB9
(167,156,185)
#B7AFC6
(183,175,198)
#C7C2D3
(199,194,211)
#D7D5E0
(215,213,224)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472A6B color. Also use rgb(71,42,107) instead hex code.

Text Font Color

.myTextColor { color: #472A6B; }

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

This text font color is #472A6B.


Background Color

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

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

This div background color is #472A6B.


Border color

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

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

This div border color is #472A6B.


Opacity

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

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

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

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

This text has shadow with #472A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A6B on black background.


Color preview on white background

This text has color #472A6B on white background.



Black color preview on #472A6B background

This text has black color on #472A6B background.


White color preview on #472A6B background

This text has white color on #472A6B background.