COLOR #4C4D89

HEX: #4C4D89
RGB: (76,77,137)

Renk bilgisi

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

RGB renk modeli

#4C4D89 color RGB value is (76,77,137).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 77 of 255 = 30%
B 137 of 255 = 54%

76
77
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 77 + 137 = 290 (100%)
R 76 of 290 ~ 26.21%
G 77 of 290 ~ 26.55%
B 137 of 290 ~ 47.24%

%26.21
%26.55
%47.24

CMYK RENK MODELİ

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

  • camgöbeği tonu 44.53%
  • eflatun tonu 43.80%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(45,44,0,46)
C45M44Y0K46 
(45%,44%,0%,46%)
(0.45/0.44/0.00/0.46)	

CMYK yüzdeleri

%44.53
%43.8
%0
%46.27

Codes

Color #4C4D89 in popluar color models

4C4D89
RGB7677137
HSL239°28.64%41.76%
HSB/HSV239°44.53%53.73%
CMYK44.53%43.80%0.00%
46.27%

Color #4C4D89 in popluar number systems.

HEX4C4D89
Decimal7677137
Binary1001100100110110001001
Octal114115211

Shades and tints

Shades of #4C4D89

#4C4D89
(76,77,137)
#46467D
(70,70,125)
#403F71
(64,63,113)
#3A3865
(58,56,101)
#343159
(52,49,89)
#2E2A4D
(46,42,77)
#282341
(40,35,65)
#221C35
(34,28,53)
#1C1529
(28,21,41)
#160E1D
(22,14,29)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #4C4D89

#4C4D89
(76,77,137)
#5C5D93
(92,93,147)
#6C6D9D
(108,109,157)
#7C7DA7
(124,125,167)
#8C8DB1
(140,141,177)
#9C9DBB
(156,157,187)
#ACADC5
(172,173,197)
#BCBDCF
(188,189,207)
#CCCDD9
(204,205,217)
#DCDDE3
(220,221,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4D89; }

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

This text font color is #4C4D89.


Background Color

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

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

This div background color is #4C4D89.


Border color

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

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

This div border color is #4C4D89.


Opacity

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

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

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

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

This text has shadow with #4C4D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D89 on black background.


Color preview on white background

This text has color #4C4D89 on white background.



Black color preview on #4C4D89 background

This text has black color on #4C4D89 background.


White color preview on #4C4D89 background

This text has white color on #4C4D89 background.