COLOR #4C5477

HEX: #4C5477
RGB: (76,84,119)

Renk bilgisi

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

RGB renk modeli

#4C5477 color RGB value is (76,84,119).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 84 of 255 = 33%
B 119 of 255 = 47%

76
84
119

R + G + B ~ 37%. #4C5477 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 84 + 119 = 279 (100%)
R 76 of 279 ~ 27.24%
G 84 of 279 ~ 30.11%
B 119 of 279 ~ 42.65%

%27.24
%30.11
%42.65

CMYK RENK MODELİ

#4C5477 rengi CMYK tonu (36,29,0,53).

  • camgöbeği tonu 36.13%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(36,29,0,53)
C36M29Y0K53 
(36%,29%,0%,53%)
(0.36/0.29/0.00/0.53)	

CMYK yüzdeleri

%36.13
%29.41
%0
%53.33

Codes

Color #4C5477 in popluar color models

4C5477
RGB7684119
HSL229°22.05%38.24%
HSB/HSV229°36.13%46.67%
CMYK36.13%29.41%0.00%
53.33%

Color #4C5477 in popluar number systems.

HEX4C5477
Decimal7684119
Binary100110010101001110111
Octal114124167

Shades and tints

Shades of #4C5477

#4C5477
(76,84,119)
#464D6D
(70,77,109)
#404663
(64,70,99)
#3A3F59
(58,63,89)
#34384F
(52,56,79)
#2E3145
(46,49,69)
#282A3B
(40,42,59)
#222331
(34,35,49)
#1C1C27
(28,28,39)
#16151D
(22,21,29)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #4C5477

#4C5477
(76,84,119)
#5C6383
(92,99,131)
#6C728F
(108,114,143)
#7C819B
(124,129,155)
#8C90A7
(140,144,167)
#9C9FB3
(156,159,179)
#ACAEBF
(172,174,191)
#BCBDCB
(188,189,203)
#CCCCD7
(204,204,215)
#DCDBE3
(220,219,227)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5477; }

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

This text font color is #4C5477.


Background Color

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

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

This div background color is #4C5477.


Border color

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

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

This div border color is #4C5477.


Opacity

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

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

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

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

This text has shadow with #4C5477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5477 on black background.


Color preview on white background

This text has color #4C5477 on white background.



Black color preview on #4C5477 background

This text has black color on #4C5477 background.


White color preview on #4C5477 background

This text has white color on #4C5477 background.