COLOR #4776A0

HEX: #4776A0
RGB: (71,118,160)

Renk bilgisi

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

RGB renk modeli

#4776A0 color RGB value is (71,118,160).

  • kırmız ton 71;
  • yeşil ton 118;
  • mavi ton 160.
RGB:
(71,118,160)
(28%,46%,63%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 118 of 255 = 46%
B 160 of 255 = 63%

71
118
160

R + G + B ~ 46%. #4776A0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 118 + 160 = 349 (100%)
R 71 of 349 ~ 20.34%
G 118 of 349 ~ 33.81%
B 160 of 349 ~ 45.85%

%20.34
%33.81
%45.85

CMYK RENK MODELİ

#4776A0 rengi CMYK tonu (56,26,0,37).

  • camgöbeği tonu 55.63%
  • eflatun tonu 26.25%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(56,26,0,37)
C56M26Y0K37 
(56%,26%,0%,37%)
(0.56/0.26/0.00/0.37)	

CMYK yüzdeleri

%55.63
%26.25
%0
%37.25

Codes

Color #4776A0 in popluar color models

4776A0
RGB71118160
HSL208°38.53%45.29%
HSB/HSV208°55.63%62.75%
CMYK55.63%26.25%0.00%
37.25%

Color #4776A0 in popluar number systems.

HEX4776A0
Decimal71118160
Binary1000111111011010100000
Octal107166240

Shades and tints

Shades of #4776A0

#4776A0
(71,118,160)
#416C92
(65,108,146)
#3B6284
(59,98,132)
#355876
(53,88,118)
#2F4E68
(47,78,104)
#29445A
(41,68,90)
#233A4C
(35,58,76)
#1D303E
(29,48,62)
#172630
(23,38,48)
#111C22
(17,28,34)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #4776A0

#4776A0
(71,118,160)
#5782A8
(87,130,168)
#678EB0
(103,142,176)
#779AB8
(119,154,184)
#87A6C0
(135,166,192)
#97B2C8
(151,178,200)
#A7BED0
(167,190,208)
#B7CAD8
(183,202,216)
#C7D6E0
(199,214,224)
#D7E2E8
(215,226,232)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4776A0 color. Also use rgb(71,118,160) instead hex code.

Text Font Color

.myTextColor { color: #4776A0; }

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

This text font color is #4776A0.


Background Color

.myBgColor { background-color: #4776A0; }

<div style="background-color:#4776A0">Inner text</div>

This div background color is #4776A0.


Border color

.myBorderColor { border: 1px solid #4776A0; }

<div style="border:3px solid #4776A0">Div</div>

This div border color is #4776A0.


Opacity

.myOpacity80 { color: #4776A0; opacity: 0.8; }

<p style="color:#4776A0;opacity:0.8;">80%</p>

Text with #4776A0 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 #4776A0;}

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

This text has shadow with #4776A0 color.

.textShadow {text-shadow: 3px 3px 1px #4776A0, 3px 3px 1px red;}

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

This text has shadow with #4776A0 primary color and red secondary color.


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

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

This text has shadow with #4776A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4776A0 on black background.


Color preview on white background

This text has color #4776A0 on white background.



Black color preview on #4776A0 background

This text has black color on #4776A0 background.


White color preview on #4776A0 background

This text has white color on #4776A0 background.