COLOR #4C177C

HEX: #4C177C
RGB: (76,23,124)

Renk bilgisi

#4C177C contains mainly red and blue colors. #4C177C ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#4C177C color RGB value is (76,23,124).

  • kırmız ton 76;
  • yeşil ton 23;
  • mavi ton 124.
RGB:
(76,23,124)
(30%,9%,49%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 23 of 255 = 9%
B 124 of 255 = 49%

76
23
124

R + G + B ~ 29%. #4C177C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 23 + 124 = 223 (100%)
R 76 of 223 ~ 34.08%
G 23 of 223 ~ 10.31%
B 124 of 223 ~ 55.61%

%34.08
%10.31
%55.61

CMYK RENK MODELİ

#4C177C rengi CMYK tonu (39,81,0,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 81.45%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(39,81,0,51)
C39M81Y0K51 
(39%,81%,0%,51%)
(0.39/0.81/0.00/0.51)	

CMYK yüzdeleri

%38.71
%81.45
%0
%51.37

Codes

Color #4C177C in popluar color models

4C177C
RGB7623124
HSL271°68.71%28.82%
HSB/HSV271°81.45%48.63%
CMYK38.71%81.45%0.00%
51.37%

Color #4C177C in popluar number systems.

HEX4C177C
Decimal7623124
Binary1001100101111111100
Octal11427174

Shades and tints

Shades of #4C177C

#4C177C
(76,23,124)
#461571
(70,21,113)
#401366
(64,19,102)
#3A115B
(58,17,91)
#340F50
(52,15,80)
#2E0D45
(46,13,69)
#280B3A
(40,11,58)
#22092F
(34,9,47)
#1C0724
(28,7,36)
#160519
(22,5,25)
#10030E
(16,3,14)
#000000
(0,0,0)

Tints of #4C177C

#4C177C
(76,23,124)
#5C2C87
(92,44,135)
#6C4192
(108,65,146)
#7C569D
(124,86,157)
#8C6BA8
(140,107,168)
#9C80B3
(156,128,179)
#AC95BE
(172,149,190)
#BCAAC9
(188,170,201)
#CCBFD4
(204,191,212)
#DCD4DF
(220,212,223)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C177C color. Also use rgb(76,23,124) instead hex code.

Text Font Color

.myTextColor { color: #4C177C; }

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

This text font color is #4C177C.


Background Color

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

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

This div background color is #4C177C.


Border color

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

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

This div border color is #4C177C.


Opacity

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

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

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

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

This text has shadow with #4C177C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C177C on black background.


Color preview on white background

This text has color #4C177C on white background.



Black color preview on #4C177C background

This text has black color on #4C177C background.


White color preview on #4C177C background

This text has white color on #4C177C background.