COLOR #4C4E6F

HEX: #4C4E6F
RGB: (76,78,111)

Renk bilgisi

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

RGB renk modeli

#4C4E6F color RGB value is (76,78,111).

  • kırmız ton 76;
  • yeşil ton 78;
  • mavi ton 111.
RGB:
(76,78,111)
(30%,31%,44%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 78 of 255 = 31%
B 111 of 255 = 44%

76
78
111

R + G + B ~ 35%. #4C4E6F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 78 + 111 = 265 (100%)
R 76 of 265 ~ 28.68%
G 78 of 265 ~ 29.43%
B 111 of 265 ~ 41.89%

%28.68
%29.43
%41.89

CMYK RENK MODELİ

#4C4E6F rengi CMYK tonu (32,30,0,56).

  • camgöbeği tonu 31.53%
  • eflatun tonu 29.73%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(32,30,0,56)
C32M30Y0K56 
(32%,30%,0%,56%)
(0.32/0.30/0.00/0.56)	

CMYK yüzdeleri

%31.53
%29.73
%0
%56.47

Codes

Color #4C4E6F in popluar color models

4C4E6F
RGB7678111
HSL237°18.72%36.67%
HSB/HSV237°31.53%43.53%
CMYK31.53%29.73%0.00%
56.47%

Color #4C4E6F in popluar number systems.

HEX4C4E6F
Decimal7678111
Binary100110010011101101111
Octal114116157

Shades and tints

Shades of #4C4E6F

#4C4E6F
(76,78,111)
#464765
(70,71,101)
#40405B
(64,64,91)
#3A3951
(58,57,81)
#343247
(52,50,71)
#2E2B3D
(46,43,61)
#282433
(40,36,51)
#221D29
(34,29,41)
#1C161F
(28,22,31)
#160F15
(22,15,21)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #4C4E6F

#4C4E6F
(76,78,111)
#5C5E7C
(92,94,124)
#6C6E89
(108,110,137)
#7C7E96
(124,126,150)
#8C8EA3
(140,142,163)
#9C9EB0
(156,158,176)
#ACAEBD
(172,174,189)
#BCBECA
(188,190,202)
#CCCED7
(204,206,215)
#DCDEE4
(220,222,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4E6F; }

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

This text font color is #4C4E6F.


Background Color

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

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

This div background color is #4C4E6F.


Border color

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

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

This div border color is #4C4E6F.


Opacity

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

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

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

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

This text has shadow with #4C4E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4E6F on black background.


Color preview on white background

This text has color #4C4E6F on white background.



Black color preview on #4C4E6F background

This text has black color on #4C4E6F background.


White color preview on #4C4E6F background

This text has white color on #4C4E6F background.