COLOR #4C4C8E

HEX: #4C4C8E
RGB: (76,76,142)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
76
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 142 = 294 (100%)
R 76 of 294 ~ 25.85%
G 76 of 294 ~ 25.85%
B 142 of 294 ~ 48.3%

%25.85
%25.85
%48.3

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%46.48
%46.48
%0
%44.31

Codes

Color #4C4C8E in popluar color models

4C4C8E
RGB7676142
HSL240°30.28%42.75%
HSB/HSV240°46.48%55.69%
CMYK46.48%46.48%0.00%
44.31%

Color #4C4C8E in popluar number systems.

HEX4C4C8E
Decimal7676142
Binary1001100100110010001110
Octal114114216

Shades and tints

Shades of #4C4C8E

#4C4C8E
(76,76,142)
#464682
(70,70,130)
#404076
(64,64,118)
#3A3A6A
(58,58,106)
#34345E
(52,52,94)
#2E2E52
(46,46,82)
#282846
(40,40,70)
#22223A
(34,34,58)
#1C1C2E
(28,28,46)
#161622
(22,22,34)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #4C4C8E

#4C4C8E
(76,76,142)
#5C5C98
(92,92,152)
#6C6CA2
(108,108,162)
#7C7CAC
(124,124,172)
#8C8CB6
(140,140,182)
#9C9CC0
(156,156,192)
#ACACCA
(172,172,202)
#BCBCD4
(188,188,212)
#CCCCDE
(204,204,222)
#DCDCE8
(220,220,232)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C8E; }

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

This text font color is #4C4C8E.


Background Color

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

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

This div background color is #4C4C8E.


Border color

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

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

This div border color is #4C4C8E.


Opacity

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

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

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

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

This text has shadow with #4C4C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C8E on black background.


Color preview on white background

This text has color #4C4C8E on white background.



Black color preview on #4C4C8E background

This text has black color on #4C4C8E background.


White color preview on #4C4C8E background

This text has white color on #4C4C8E background.