COLOR #47639B

HEX: #47639B
RGB: (71,99,155)

Renk bilgisi

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

RGB renk modeli

#47639B color RGB value is (71,99,155).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 99 of 255 = 39%
B 155 of 255 = 61%

71
99
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 155 = 325 (100%)
R 71 of 325 ~ 21.85%
G 99 of 325 ~ 30.46%
B 155 of 325 ~ 47.69%

%21.85
%30.46
%47.69

CMYK RENK MODELİ

#47639B rengi CMYK tonu (54,36,0,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 36.13%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,36,0,39)
C54M36Y0K39 
(54%,36%,0%,39%)
(0.54/0.36/0.00/0.39)	

CMYK yüzdeleri

%54.19
%36.13
%0
%39.22

Codes

Color #47639B in popluar color models

47639B
RGB7199155
HSL220°37.17%44.31%
HSB/HSV220°54.19%60.78%
CMYK54.19%36.13%0.00%
39.22%

Color #47639B in popluar number systems.

HEX47639B
Decimal7199155
Binary1000111110001110011011
Octal107143233

Shades and tints

Shades of #47639B

#47639B
(71,99,155)
#415A8D
(65,90,141)
#3B517F
(59,81,127)
#354871
(53,72,113)
#2F3F63
(47,63,99)
#293655
(41,54,85)
#232D47
(35,45,71)
#1D2439
(29,36,57)
#171B2B
(23,27,43)
#11121D
(17,18,29)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #47639B

#47639B
(71,99,155)
#5771A4
(87,113,164)
#677FAD
(103,127,173)
#778DB6
(119,141,182)
#879BBF
(135,155,191)
#97A9C8
(151,169,200)
#A7B7D1
(167,183,209)
#B7C5DA
(183,197,218)
#C7D3E3
(199,211,227)
#D7E1EC
(215,225,236)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47639B; }

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

This text font color is #47639B.


Background Color

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

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

This div background color is #47639B.


Border color

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

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

This div border color is #47639B.


Opacity

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

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

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

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

This text has shadow with #47639B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47639B on black background.


Color preview on white background

This text has color #47639B on white background.



Black color preview on #47639B background

This text has black color on #47639B background.


White color preview on #47639B background

This text has white color on #47639B background.