COLOR #4C318E

HEX: #4C318E
RGB: (76,49,142)

Renk bilgisi

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

RGB renk modeli

#4C318E color RGB value is (76,49,142).

  • kırmız ton 76;
  • yeşil ton 49;
  • mavi ton 142.
RGB:
(76,49,142)
(30%,19%,56%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 49 of 255 = 19%
B 142 of 255 = 56%

76
49
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 49 + 142 = 267 (100%)
R 76 of 267 ~ 28.46%
G 49 of 267 ~ 18.35%
B 142 of 267 ~ 53.18%

%28.46
%18.35
%53.18

CMYK RENK MODELİ

#4C318E rengi CMYK tonu (46,65,0,44).

  • camgöbeği tonu 46.48%
  • eflatun tonu 65.49%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(46,65,0,44)
C46M65Y0K44 
(46%,65%,0%,44%)
(0.46/0.65/0.00/0.44)	

CMYK yüzdeleri

%46.48
%65.49
%0
%44.31

Codes

Color #4C318E in popluar color models

4C318E
RGB7649142
HSL257°48.69%37.45%
HSB/HSV257°65.49%55.69%
CMYK46.48%65.49%0.00%
44.31%

Color #4C318E in popluar number systems.

HEX4C318E
Decimal7649142
Binary100110011000110001110
Octal11461216

Shades and tints

Shades of #4C318E

#4C318E
(76,49,142)
#462D82
(70,45,130)
#402976
(64,41,118)
#3A256A
(58,37,106)
#34215E
(52,33,94)
#2E1D52
(46,29,82)
#281946
(40,25,70)
#22153A
(34,21,58)
#1C112E
(28,17,46)
#160D22
(22,13,34)
#100916
(16,9,22)
#000000
(0,0,0)

Tints of #4C318E

#4C318E
(76,49,142)
#5C4398
(92,67,152)
#6C55A2
(108,85,162)
#7C67AC
(124,103,172)
#8C79B6
(140,121,182)
#9C8BC0
(156,139,192)
#AC9DCA
(172,157,202)
#BCAFD4
(188,175,212)
#CCC1DE
(204,193,222)
#DCD3E8
(220,211,232)
#ECE5F2
(236,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C318E color. Also use rgb(76,49,142) instead hex code.

Text Font Color

.myTextColor { color: #4C318E; }

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

This text font color is #4C318E.


Background Color

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

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

This div background color is #4C318E.


Border color

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

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

This div border color is #4C318E.


Opacity

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

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

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

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

This text has shadow with #4C318E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C318E on black background.


Color preview on white background

This text has color #4C318E on white background.



Black color preview on #4C318E background

This text has black color on #4C318E background.


White color preview on #4C318E background

This text has white color on #4C318E background.