COLOR #4C41A1

HEX: #4C41A1
RGB: (76,65,161)

Renk bilgisi

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

RGB renk modeli

#4C41A1 color RGB value is (76,65,161).

  • kırmız ton 76;
  • yeşil ton 65;
  • mavi ton 161.
RGB:
(76,65,161)
(30%,25%,63%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 65 of 255 = 25%
B 161 of 255 = 63%

76
65
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 65 + 161 = 302 (100%)
R 76 of 302 ~ 25.17%
G 65 of 302 ~ 21.52%
B 161 of 302 ~ 53.31%

%25.17
%21.52
%53.31

CMYK RENK MODELİ

#4C41A1 rengi CMYK tonu (53,60,0,37).

  • camgöbeği tonu 52.80%
  • eflatun tonu 59.63%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(53,60,0,37)
C53M60Y0K37 
(53%,60%,0%,37%)
(0.53/0.60/0.00/0.37)	

CMYK yüzdeleri

%52.8
%59.63
%0
%36.86

Codes

Color #4C41A1 in popluar color models

4C41A1
RGB7665161
HSL247°42.48%44.31%
HSB/HSV247°59.63%63.14%
CMYK52.80%59.63%0.00%
36.86%

Color #4C41A1 in popluar number systems.

HEX4C41A1
Decimal7665161
Binary1001100100000110100001
Octal114101241

Shades and tints

Shades of #4C41A1

#4C41A1
(76,65,161)
#463C93
(70,60,147)
#403785
(64,55,133)
#3A3277
(58,50,119)
#342D69
(52,45,105)
#2E285B
(46,40,91)
#28234D
(40,35,77)
#221E3F
(34,30,63)
#1C1931
(28,25,49)
#161423
(22,20,35)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #4C41A1

#4C41A1
(76,65,161)
#5C52A9
(92,82,169)
#6C63B1
(108,99,177)
#7C74B9
(124,116,185)
#8C85C1
(140,133,193)
#9C96C9
(156,150,201)
#ACA7D1
(172,167,209)
#BCB8D9
(188,184,217)
#CCC9E1
(204,201,225)
#DCDAE9
(220,218,233)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C41A1 color. Also use rgb(76,65,161) instead hex code.

Text Font Color

.myTextColor { color: #4C41A1; }

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

This text font color is #4C41A1.


Background Color

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

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

This div background color is #4C41A1.


Border color

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

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

This div border color is #4C41A1.


Opacity

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

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

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

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

This text has shadow with #4C41A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C41A1 on black background.


Color preview on white background

This text has color #4C41A1 on white background.



Black color preview on #4C41A1 background

This text has black color on #4C41A1 background.


White color preview on #4C41A1 background

This text has white color on #4C41A1 background.