COLOR #4C1C7B

HEX: #4C1C7B
RGB: (76,28,123)

Renk bilgisi

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

RGB renk modeli

#4C1C7B color RGB value is (76,28,123).

  • kırmız ton 76;
  • yeşil ton 28;
  • mavi ton 123.
RGB:
(76,28,123)
(30%,11%,48%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 28 of 255 = 11%
B 123 of 255 = 48%

76
28
123

R + G + B ~ 30%. #4C1C7B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 28 + 123 = 227 (100%)
R 76 of 227 ~ 33.48%
G 28 of 227 ~ 12.33%
B 123 of 227 ~ 54.19%

%33.48
%12.33
%54.19

CMYK RENK MODELİ

#4C1C7B rengi CMYK tonu (38,77,0,52).

  • camgöbeği tonu 38.21%
  • eflatun tonu 77.24%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(38,77,0,52)
C38M77Y0K52 
(38%,77%,0%,52%)
(0.38/0.77/0.00/0.52)	

CMYK yüzdeleri

%38.21
%77.24
%0
%51.76

Codes

Color #4C1C7B in popluar color models

4C1C7B
RGB7628123
HSL270°62.91%29.61%
HSB/HSV270°77.24%48.24%
CMYK38.21%77.24%0.00%
51.76%

Color #4C1C7B in popluar number systems.

HEX4C1C7B
Decimal7628123
Binary1001100111001111011
Octal11434173

Shades and tints

Shades of #4C1C7B

#4C1C7B
(76,28,123)
#461A70
(70,26,112)
#401865
(64,24,101)
#3A165A
(58,22,90)
#34144F
(52,20,79)
#2E1244
(46,18,68)
#281039
(40,16,57)
#220E2E
(34,14,46)
#1C0C23
(28,12,35)
#160A18
(22,10,24)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C1C7B

#4C1C7B
(76,28,123)
#5C3087
(92,48,135)
#6C4493
(108,68,147)
#7C589F
(124,88,159)
#8C6CAB
(140,108,171)
#9C80B7
(156,128,183)
#AC94C3
(172,148,195)
#BCA8CF
(188,168,207)
#CCBCDB
(204,188,219)
#DCD0E7
(220,208,231)
#ECE4F3
(236,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1C7B color. Also use rgb(76,28,123) instead hex code.

Text Font Color

.myTextColor { color: #4C1C7B; }

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

This text font color is #4C1C7B.


Background Color

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

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

This div background color is #4C1C7B.


Border color

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

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

This div border color is #4C1C7B.


Opacity

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

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

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

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

This text has shadow with #4C1C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1C7B on black background.


Color preview on white background

This text has color #4C1C7B on white background.



Black color preview on #4C1C7B background

This text has black color on #4C1C7B background.


White color preview on #4C1C7B background

This text has white color on #4C1C7B background.