COLOR #4771C6

HEX: #4771C6
RGB: (71,113,198)

Renk bilgisi

#4771C6 contains mainly blue color. #4771C6 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4771C6 color RGB value is (71,113,198).

  • kırmız ton 71;
  • yeşil ton 113;
  • mavi ton 198.
RGB:
(71,113,198)
(28%,44%,78%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 113 of 255 = 44%
B 198 of 255 = 78%

71
113
198

R + G + B ~ 50%. #4771C6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 113 + 198 = 382 (100%)
R 71 of 382 ~ 18.59%
G 113 of 382 ~ 29.58%
B 198 of 382 ~ 51.83%

%18.59
%29.58
%51.83

CMYK RENK MODELİ

#4771C6 rengi CMYK tonu (64,43,0,22).

  • camgöbeği tonu 64.14%
  • eflatun tonu 42.93%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(64,43,0,22)
C64M43Y0K22 
(64%,43%,0%,22%)
(0.64/0.43/0.00/0.22)	

CMYK yüzdeleri

%64.14
%42.93
%0
%22.35

Codes

Color #4771C6 in popluar color models

4771C6
RGB71113198
HSL220°52.70%52.75%
HSB/HSV220°64.14%77.65%
CMYK64.14%42.93%0.00%
22.35%

Color #4771C6 in popluar number systems.

HEX4771C6
Decimal71113198
Binary1000111111000111000110
Octal107161306

Shades and tints

Shades of #4771C6

#4771C6
(71,113,198)
#4167B4
(65,103,180)
#3B5DA2
(59,93,162)
#355390
(53,83,144)
#2F497E
(47,73,126)
#293F6C
(41,63,108)
#23355A
(35,53,90)
#1D2B48
(29,43,72)
#172136
(23,33,54)
#111724
(17,23,36)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #4771C6

#4771C6
(71,113,198)
#577DCB
(87,125,203)
#6789D0
(103,137,208)
#7795D5
(119,149,213)
#87A1DA
(135,161,218)
#97ADDF
(151,173,223)
#A7B9E4
(167,185,228)
#B7C5E9
(183,197,233)
#C7D1EE
(199,209,238)
#D7DDF3
(215,221,243)
#E7E9F8
(231,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4771C6 color. Also use rgb(71,113,198) instead hex code.

Text Font Color

.myTextColor { color: #4771C6; }

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

This text font color is #4771C6.


Background Color

.myBgColor { background-color: #4771C6; }

<div style="background-color:#4771C6">Inner text</div>

This div background color is #4771C6.


Border color

.myBorderColor { border: 1px solid #4771C6; }

<div style="border:3px solid #4771C6">Div</div>

This div border color is #4771C6.


Opacity

.myOpacity80 { color: #4771C6; opacity: 0.8; }

<p style="color:#4771C6;opacity:0.8;">80%</p>

Text with #4771C6 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 #4771C6;}

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

This text has shadow with #4771C6 color.

.textShadow {text-shadow: 3px 3px 1px #4771C6, 3px 3px 1px red;}

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

This text has shadow with #4771C6 primary color and red secondary color.


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

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

This text has shadow with #4771C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4771C6 on black background.


Color preview on white background

This text has color #4771C6 on white background.



Black color preview on #4771C6 background

This text has black color on #4771C6 background.


White color preview on #4771C6 background

This text has white color on #4771C6 background.