COLOR #4C4B6A

HEX: #4C4B6A
RGB: (76,75,106)

Renk bilgisi

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

RGB renk modeli

#4C4B6A color RGB value is (76,75,106).

  • kırmız ton 76;
  • yeşil ton 75;
  • mavi ton 106.
RGB:
(76,75,106)
(30%,29%,42%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 75 of 255 = 29%
B 106 of 255 = 42%

76
75
106

R + G + B ~ 34%. #4C4B6A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 75 + 106 = 257 (100%)
R 76 of 257 ~ 29.57%
G 75 of 257 ~ 29.18%
B 106 of 257 ~ 41.25%

%29.57
%29.18
%41.25

CMYK RENK MODELİ

#4C4B6A rengi CMYK tonu (28,29,0,58).

  • camgöbeği tonu 28.30%
  • eflatun tonu 29.25%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(28,29,0,58)
C28M29Y0K58 
(28%,29%,0%,58%)
(0.28/0.29/0.00/0.58)	

CMYK yüzdeleri

%28.3
%29.25
%0
%58.43

Codes

Color #4C4B6A in popluar color models

4C4B6A
RGB7675106
HSL242°17.13%35.49%
HSB/HSV242°29.25%41.57%
CMYK28.30%29.25%0.00%
58.43%

Color #4C4B6A in popluar number systems.

HEX4C4B6A
Decimal7675106
Binary100110010010111101010
Octal114113152

Shades and tints

Shades of #4C4B6A

#4C4B6A
(76,75,106)
#464561
(70,69,97)
#403F58
(64,63,88)
#3A394F
(58,57,79)
#343346
(52,51,70)
#2E2D3D
(46,45,61)
#282734
(40,39,52)
#22212B
(34,33,43)
#1C1B22
(28,27,34)
#161519
(22,21,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #4C4B6A

#4C4B6A
(76,75,106)
#5C5B77
(92,91,119)
#6C6B84
(108,107,132)
#7C7B91
(124,123,145)
#8C8B9E
(140,139,158)
#9C9BAB
(156,155,171)
#ACABB8
(172,171,184)
#BCBBC5
(188,187,197)
#CCCBD2
(204,203,210)
#DCDBDF
(220,219,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4B6A; }

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

This text font color is #4C4B6A.


Background Color

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

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

This div background color is #4C4B6A.


Border color

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

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

This div border color is #4C4B6A.


Opacity

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

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

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

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

This text has shadow with #4C4B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4B6A on black background.


Color preview on white background

This text has color #4C4B6A on white background.



Black color preview on #4C4B6A background

This text has black color on #4C4B6A background.


White color preview on #4C4B6A background

This text has white color on #4C4B6A background.