COLOR #4C427C

HEX: #4C427C
RGB: (76,66,124)

Renk bilgisi

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

RGB renk modeli

#4C427C color RGB value is (76,66,124).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 66 of 255 = 26%
B 124 of 255 = 49%

76
66
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 66 + 124 = 266 (100%)
R 76 of 266 ~ 28.57%
G 66 of 266 ~ 24.81%
B 124 of 266 ~ 46.62%

%28.57
%24.81
%46.62

CMYK RENK MODELİ

#4C427C rengi CMYK tonu (39,47,0,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 46.77%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(39,47,0,51)
C39M47Y0K51 
(39%,47%,0%,51%)
(0.39/0.47/0.00/0.51)	

CMYK yüzdeleri

%38.71
%46.77
%0
%51.37

Codes

Color #4C427C in popluar color models

4C427C
RGB7666124
HSL250°30.53%37.25%
HSB/HSV250°46.77%48.63%
CMYK38.71%46.77%0.00%
51.37%

Color #4C427C in popluar number systems.

HEX4C427C
Decimal7666124
Binary100110010000101111100
Octal114102174

Shades and tints

Shades of #4C427C

#4C427C
(76,66,124)
#463C71
(70,60,113)
#403666
(64,54,102)
#3A305B
(58,48,91)
#342A50
(52,42,80)
#2E2445
(46,36,69)
#281E3A
(40,30,58)
#22182F
(34,24,47)
#1C1224
(28,18,36)
#160C19
(22,12,25)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #4C427C

#4C427C
(76,66,124)
#5C5387
(92,83,135)
#6C6492
(108,100,146)
#7C759D
(124,117,157)
#8C86A8
(140,134,168)
#9C97B3
(156,151,179)
#ACA8BE
(172,168,190)
#BCB9C9
(188,185,201)
#CCCAD4
(204,202,212)
#DCDBDF
(220,219,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C427C; }

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

This text font color is #4C427C.


Background Color

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

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

This div background color is #4C427C.


Border color

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

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

This div border color is #4C427C.


Opacity

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

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

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

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

This text has shadow with #4C427C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C427C on black background.


Color preview on white background

This text has color #4C427C on white background.



Black color preview on #4C427C background

This text has black color on #4C427C background.


White color preview on #4C427C background

This text has white color on #4C427C background.