COLOR #47329B

HEX: #47329B
RGB: (71,50,155)

Renk bilgisi

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

RGB renk modeli

#47329B color RGB value is (71,50,155).

  • kırmız ton 71;
  • yeşil ton 50;
  • mavi ton 155.
RGB:
(71,50,155)
(28%,20%,61%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 50 of 255 = 20%
B 155 of 255 = 61%

71
50
155

R + G + B ~ 36%. #47329B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 50 + 155 = 276 (100%)
R 71 of 276 ~ 25.72%
G 50 of 276 ~ 18.12%
B 155 of 276 ~ 56.16%

%25.72
%18.12
%56.16

CMYK RENK MODELİ

#47329B rengi CMYK tonu (54,68,0,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 67.74%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,68,0,39)
C54M68Y0K39 
(54%,68%,0%,39%)
(0.54/0.68/0.00/0.39)	

CMYK yüzdeleri

%54.19
%67.74
%0
%39.22

Codes

Color #47329B in popluar color models

47329B
RGB7150155
HSL252°51.22%40.20%
HSB/HSV252°67.74%60.78%
CMYK54.19%67.74%0.00%
39.22%

Color #47329B in popluar number systems.

HEX47329B
Decimal7150155
Binary100011111001010011011
Octal10762233

Shades and tints

Shades of #47329B

#47329B
(71,50,155)
#412E8D
(65,46,141)
#3B2A7F
(59,42,127)
#352671
(53,38,113)
#2F2263
(47,34,99)
#291E55
(41,30,85)
#231A47
(35,26,71)
#1D1639
(29,22,57)
#17122B
(23,18,43)
#110E1D
(17,14,29)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #47329B

#47329B
(71,50,155)
#5744A4
(87,68,164)
#6756AD
(103,86,173)
#7768B6
(119,104,182)
#877ABF
(135,122,191)
#978CC8
(151,140,200)
#A79ED1
(167,158,209)
#B7B0DA
(183,176,218)
#C7C2E3
(199,194,227)
#D7D4EC
(215,212,236)
#E7E6F5
(231,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47329B color. Also use rgb(71,50,155) instead hex code.

Text Font Color

.myTextColor { color: #47329B; }

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

This text font color is #47329B.


Background Color

.myBgColor { background-color: #47329B; }

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

This div background color is #47329B.


Border color

.myBorderColor { border: 1px solid #47329B; }

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

This div border color is #47329B.


Opacity

.myOpacity80 { color: #47329B; opacity: 0.8; }

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

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

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

This text has shadow with #47329B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47329B on black background.


Color preview on white background

This text has color #47329B on white background.



Black color preview on #47329B background

This text has black color on #47329B background.


White color preview on #47329B background

This text has white color on #47329B background.