COLOR #47749B

HEX: #47749B
RGB: (71,116,155)

Renk bilgisi

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

RGB renk modeli

#47749B color RGB value is (71,116,155).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 116 of 255 = 45%
B 155 of 255 = 61%

71
116
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 116 + 155 = 342 (100%)
R 71 of 342 ~ 20.76%
G 116 of 342 ~ 33.92%
B 155 of 342 ~ 45.32%

%20.76
%33.92
%45.32

CMYK RENK MODELİ

#47749B rengi CMYK tonu (54,25,0,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 25.16%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,25,0,39)
C54M25Y0K39 
(54%,25%,0%,39%)
(0.54/0.25/0.00/0.39)	

CMYK yüzdeleri

%54.19
%25.16
%0
%39.22

Codes

Color #47749B in popluar color models

47749B
RGB71116155
HSL208°37.17%44.31%
HSB/HSV208°54.19%60.78%
CMYK54.19%25.16%0.00%
39.22%

Color #47749B in popluar number systems.

HEX47749B
Decimal71116155
Binary1000111111010010011011
Octal107164233

Shades and tints

Shades of #47749B

#47749B
(71,116,155)
#416A8D
(65,106,141)
#3B607F
(59,96,127)
#355671
(53,86,113)
#2F4C63
(47,76,99)
#294255
(41,66,85)
#233847
(35,56,71)
#1D2E39
(29,46,57)
#17242B
(23,36,43)
#111A1D
(17,26,29)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #47749B

#47749B
(71,116,155)
#5780A4
(87,128,164)
#678CAD
(103,140,173)
#7798B6
(119,152,182)
#87A4BF
(135,164,191)
#97B0C8
(151,176,200)
#A7BCD1
(167,188,209)
#B7C8DA
(183,200,218)
#C7D4E3
(199,212,227)
#D7E0EC
(215,224,236)
#E7ECF5
(231,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47749B; }

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

This text font color is #47749B.


Background Color

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

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

This div background color is #47749B.


Border color

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

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

This div border color is #47749B.


Opacity

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

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

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

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

This text has shadow with #47749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47749B on black background.


Color preview on white background

This text has color #47749B on white background.



Black color preview on #47749B background

This text has black color on #47749B background.


White color preview on #47749B background

This text has white color on #47749B background.