COLOR #4C4C82

HEX: #4C4C82
RGB: (76,76,130)

Renk bilgisi

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

RGB renk modeli

#4C4C82 color RGB value is (76,76,130).

  • kırmız ton 76;
  • yeşil ton 76;
  • mavi ton 130.
RGB:
(76,76,130)
(30%,30%,51%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 76 of 255 = 30%
B 130 of 255 = 51%

76
76
130

R + G + B ~ 37%. #4C4C82 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 130 = 282 (100%)
R 76 of 282 ~ 26.95%
G 76 of 282 ~ 26.95%
B 130 of 282 ~ 46.1%

%26.95
%26.95
%46.1

CMYK RENK MODELİ

#4C4C82 rengi CMYK tonu (42,42,0,49).

  • camgöbeği tonu 41.54%
  • eflatun tonu 41.54%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(42,42,0,49)
C42M42Y0K49 
(42%,42%,0%,49%)
(0.42/0.42/0.00/0.49)	

CMYK yüzdeleri

%41.54
%41.54
%0
%49.02

Codes

Color #4C4C82 in popluar color models

4C4C82
RGB7676130
HSL240°26.21%40.39%
HSB/HSV240°41.54%50.98%
CMYK41.54%41.54%0.00%
49.02%

Color #4C4C82 in popluar number systems.

HEX4C4C82
Decimal7676130
Binary1001100100110010000010
Octal114114202

Shades and tints

Shades of #4C4C82

#4C4C82
(76,76,130)
#464677
(70,70,119)
#40406C
(64,64,108)
#3A3A61
(58,58,97)
#343456
(52,52,86)
#2E2E4B
(46,46,75)
#282840
(40,40,64)
#222235
(34,34,53)
#1C1C2A
(28,28,42)
#16161F
(22,22,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #4C4C82

#4C4C82
(76,76,130)
#5C5C8D
(92,92,141)
#6C6C98
(108,108,152)
#7C7CA3
(124,124,163)
#8C8CAE
(140,140,174)
#9C9CB9
(156,156,185)
#ACACC4
(172,172,196)
#BCBCCF
(188,188,207)
#CCCCDA
(204,204,218)
#DCDCE5
(220,220,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C82; }

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

This text font color is #4C4C82.


Background Color

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

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

This div background color is #4C4C82.


Border color

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

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

This div border color is #4C4C82.


Opacity

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

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

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

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

This text has shadow with #4C4C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C82 on black background.


Color preview on white background

This text has color #4C4C82 on white background.



Black color preview on #4C4C82 background

This text has black color on #4C4C82 background.


White color preview on #4C4C82 background

This text has white color on #4C4C82 background.