COLOR #472969

HEX: #472969
RGB: (71,41,105)

Renk bilgisi

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

RGB renk modeli

#472969 color RGB value is (71,41,105).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 41 of 255 = 16%
B 105 of 255 = 41%

71
41
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 41 + 105 = 217 (100%)
R 71 of 217 ~ 32.72%
G 41 of 217 ~ 18.89%
B 105 of 217 ~ 48.39%

%32.72
%18.89
%48.39

CMYK RENK MODELİ

#472969 rengi CMYK tonu (32,61,0,59).

  • camgöbeği tonu 32.38%
  • eflatun tonu 60.95%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(32,61,0,59)
C32M61Y0K59 
(32%,61%,0%,59%)
(0.32/0.61/0.00/0.59)	

CMYK yüzdeleri

%32.38
%60.95
%0
%58.82

Codes

Color #472969 in popluar color models

472969
RGB7141105
HSL268°43.84%28.63%
HSB/HSV268°60.95%41.18%
CMYK32.38%60.95%0.00%
58.82%

Color #472969 in popluar number systems.

HEX472969
Decimal7141105
Binary10001111010011101001
Octal10751151

Shades and tints

Shades of #472969

#472969
(71,41,105)
#412660
(65,38,96)
#3B2357
(59,35,87)
#35204E
(53,32,78)
#2F1D45
(47,29,69)
#291A3C
(41,26,60)
#231733
(35,23,51)
#1D142A
(29,20,42)
#171121
(23,17,33)
#110E18
(17,14,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #472969

#472969
(71,41,105)
#573C76
(87,60,118)
#674F83
(103,79,131)
#776290
(119,98,144)
#87759D
(135,117,157)
#9788AA
(151,136,170)
#A79BB7
(167,155,183)
#B7AEC4
(183,174,196)
#C7C1D1
(199,193,209)
#D7D4DE
(215,212,222)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472969 color. Also use rgb(71,41,105) instead hex code.

Text Font Color

.myTextColor { color: #472969; }

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

This text font color is #472969.


Background Color

.myBgColor { background-color: #472969; }

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

This div background color is #472969.


Border color

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

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

This div border color is #472969.


Opacity

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

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

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

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

This text has shadow with #472969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472969 on black background.


Color preview on white background

This text has color #472969 on white background.



Black color preview on #472969 background

This text has black color on #472969 background.


White color preview on #472969 background

This text has white color on #472969 background.