COLOR #4C4391

HEX: #4C4391
RGB: (76,67,145)

Renk bilgisi

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

RGB renk modeli

#4C4391 color RGB value is (76,67,145).

  • kırmız ton 76;
  • yeşil ton 67;
  • mavi ton 145.
RGB:
(76,67,145)
(30%,26%,57%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 67 of 255 = 26%
B 145 of 255 = 57%

76
67
145

R + G + B ~ 38%. #4C4391 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 67 + 145 = 288 (100%)
R 76 of 288 ~ 26.39%
G 67 of 288 ~ 23.26%
B 145 of 288 ~ 50.35%

%26.39
%23.26
%50.35

CMYK RENK MODELİ

#4C4391 rengi CMYK tonu (48,54,0,43).

  • camgöbeği tonu 47.59%
  • eflatun tonu 53.79%
  • sarı tonu 0.00%
  • ana renk tonu 43.14%
CMYK:
(48,54,0,43)
C48M54Y0K43 
(48%,54%,0%,43%)
(0.48/0.54/0.00/0.43)	

CMYK yüzdeleri

%47.59
%53.79
%0
%43.14

Codes

Color #4C4391 in popluar color models

4C4391
RGB7667145
HSL247°36.79%41.57%
HSB/HSV247°53.79%56.86%
CMYK47.59%53.79%0.00%
43.14%

Color #4C4391 in popluar number systems.

HEX4C4391
Decimal7667145
Binary1001100100001110010001
Octal114103221

Shades and tints

Shades of #4C4391

#4C4391
(76,67,145)
#463D84
(70,61,132)
#403777
(64,55,119)
#3A316A
(58,49,106)
#342B5D
(52,43,93)
#2E2550
(46,37,80)
#281F43
(40,31,67)
#221936
(34,25,54)
#1C1329
(28,19,41)
#160D1C
(22,13,28)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #4C4391

#4C4391
(76,67,145)
#5C549B
(92,84,155)
#6C65A5
(108,101,165)
#7C76AF
(124,118,175)
#8C87B9
(140,135,185)
#9C98C3
(156,152,195)
#ACA9CD
(172,169,205)
#BCBAD7
(188,186,215)
#CCCBE1
(204,203,225)
#DCDCEB
(220,220,235)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4391 color. Also use rgb(76,67,145) instead hex code.

Text Font Color

.myTextColor { color: #4C4391; }

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

This text font color is #4C4391.


Background Color

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

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

This div background color is #4C4391.


Border color

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

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

This div border color is #4C4391.


Opacity

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

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

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

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

This text has shadow with #4C4391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4391 on black background.


Color preview on white background

This text has color #4C4391 on white background.



Black color preview on #4C4391 background

This text has black color on #4C4391 background.


White color preview on #4C4391 background

This text has white color on #4C4391 background.