COLOR #4C5978

HEX: #4C5978
RGB: (76,89,120)

Renk bilgisi

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

RGB renk modeli

#4C5978 color RGB value is (76,89,120).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 89 of 255 = 35%
B 120 of 255 = 47%

76
89
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 120 = 285 (100%)
R 76 of 285 ~ 26.67%
G 89 of 285 ~ 31.23%
B 120 of 285 ~ 42.11%

%26.67
%31.23
%42.11

CMYK RENK MODELİ

#4C5978 rengi CMYK tonu (37,26,0,53).

  • camgöbeği tonu 36.67%
  • eflatun tonu 25.83%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(37,26,0,53)
C37M26Y0K53 
(37%,26%,0%,53%)
(0.37/0.26/0.00/0.53)	

CMYK yüzdeleri

%36.67
%25.83
%0
%52.94

Codes

Color #4C5978 in popluar color models

4C5978
RGB7689120
HSL222°22.45%38.43%
HSB/HSV222°36.67%47.06%
CMYK36.67%25.83%0.00%
52.94%

Color #4C5978 in popluar number systems.

HEX4C5978
Decimal7689120
Binary100110010110011111000
Octal114131170

Shades and tints

Shades of #4C5978

#4C5978
(76,89,120)
#46516E
(70,81,110)
#404964
(64,73,100)
#3A415A
(58,65,90)
#343950
(52,57,80)
#2E3146
(46,49,70)
#28293C
(40,41,60)
#222132
(34,33,50)
#1C1928
(28,25,40)
#16111E
(22,17,30)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #4C5978

#4C5978
(76,89,120)
#5C6884
(92,104,132)
#6C7790
(108,119,144)
#7C869C
(124,134,156)
#8C95A8
(140,149,168)
#9CA4B4
(156,164,180)
#ACB3C0
(172,179,192)
#BCC2CC
(188,194,204)
#CCD1D8
(204,209,216)
#DCE0E4
(220,224,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5978 color. Also use rgb(76,89,120) instead hex code.

Text Font Color

.myTextColor { color: #4C5978; }

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

This text font color is #4C5978.


Background Color

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

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

This div background color is #4C5978.


Border color

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

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

This div border color is #4C5978.


Opacity

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

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

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

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

This text has shadow with #4C5978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5978 on black background.


Color preview on white background

This text has color #4C5978 on white background.



Black color preview on #4C5978 background

This text has black color on #4C5978 background.


White color preview on #4C5978 background

This text has white color on #4C5978 background.