COLOR #4C5478

HEX: #4C5478
RGB: (76,84,120)

Renk bilgisi

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

RGB renk modeli

#4C5478 color RGB value is (76,84,120).

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

RGB bağlantıları ve doygunluk

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

76
84
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 84 + 120 = 280 (100%)
R 76 of 280 ~ 27.14%
G 84 of 280 ~ 30%
B 120 of 280 ~ 42.86%

%27.14
%30
%42.86

CMYK RENK MODELİ

#4C5478 rengi CMYK tonu (37,30,0,53).

  • camgöbeği tonu 36.67%
  • eflatun tonu 30.00%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(37,30,0,53)
C37M30Y0K53 
(37%,30%,0%,53%)
(0.37/0.30/0.00/0.53)	

CMYK yüzdeleri

%36.67
%30
%0
%52.94

Codes

Color #4C5478 in popluar color models

4C5478
RGB7684120
HSL229°22.45%38.43%
HSB/HSV229°36.67%47.06%
CMYK36.67%30.00%0.00%
52.94%

Color #4C5478 in popluar number systems.

HEX4C5478
Decimal7684120
Binary100110010101001111000
Octal114124170

Shades and tints

Shades of #4C5478

#4C5478
(76,84,120)
#464D6E
(70,77,110)
#404664
(64,70,100)
#3A3F5A
(58,63,90)
#343850
(52,56,80)
#2E3146
(46,49,70)
#282A3C
(40,42,60)
#222332
(34,35,50)
#1C1C28
(28,28,40)
#16151E
(22,21,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #4C5478

#4C5478
(76,84,120)
#5C6384
(92,99,132)
#6C7290
(108,114,144)
#7C819C
(124,129,156)
#8C90A8
(140,144,168)
#9C9FB4
(156,159,180)
#ACAEC0
(172,174,192)
#BCBDCC
(188,189,204)
#CCCCD8
(204,204,216)
#DCDBE4
(220,219,228)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5478; }

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

This text font color is #4C5478.


Background Color

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

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

This div background color is #4C5478.


Border color

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

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

This div border color is #4C5478.


Opacity

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

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

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

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

This text has shadow with #4C5478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5478 on black background.


Color preview on white background

This text has color #4C5478 on white background.



Black color preview on #4C5478 background

This text has black color on #4C5478 background.


White color preview on #4C5478 background

This text has white color on #4C5478 background.