COLOR #47A4D5

HEX: #47A4D5
RGB: (71,164,213)

Renk bilgisi

#47A4D5 contains mainly green and blue colors. #47A4D5 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#47A4D5 color RGB value is (71,164,213).

  • kırmız ton 71;
  • yeşil ton 164;
  • mavi ton 213.
RGB:
(71,164,213)
(28%,64%,84%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 164 of 255 = 64%
B 213 of 255 = 84%

71
164
213

R + G + B ~ 59%. #47A4D5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 164 + 213 = 448 (100%)
R 71 of 448 ~ 15.85%
G 164 of 448 ~ 36.61%
B 213 of 448 ~ 47.54%

%15.85
%36.61
%47.54

CMYK RENK MODELİ

#47A4D5 rengi CMYK tonu (67,23,0,16).

  • camgöbeği tonu 66.67%
  • eflatun tonu 23.00%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(67,23,0,16)
C67M23Y0K16 
(67%,23%,0%,16%)
(0.67/0.23/0.00/0.16)	

CMYK yüzdeleri

%66.67
%23
%0
%16.47

Codes

Color #47A4D5 in popluar color models

47A4D5
RGB71164213
HSL201°62.83%55.69%
HSB/HSV201°66.67%83.53%
CMYK66.67%23.00%0.00%
16.47%

Color #47A4D5 in popluar number systems.

HEX47A4D5
Decimal71164213
Binary10001111010010011010101
Octal107244325

Shades and tints

Shades of #47A4D5

#47A4D5
(71,164,213)
#4196C2
(65,150,194)
#3B88AF
(59,136,175)
#357A9C
(53,122,156)
#2F6C89
(47,108,137)
#295E76
(41,94,118)
#235063
(35,80,99)
#1D4250
(29,66,80)
#17343D
(23,52,61)
#11262A
(17,38,42)
#0B1817
(11,24,23)
#000000
(0,0,0)

Tints of #47A4D5

#47A4D5
(71,164,213)
#57ACD8
(87,172,216)
#67B4DB
(103,180,219)
#77BCDE
(119,188,222)
#87C4E1
(135,196,225)
#97CCE4
(151,204,228)
#A7D4E7
(167,212,231)
#B7DCEA
(183,220,234)
#C7E4ED
(199,228,237)
#D7ECF0
(215,236,240)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A4D5 color. Also use rgb(71,164,213) instead hex code.

Text Font Color

.myTextColor { color: #47A4D5; }

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

This text font color is #47A4D5.


Background Color

.myBgColor { background-color: #47A4D5; }

<div style="background-color:#47A4D5">Inner text</div>

This div background color is #47A4D5.


Border color

.myBorderColor { border: 1px solid #47A4D5; }

<div style="border:3px solid #47A4D5">Div</div>

This div border color is #47A4D5.


Opacity

.myOpacity80 { color: #47A4D5; opacity: 0.8; }

<p style="color:#47A4D5;opacity:0.8;">80%</p>

Text with #47A4D5 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 #47A4D5;}

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

This text has shadow with #47A4D5 color.

.textShadow {text-shadow: 3px 3px 1px #47A4D5, 3px 3px 1px red;}

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

This text has shadow with #47A4D5 primary color and red secondary color.


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

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

This text has shadow with #47A4D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A4D5 on black background.


Color preview on white background

This text has color #47A4D5 on white background.



Black color preview on #47A4D5 background

This text has black color on #47A4D5 background.


White color preview on #47A4D5 background

This text has white color on #47A4D5 background.