COLOR #4C4D77

HEX: #4C4D77
RGB: (76,77,119)

Renk bilgisi

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

RGB renk modeli

#4C4D77 color RGB value is (76,77,119).

  • kırmız ton 76;
  • yeşil ton 77;
  • mavi ton 119.
RGB:
(76,77,119)
(30%,30%,47%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 77 of 255 = 30%
B 119 of 255 = 47%

76
77
119

R + G + B ~ 36%. #4C4D77 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 77 + 119 = 272 (100%)
R 76 of 272 ~ 27.94%
G 77 of 272 ~ 28.31%
B 119 of 272 ~ 43.75%

%27.94
%28.31
%43.75

CMYK RENK MODELİ

#4C4D77 rengi CMYK tonu (36,35,0,53).

  • camgöbeği tonu 36.13%
  • eflatun tonu 35.29%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(36,35,0,53)
C36M35Y0K53 
(36%,35%,0%,53%)
(0.36/0.35/0.00/0.53)	

CMYK yüzdeleri

%36.13
%35.29
%0
%53.33

Codes

Color #4C4D77 in popluar color models

4C4D77
RGB7677119
HSL239°22.05%38.24%
HSB/HSV239°36.13%46.67%
CMYK36.13%35.29%0.00%
53.33%

Color #4C4D77 in popluar number systems.

HEX4C4D77
Decimal7677119
Binary100110010011011110111
Octal114115167

Shades and tints

Shades of #4C4D77

#4C4D77
(76,77,119)
#46466D
(70,70,109)
#403F63
(64,63,99)
#3A3859
(58,56,89)
#34314F
(52,49,79)
#2E2A45
(46,42,69)
#28233B
(40,35,59)
#221C31
(34,28,49)
#1C1527
(28,21,39)
#160E1D
(22,14,29)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #4C4D77

#4C4D77
(76,77,119)
#5C5D83
(92,93,131)
#6C6D8F
(108,109,143)
#7C7D9B
(124,125,155)
#8C8DA7
(140,141,167)
#9C9DB3
(156,157,179)
#ACADBF
(172,173,191)
#BCBDCB
(188,189,203)
#CCCDD7
(204,205,215)
#DCDDE3
(220,221,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4D77 color. Also use rgb(76,77,119) instead hex code.

Text Font Color

.myTextColor { color: #4C4D77; }

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

This text font color is #4C4D77.


Background Color

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

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

This div background color is #4C4D77.


Border color

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

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

This div border color is #4C4D77.


Opacity

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

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

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

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

This text has shadow with #4C4D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D77 on black background.


Color preview on white background

This text has color #4C4D77 on white background.



Black color preview on #4C4D77 background

This text has black color on #4C4D77 background.


White color preview on #4C4D77 background

This text has white color on #4C4D77 background.