COLOR #47509B

HEX: #47509B
RGB: (71,80,155)

Renk bilgisi

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

RGB renk modeli

#47509B color RGB value is (71,80,155).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 80 of 255 = 31%
B 155 of 255 = 61%

71
80
155

R + G + B ~ 40%. #47509B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 155 = 306 (100%)
R 71 of 306 ~ 23.2%
G 80 of 306 ~ 26.14%
B 155 of 306 ~ 50.65%

%23.2
%26.14
%50.65

CMYK RENK MODELİ

#47509B rengi CMYK tonu (54,48,0,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 48.39%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,48,0,39)
C54M48Y0K39 
(54%,48%,0%,39%)
(0.54/0.48/0.00/0.39)	

CMYK yüzdeleri

%54.19
%48.39
%0
%39.22

Codes

Color #47509B in popluar color models

47509B
RGB7180155
HSL234°37.17%44.31%
HSB/HSV234°54.19%60.78%
CMYK54.19%48.39%0.00%
39.22%

Color #47509B in popluar number systems.

HEX47509B
Decimal7180155
Binary1000111101000010011011
Octal107120233

Shades and tints

Shades of #47509B

#47509B
(71,80,155)
#41498D
(65,73,141)
#3B427F
(59,66,127)
#353B71
(53,59,113)
#2F3463
(47,52,99)
#292D55
(41,45,85)
#232647
(35,38,71)
#1D1F39
(29,31,57)
#17182B
(23,24,43)
#11111D
(17,17,29)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #47509B

#47509B
(71,80,155)
#575FA4
(87,95,164)
#676EAD
(103,110,173)
#777DB6
(119,125,182)
#878CBF
(135,140,191)
#979BC8
(151,155,200)
#A7AAD1
(167,170,209)
#B7B9DA
(183,185,218)
#C7C8E3
(199,200,227)
#D7D7EC
(215,215,236)
#E7E6F5
(231,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47509B; }

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

This text font color is #47509B.


Background Color

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

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

This div background color is #47509B.


Border color

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

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

This div border color is #47509B.


Opacity

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

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

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

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

This text has shadow with #47509B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47509B on black background.


Color preview on white background

This text has color #47509B on white background.



Black color preview on #47509B background

This text has black color on #47509B background.


White color preview on #47509B background

This text has white color on #47509B background.