COLOR #472789

HEX: #472789
RGB: (71,39,137)

Renk bilgisi

#472789 contains mainly blue color. #472789 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#472789 color RGB value is (71,39,137).

  • kırmız ton 71;
  • yeşil ton 39;
  • mavi ton 137.
RGB:
(71,39,137)
(28%,15%,54%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 39 of 255 = 15%
B 137 of 255 = 54%

71
39
137

R + G + B ~ 32%. #472789 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 39 + 137 = 247 (100%)
R 71 of 247 ~ 28.74%
G 39 of 247 ~ 15.79%
B 137 of 247 ~ 55.47%

%28.74
%15.79
%55.47

CMYK RENK MODELİ

#472789 rengi CMYK tonu (48,72,0,46).

  • camgöbeği tonu 48.18%
  • eflatun tonu 71.53%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(48,72,0,46)
C48M72Y0K46 
(48%,72%,0%,46%)
(0.48/0.72/0.00/0.46)	

CMYK yüzdeleri

%48.18
%71.53
%0
%46.27

Codes

Color #472789 in popluar color models

472789
RGB7139137
HSL260°55.68%34.51%
HSB/HSV260°71.53%53.73%
CMYK48.18%71.53%0.00%
46.27%

Color #472789 in popluar number systems.

HEX472789
Decimal7139137
Binary100011110011110001001
Octal10747211

Shades and tints

Shades of #472789

#472789
(71,39,137)
#41247D
(65,36,125)
#3B2171
(59,33,113)
#351E65
(53,30,101)
#2F1B59
(47,27,89)
#29184D
(41,24,77)
#231541
(35,21,65)
#1D1235
(29,18,53)
#170F29
(23,15,41)
#110C1D
(17,12,29)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #472789

#472789
(71,39,137)
#573A93
(87,58,147)
#674D9D
(103,77,157)
#7760A7
(119,96,167)
#8773B1
(135,115,177)
#9786BB
(151,134,187)
#A799C5
(167,153,197)
#B7ACCF
(183,172,207)
#C7BFD9
(199,191,217)
#D7D2E3
(215,210,227)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472789 color. Also use rgb(71,39,137) instead hex code.

Text Font Color

.myTextColor { color: #472789; }

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

This text font color is #472789.


Background Color

.myBgColor { background-color: #472789; }

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

This div background color is #472789.


Border color

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

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

This div border color is #472789.


Opacity

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

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

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

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

This text has shadow with #472789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472789 on black background.


Color preview on white background

This text has color #472789 on white background.



Black color preview on #472789 background

This text has black color on #472789 background.


White color preview on #472789 background

This text has white color on #472789 background.