COLOR #4C4C9F

HEX: #4C4C9F
RGB: (76,76,159)

Renk bilgisi

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

RGB renk modeli

#4C4C9F color RGB value is (76,76,159).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 76 of 255 = 30%
B 159 of 255 = 62%

76
76
159

R + G + B ~ 41%. #4C4C9F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 159 = 311 (100%)
R 76 of 311 ~ 24.44%
G 76 of 311 ~ 24.44%
B 159 of 311 ~ 51.13%

%24.44
%24.44
%51.13

CMYK RENK MODELİ

#4C4C9F rengi CMYK tonu (52,52,0,38).

  • camgöbeği tonu 52.20%
  • eflatun tonu 52.20%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(52,52,0,38)
C52M52Y0K38 
(52%,52%,0%,38%)
(0.52/0.52/0.00/0.38)	

CMYK yüzdeleri

%52.2
%52.2
%0
%37.65

Codes

Color #4C4C9F in popluar color models

4C4C9F
RGB7676159
HSL240°35.32%46.08%
HSB/HSV240°52.20%62.35%
CMYK52.20%52.20%0.00%
37.65%

Color #4C4C9F in popluar number systems.

HEX4C4C9F
Decimal7676159
Binary1001100100110010011111
Octal114114237

Shades and tints

Shades of #4C4C9F

#4C4C9F
(76,76,159)
#464691
(70,70,145)
#404083
(64,64,131)
#3A3A75
(58,58,117)
#343467
(52,52,103)
#2E2E59
(46,46,89)
#28284B
(40,40,75)
#22223D
(34,34,61)
#1C1C2F
(28,28,47)
#161621
(22,22,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #4C4C9F

#4C4C9F
(76,76,159)
#5C5CA7
(92,92,167)
#6C6CAF
(108,108,175)
#7C7CB7
(124,124,183)
#8C8CBF
(140,140,191)
#9C9CC7
(156,156,199)
#ACACCF
(172,172,207)
#BCBCD7
(188,188,215)
#CCCCDF
(204,204,223)
#DCDCE7
(220,220,231)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C9F; }

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

This text font color is #4C4C9F.


Background Color

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

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

This div background color is #4C4C9F.


Border color

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

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

This div border color is #4C4C9F.


Opacity

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

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

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

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

This text has shadow with #4C4C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C9F on black background.


Color preview on white background

This text has color #4C4C9F on white background.



Black color preview on #4C4C9F background

This text has black color on #4C4C9F background.


White color preview on #4C4C9F background

This text has white color on #4C4C9F background.