COLOR #4C4466

HEX: #4C4466
RGB: (76,68,102)

Renk bilgisi

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

RGB renk modeli

#4C4466 color RGB value is (76,68,102).

  • kırmız ton 76;
  • yeşil ton 68;
  • mavi ton 102.
RGB:
(76,68,102)
(30%,27%,40%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 68 of 255 = 27%
B 102 of 255 = 40%

76
68
102

R + G + B ~ 32%. #4C4466 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 68 + 102 = 246 (100%)
R 76 of 246 ~ 30.89%
G 68 of 246 ~ 27.64%
B 102 of 246 ~ 41.46%

%30.89
%27.64
%41.46

CMYK RENK MODELİ

#4C4466 rengi CMYK tonu (25,33,0,60).

  • camgöbeği tonu 25.49%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(25,33,0,60)
C25M33Y0K60 
(25%,33%,0%,60%)
(0.25/0.33/0.00/0.60)	

CMYK yüzdeleri

%25.49
%33.33
%0
%60

Codes

Color #4C4466 in popluar color models

4C4466
RGB7668102
HSL254°20.00%33.33%
HSB/HSV254°33.33%40.00%
CMYK25.49%33.33%0.00%
60.00%

Color #4C4466 in popluar number systems.

HEX4C4466
Decimal7668102
Binary100110010001001100110
Octal114104146

Shades and tints

Shades of #4C4466

#4C4466
(76,68,102)
#463E5D
(70,62,93)
#403854
(64,56,84)
#3A324B
(58,50,75)
#342C42
(52,44,66)
#2E2639
(46,38,57)
#282030
(40,32,48)
#221A27
(34,26,39)
#1C141E
(28,20,30)
#160E15
(22,14,21)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #4C4466

#4C4466
(76,68,102)
#5C5573
(92,85,115)
#6C6680
(108,102,128)
#7C778D
(124,119,141)
#8C889A
(140,136,154)
#9C99A7
(156,153,167)
#ACAAB4
(172,170,180)
#BCBBC1
(188,187,193)
#CCCCCE
(204,204,206)
#DCDDDB
(220,221,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4466 color. Also use rgb(76,68,102) instead hex code.

Text Font Color

.myTextColor { color: #4C4466; }

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

This text font color is #4C4466.


Background Color

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

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

This div background color is #4C4466.


Border color

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

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

This div border color is #4C4466.


Opacity

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

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

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

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

This text has shadow with #4C4466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4466 on black background.


Color preview on white background

This text has color #4C4466 on white background.



Black color preview on #4C4466 background

This text has black color on #4C4466 background.


White color preview on #4C4466 background

This text has white color on #4C4466 background.