COLOR #4C4080

HEX: #4C4080
RGB: (76,64,128)

Renk bilgisi

#4C4080 contains mainly red and blue colors. #4C4080 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4C4080 color RGB value is (76,64,128).

  • kırmız ton 76;
  • yeşil ton 64;
  • mavi ton 128.
RGB:
(76,64,128)
(30%,25%,50%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 64 of 255 = 25%
B 128 of 255 = 50%

76
64
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 64 + 128 = 268 (100%)
R 76 of 268 ~ 28.36%
G 64 of 268 ~ 23.88%
B 128 of 268 ~ 47.76%

%28.36
%23.88
%47.76

CMYK RENK MODELİ

#4C4080 rengi CMYK tonu (41,50,0,50).

  • camgöbeği tonu 40.63%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(41,50,0,50)
C41M50Y0K50 
(41%,50%,0%,50%)
(0.41/0.50/0.00/0.50)	

CMYK yüzdeleri

%40.63
%50
%0
%49.8

Codes

Color #4C4080 in popluar color models

4C4080
RGB7664128
HSL251°33.33%37.65%
HSB/HSV251°50.00%50.20%
CMYK40.63%50.00%0.00%
49.80%

Color #4C4080 in popluar number systems.

HEX4C4080
Decimal7664128
Binary1001100100000010000000
Octal114100200

Shades and tints

Shades of #4C4080

#4C4080
(76,64,128)
#463B75
(70,59,117)
#40366A
(64,54,106)
#3A315F
(58,49,95)
#342C54
(52,44,84)
#2E2749
(46,39,73)
#28223E
(40,34,62)
#221D33
(34,29,51)
#1C1828
(28,24,40)
#16131D
(22,19,29)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #4C4080

#4C4080
(76,64,128)
#5C518B
(92,81,139)
#6C6296
(108,98,150)
#7C73A1
(124,115,161)
#8C84AC
(140,132,172)
#9C95B7
(156,149,183)
#ACA6C2
(172,166,194)
#BCB7CD
(188,183,205)
#CCC8D8
(204,200,216)
#DCD9E3
(220,217,227)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4080 color. Also use rgb(76,64,128) instead hex code.

Text Font Color

.myTextColor { color: #4C4080; }

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

This text font color is #4C4080.


Background Color

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

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

This div background color is #4C4080.


Border color

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

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

This div border color is #4C4080.


Opacity

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

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

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

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

This text has shadow with #4C4080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4080 on black background.


Color preview on white background

This text has color #4C4080 on white background.



Black color preview on #4C4080 background

This text has black color on #4C4080 background.


White color preview on #4C4080 background

This text has white color on #4C4080 background.