COLOR #4C4A78

HEX: #4C4A78
RGB: (76,74,120)

Renk bilgisi

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

RGB renk modeli

#4C4A78 color RGB value is (76,74,120).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 74 of 255 = 29%
B 120 of 255 = 47%

76
74
120

R + G + B ~ 35%. #4C4A78 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 74 + 120 = 270 (100%)
R 76 of 270 ~ 28.15%
G 74 of 270 ~ 27.41%
B 120 of 270 ~ 44.44%

%28.15
%27.41
%44.44

CMYK RENK MODELİ

#4C4A78 rengi CMYK tonu (37,38,0,53).

  • camgöbeği tonu 36.67%
  • eflatun tonu 38.33%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(37,38,0,53)
C37M38Y0K53 
(37%,38%,0%,53%)
(0.37/0.38/0.00/0.53)	

CMYK yüzdeleri

%36.67
%38.33
%0
%52.94

Codes

Color #4C4A78 in popluar color models

4C4A78
RGB7674120
HSL243°23.71%38.04%
HSB/HSV243°38.33%47.06%
CMYK36.67%38.33%0.00%
52.94%

Color #4C4A78 in popluar number systems.

HEX4C4A78
Decimal7674120
Binary100110010010101111000
Octal114112170

Shades and tints

Shades of #4C4A78

#4C4A78
(76,74,120)
#46446E
(70,68,110)
#403E64
(64,62,100)
#3A385A
(58,56,90)
#343250
(52,50,80)
#2E2C46
(46,44,70)
#28263C
(40,38,60)
#222032
(34,32,50)
#1C1A28
(28,26,40)
#16141E
(22,20,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #4C4A78

#4C4A78
(76,74,120)
#5C5A84
(92,90,132)
#6C6A90
(108,106,144)
#7C7A9C
(124,122,156)
#8C8AA8
(140,138,168)
#9C9AB4
(156,154,180)
#ACAAC0
(172,170,192)
#BCBACC
(188,186,204)
#CCCAD8
(204,202,216)
#DCDAE4
(220,218,228)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4A78; }

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

This text font color is #4C4A78.


Background Color

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

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

This div background color is #4C4A78.


Border color

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

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

This div border color is #4C4A78.


Opacity

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

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

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

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

This text has shadow with #4C4A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A78 on black background.


Color preview on white background

This text has color #4C4A78 on white background.



Black color preview on #4C4A78 background

This text has black color on #4C4A78 background.


White color preview on #4C4A78 background

This text has white color on #4C4A78 background.