COLOR #47619B

HEX: #47619B
RGB: (71,97,155)

Renk bilgisi

#47619B contains mainly green and blue colors. #47619B ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#47619B color RGB value is (71,97,155).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 97 of 255 = 38%
B 155 of 255 = 61%

71
97
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 97 + 155 = 323 (100%)
R 71 of 323 ~ 21.98%
G 97 of 323 ~ 30.03%
B 155 of 323 ~ 47.99%

%21.98
%30.03
%47.99

CMYK RENK MODELİ

#47619B rengi CMYK tonu (54,37,0,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 37.42%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,37,0,39)
C54M37Y0K39 
(54%,37%,0%,39%)
(0.54/0.37/0.00/0.39)	

CMYK yüzdeleri

%54.19
%37.42
%0
%39.22

Codes

Color #47619B in popluar color models

47619B
RGB7197155
HSL221°37.17%44.31%
HSB/HSV221°54.19%60.78%
CMYK54.19%37.42%0.00%
39.22%

Color #47619B in popluar number systems.

HEX47619B
Decimal7197155
Binary1000111110000110011011
Octal107141233

Shades and tints

Shades of #47619B

#47619B
(71,97,155)
#41598D
(65,89,141)
#3B517F
(59,81,127)
#354971
(53,73,113)
#2F4163
(47,65,99)
#293955
(41,57,85)
#233147
(35,49,71)
#1D2939
(29,41,57)
#17212B
(23,33,43)
#11191D
(17,25,29)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #47619B

#47619B
(71,97,155)
#576FA4
(87,111,164)
#677DAD
(103,125,173)
#778BB6
(119,139,182)
#8799BF
(135,153,191)
#97A7C8
(151,167,200)
#A7B5D1
(167,181,209)
#B7C3DA
(183,195,218)
#C7D1E3
(199,209,227)
#D7DFEC
(215,223,236)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47619B; }

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

This text font color is #47619B.


Background Color

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

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

This div background color is #47619B.


Border color

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

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

This div border color is #47619B.


Opacity

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

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

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

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

This text has shadow with #47619B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47619B on black background.


Color preview on white background

This text has color #47619B on white background.



Black color preview on #47619B background

This text has black color on #47619B background.


White color preview on #47619B background

This text has white color on #47619B background.