COLOR #4C1A96

HEX: #4C1A96
RGB: (76,26,150)

Renk bilgisi

#4C1A96 contains mainly blue color. #4C1A96 ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#4C1A96 color RGB value is (76,26,150).

  • kırmız ton 76;
  • yeşil ton 26;
  • mavi ton 150.
RGB:
(76,26,150)
(30%,10%,59%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 26 of 255 = 10%
B 150 of 255 = 59%

76
26
150

R + G + B ~ 33%. #4C1A96 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 26 + 150 = 252 (100%)
R 76 of 252 ~ 30.16%
G 26 of 252 ~ 10.32%
B 150 of 252 ~ 59.52%

%30.16
%10.32
%59.52

CMYK RENK MODELİ

#4C1A96 rengi CMYK tonu (49,83,0,41).

  • camgöbeği tonu 49.33%
  • eflatun tonu 82.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(49,83,0,41)
C49M83Y0K41 
(49%,83%,0%,41%)
(0.49/0.83/0.00/0.41)	

CMYK yüzdeleri

%49.33
%82.67
%0
%41.18

Codes

Color #4C1A96 in popluar color models

4C1A96
RGB7626150
HSL264°70.45%34.51%
HSB/HSV264°82.67%58.82%
CMYK49.33%82.67%0.00%
41.18%

Color #4C1A96 in popluar number systems.

HEX4C1A96
Decimal7626150
Binary10011001101010010110
Octal11432226

Shades and tints

Shades of #4C1A96

#4C1A96
(76,26,150)
#461889
(70,24,137)
#40167C
(64,22,124)
#3A146F
(58,20,111)
#341262
(52,18,98)
#2E1055
(46,16,85)
#280E48
(40,14,72)
#220C3B
(34,12,59)
#1C0A2E
(28,10,46)
#160821
(22,8,33)
#100614
(16,6,20)
#000000
(0,0,0)

Tints of #4C1A96

#4C1A96
(76,26,150)
#5C2E9F
(92,46,159)
#6C42A8
(108,66,168)
#7C56B1
(124,86,177)
#8C6ABA
(140,106,186)
#9C7EC3
(156,126,195)
#AC92CC
(172,146,204)
#BCA6D5
(188,166,213)
#CCBADE
(204,186,222)
#DCCEE7
(220,206,231)
#ECE2F0
(236,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1A96 color. Also use rgb(76,26,150) instead hex code.

Text Font Color

.myTextColor { color: #4C1A96; }

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

This text font color is #4C1A96.


Background Color

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

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

This div background color is #4C1A96.


Border color

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

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

This div border color is #4C1A96.


Opacity

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

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

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

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

This text has shadow with #4C1A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1A96 on black background.


Color preview on white background

This text has color #4C1A96 on white background.



Black color preview on #4C1A96 background

This text has black color on #4C1A96 background.


White color preview on #4C1A96 background

This text has white color on #4C1A96 background.