COLOR #4A4B4F

HEX: #4A4B4F
RGB: (74,75,79)

Renk bilgisi

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

RGB renk modeli

#4A4B4F color RGB value is (74,75,79).

  • kırmız ton 74;
  • yeşil ton 75;
  • mavi ton 79.
RGB:
(74,75,79)
(29%,29%,31%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 75 of 255 = 29%
B 79 of 255 = 31%

74
75
79

R + G + B ~ 30%. #4A4B4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 75 + 79 = 228 (100%)
R 74 of 228 ~ 32.46%
G 75 of 228 ~ 32.89%
B 79 of 228 ~ 34.65%

%32.46
%32.89
%34.65

CMYK RENK MODELİ

#4A4B4F rengi CMYK tonu (6,5,0,69).

  • camgöbeği tonu 6.33%
  • eflatun tonu 5.06%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(6,5,0,69)
C6M5Y0K69 
(6%,5%,0%,69%)
(0.06/0.05/0.00/0.69)	

CMYK yüzdeleri

%6.33
%5.06
%0
%69.02

Codes

Color #4A4B4F in popluar color models

4A4B4F
RGB747579
HSL228°3.27%30.00%
HSB/HSV228°6.33%30.98%
CMYK6.33%5.06%0.00%
69.02%

Color #4A4B4F in popluar number systems.

HEX4A4B4F
Decimal747579
Binary100101010010111001111
Octal112113117

Shades and tints

Shades of #4A4B4F

#4A4B4F
(74,75,79)
#444548
(68,69,72)
#3E3F41
(62,63,65)
#38393A
(56,57,58)
#323333
(50,51,51)
#2C2D2C
(44,45,44)
#262725
(38,39,37)
#20211E
(32,33,30)
#1A1B17
(26,27,23)
#141510
(20,21,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #4A4B4F

#4A4B4F
(74,75,79)
#5A5B5F
(90,91,95)
#6A6B6F
(106,107,111)
#7A7B7F
(122,123,127)
#8A8B8F
(138,139,143)
#9A9B9F
(154,155,159)
#AAABAF
(170,171,175)
#BABBBF
(186,187,191)
#CACBCF
(202,203,207)
#DADBDF
(218,219,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4B4F color. Also use rgb(74,75,79) instead hex code.

Text Font Color

.myTextColor { color: #4A4B4F; }

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

This text font color is #4A4B4F.


Background Color

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

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

This div background color is #4A4B4F.


Border color

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

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

This div border color is #4A4B4F.


Opacity

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

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

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

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

This text has shadow with #4A4B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4B4F on black background.


Color preview on white background

This text has color #4A4B4F on white background.



Black color preview on #4A4B4F background

This text has black color on #4A4B4F background.


White color preview on #4A4B4F background

This text has white color on #4A4B4F background.