COLOR #47519F

HEX: #47519F
RGB: (71,81,159)

Renk bilgisi

#47519F contains mainly blue color. #47519F ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#47519F color RGB value is (71,81,159).

  • kırmız ton 71;
  • yeşil ton 81;
  • mavi ton 159.
RGB:
(71,81,159)
(28%,32%,62%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 81 of 255 = 32%
B 159 of 255 = 62%

71
81
159

R + G + B ~ 41%. #47519F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 81 + 159 = 311 (100%)
R 71 of 311 ~ 22.83%
G 81 of 311 ~ 26.05%
B 159 of 311 ~ 51.13%

%22.83
%26.05
%51.13

CMYK RENK MODELİ

#47519F rengi CMYK tonu (55,49,0,38).

  • camgöbeği tonu 55.35%
  • eflatun tonu 49.06%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(55,49,0,38)
C55M49Y0K38 
(55%,49%,0%,38%)
(0.55/0.49/0.00/0.38)	

CMYK yüzdeleri

%55.35
%49.06
%0
%37.65

Codes

Color #47519F in popluar color models

47519F
RGB7181159
HSL233°38.26%45.10%
HSB/HSV233°55.35%62.35%
CMYK55.35%49.06%0.00%
37.65%

Color #47519F in popluar number systems.

HEX47519F
Decimal7181159
Binary1000111101000110011111
Octal107121237

Shades and tints

Shades of #47519F

#47519F
(71,81,159)
#414A91
(65,74,145)
#3B4383
(59,67,131)
#353C75
(53,60,117)
#2F3567
(47,53,103)
#292E59
(41,46,89)
#23274B
(35,39,75)
#1D203D
(29,32,61)
#17192F
(23,25,47)
#111221
(17,18,33)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #47519F

#47519F
(71,81,159)
#5760A7
(87,96,167)
#676FAF
(103,111,175)
#777EB7
(119,126,183)
#878DBF
(135,141,191)
#979CC7
(151,156,199)
#A7ABCF
(167,171,207)
#B7BAD7
(183,186,215)
#C7C9DF
(199,201,223)
#D7D8E7
(215,216,231)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47519F color. Also use rgb(71,81,159) instead hex code.

Text Font Color

.myTextColor { color: #47519F; }

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

This text font color is #47519F.


Background Color

.myBgColor { background-color: #47519F; }

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

This div background color is #47519F.


Border color

.myBorderColor { border: 1px solid #47519F; }

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

This div border color is #47519F.


Opacity

.myOpacity80 { color: #47519F; opacity: 0.8; }

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

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

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

This text has shadow with #47519F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47519F on black background.


Color preview on white background

This text has color #47519F on white background.



Black color preview on #47519F background

This text has black color on #47519F background.


White color preview on #47519F background

This text has white color on #47519F background.