COLOR #4C5079

HEX: #4C5079
RGB: (76,80,121)

Renk bilgisi

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

RGB renk modeli

#4C5079 color RGB value is (76,80,121).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 80 of 255 = 31%
B 121 of 255 = 47%

76
80
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 80 + 121 = 277 (100%)
R 76 of 277 ~ 27.44%
G 80 of 277 ~ 28.88%
B 121 of 277 ~ 43.68%

%27.44
%28.88
%43.68

CMYK RENK MODELİ

#4C5079 rengi CMYK tonu (37,34,0,53).

  • camgöbeği tonu 37.19%
  • eflatun tonu 33.88%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(37,34,0,53)
C37M34Y0K53 
(37%,34%,0%,53%)
(0.37/0.34/0.00/0.53)	

CMYK yüzdeleri

%37.19
%33.88
%0
%52.55

Codes

Color #4C5079 in popluar color models

4C5079
RGB7680121
HSL235°22.84%38.63%
HSB/HSV235°37.19%47.45%
CMYK37.19%33.88%0.00%
52.55%

Color #4C5079 in popluar number systems.

HEX4C5079
Decimal7680121
Binary100110010100001111001
Octal114120171

Shades and tints

Shades of #4C5079

#4C5079
(76,80,121)
#46496E
(70,73,110)
#404263
(64,66,99)
#3A3B58
(58,59,88)
#34344D
(52,52,77)
#2E2D42
(46,45,66)
#282637
(40,38,55)
#221F2C
(34,31,44)
#1C1821
(28,24,33)
#161116
(22,17,22)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C5079

#4C5079
(76,80,121)
#5C5F85
(92,95,133)
#6C6E91
(108,110,145)
#7C7D9D
(124,125,157)
#8C8CA9
(140,140,169)
#9C9BB5
(156,155,181)
#ACAAC1
(172,170,193)
#BCB9CD
(188,185,205)
#CCC8D9
(204,200,217)
#DCD7E5
(220,215,229)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5079; }

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

This text font color is #4C5079.


Background Color

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

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

This div background color is #4C5079.


Border color

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

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

This div border color is #4C5079.


Opacity

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

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

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

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

This text has shadow with #4C5079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5079 on black background.


Color preview on white background

This text has color #4C5079 on white background.



Black color preview on #4C5079 background

This text has black color on #4C5079 background.


White color preview on #4C5079 background

This text has white color on #4C5079 background.