COLOR #4C5B79

HEX: #4C5B79
RGB: (76,91,121)

Renk bilgisi

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

RGB renk modeli

#4C5B79 color RGB value is (76,91,121).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 91 of 255 = 36%
B 121 of 255 = 47%

76
91
121

R + G + B ~ 38%. #4C5B79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 91 + 121 = 288 (100%)
R 76 of 288 ~ 26.39%
G 91 of 288 ~ 31.6%
B 121 of 288 ~ 42.01%

%26.39
%31.6
%42.01

CMYK RENK MODELİ

#4C5B79 rengi CMYK tonu (37,25,0,53).

  • camgöbeği tonu 37.19%
  • eflatun tonu 24.79%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(37,25,0,53)
C37M25Y0K53 
(37%,25%,0%,53%)
(0.37/0.25/0.00/0.53)	

CMYK yüzdeleri

%37.19
%24.79
%0
%52.55

Codes

Color #4C5B79 in popluar color models

4C5B79
RGB7691121
HSL220°22.84%38.63%
HSB/HSV220°37.19%47.45%
CMYK37.19%24.79%0.00%
52.55%

Color #4C5B79 in popluar number systems.

HEX4C5B79
Decimal7691121
Binary100110010110111111001
Octal114133171

Shades and tints

Shades of #4C5B79

#4C5B79
(76,91,121)
#46536E
(70,83,110)
#404B63
(64,75,99)
#3A4358
(58,67,88)
#343B4D
(52,59,77)
#2E3342
(46,51,66)
#282B37
(40,43,55)
#22232C
(34,35,44)
#1C1B21
(28,27,33)
#161316
(22,19,22)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C5B79

#4C5B79
(76,91,121)
#5C6985
(92,105,133)
#6C7791
(108,119,145)
#7C859D
(124,133,157)
#8C93A9
(140,147,169)
#9CA1B5
(156,161,181)
#ACAFC1
(172,175,193)
#BCBDCD
(188,189,205)
#CCCBD9
(204,203,217)
#DCD9E5
(220,217,229)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5B79 color. Also use rgb(76,91,121) instead hex code.

Text Font Color

.myTextColor { color: #4C5B79; }

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

This text font color is #4C5B79.


Background Color

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

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

This div background color is #4C5B79.


Border color

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

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

This div border color is #4C5B79.


Opacity

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

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

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

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

This text has shadow with #4C5B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5B79 on black background.


Color preview on white background

This text has color #4C5B79 on white background.



Black color preview on #4C5B79 background

This text has black color on #4C5B79 background.


White color preview on #4C5B79 background

This text has white color on #4C5B79 background.