COLOR #4D6776

HEX: #4D6776
RGB: (77,103,118)

Renk bilgisi

#4D6776 contains red, green and blue colors in about the same proportion. #4D6776 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4D6776 color RGB value is (77,103,118).

  • kırmız ton 77;
  • yeşil ton 103;
  • mavi ton 118.
RGB:
(77,103,118)
(30%,40%,46%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 103 of 255 = 40%
B 118 of 255 = 46%

77
103
118

R + G + B ~ 39%. #4D6776 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 103 + 118 = 298 (100%)
R 77 of 298 ~ 25.84%
G 103 of 298 ~ 34.56%
B 118 of 298 ~ 39.6%

%25.84
%34.56
%39.6

CMYK RENK MODELİ

#4D6776 rengi CMYK tonu (35,13,0,54).

  • camgöbeği tonu 34.75%
  • eflatun tonu 12.71%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(35,13,0,54)
C35M13Y0K54 
(35%,13%,0%,54%)
(0.35/0.13/0.00/0.54)	

CMYK yüzdeleri

%34.75
%12.71
%0
%53.73

Codes

Color #4D6776 in popluar color models

4D6776
RGB77103118
HSL202°21.03%38.24%
HSB/HSV202°34.75%46.27%
CMYK34.75%12.71%0.00%
53.73%

Color #4D6776 in popluar number systems.

HEX4D6776
Decimal77103118
Binary100110111001111110110
Octal115147166

Shades and tints

Shades of #4D6776

#4D6776
(77,103,118)
#465E6C
(70,94,108)
#3F5562
(63,85,98)
#384C58
(56,76,88)
#31434E
(49,67,78)
#2A3A44
(42,58,68)
#23313A
(35,49,58)
#1C2830
(28,40,48)
#151F26
(21,31,38)
#0E161C
(14,22,28)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #4D6776

#4D6776
(77,103,118)
#5D7482
(93,116,130)
#6D818E
(109,129,142)
#7D8E9A
(125,142,154)
#8D9BA6
(141,155,166)
#9DA8B2
(157,168,178)
#ADB5BE
(173,181,190)
#BDC2CA
(189,194,202)
#CDCFD6
(205,207,214)
#DDDCE2
(221,220,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6776 color. Also use rgb(77,103,118) instead hex code.

Text Font Color

.myTextColor { color: #4D6776; }

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

This text font color is #4D6776.


Background Color

.myBgColor { background-color: #4D6776; }

<div style="background-color:#4D6776">Inner text</div>

This div background color is #4D6776.


Border color

.myBorderColor { border: 1px solid #4D6776; }

<div style="border:3px solid #4D6776">Div</div>

This div border color is #4D6776.


Opacity

.myOpacity80 { color: #4D6776; opacity: 0.8; }

<p style="color:#4D6776;opacity:0.8;">80%</p>

Text with #4D6776 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 #4D6776;}

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

This text has shadow with #4D6776 color.

.textShadow {text-shadow: 3px 3px 1px #4D6776, 3px 3px 1px red;}

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

This text has shadow with #4D6776 primary color and red secondary color.


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

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

This text has shadow with #4D6776 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6776 on black background.


Color preview on white background

This text has color #4D6776 on white background.



Black color preview on #4D6776 background

This text has black color on #4D6776 background.


White color preview on #4D6776 background

This text has white color on #4D6776 background.