COLOR #4C29B2

HEX: #4C29B2
RGB: (76,41,178)

Renk bilgisi

#4C29B2 contains mainly blue color. #4C29B2 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4C29B2 color RGB value is (76,41,178).

  • kırmız ton 76;
  • yeşil ton 41;
  • mavi ton 178.
RGB:
(76,41,178)
(30%,16%,70%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 41 of 255 = 16%
B 178 of 255 = 70%

76
41
178

R + G + B ~ 39%. #4C29B2 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 41 + 178 = 295 (100%)
R 76 of 295 ~ 25.76%
G 41 of 295 ~ 13.9%
B 178 of 295 ~ 60.34%

%25.76
%13.9
%60.34

CMYK RENK MODELİ

#4C29B2 rengi CMYK tonu (57,77,0,30).

  • camgöbeği tonu 57.30%
  • eflatun tonu 76.97%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(57,77,0,30)
C57M77Y0K30 
(57%,77%,0%,30%)
(0.57/0.77/0.00/0.30)	

CMYK yüzdeleri

%57.3
%76.97
%0
%30.2

Codes

Color #4C29B2 in popluar color models

4C29B2
RGB7641178
HSL255°62.56%42.94%
HSB/HSV255°76.97%69.80%
CMYK57.30%76.97%0.00%
30.20%

Color #4C29B2 in popluar number systems.

HEX4C29B2
Decimal7641178
Binary100110010100110110010
Octal11451262

Shades and tints

Shades of #4C29B2

#4C29B2
(76,41,178)
#4626A2
(70,38,162)
#402392
(64,35,146)
#3A2082
(58,32,130)
#341D72
(52,29,114)
#2E1A62
(46,26,98)
#281752
(40,23,82)
#221442
(34,20,66)
#1C1132
(28,17,50)
#160E22
(22,14,34)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #4C29B2

#4C29B2
(76,41,178)
#5C3CB9
(92,60,185)
#6C4FC0
(108,79,192)
#7C62C7
(124,98,199)
#8C75CE
(140,117,206)
#9C88D5
(156,136,213)
#AC9BDC
(172,155,220)
#BCAEE3
(188,174,227)
#CCC1EA
(204,193,234)
#DCD4F1
(220,212,241)
#ECE7F8
(236,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C29B2 color. Also use rgb(76,41,178) instead hex code.

Text Font Color

.myTextColor { color: #4C29B2; }

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

This text font color is #4C29B2.


Background Color

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

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

This div background color is #4C29B2.


Border color

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

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

This div border color is #4C29B2.


Opacity

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

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

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

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

This text has shadow with #4C29B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C29B2 on black background.


Color preview on white background

This text has color #4C29B2 on white background.



Black color preview on #4C29B2 background

This text has black color on #4C29B2 background.


White color preview on #4C29B2 background

This text has white color on #4C29B2 background.