COLOR #4A464D

HEX: #4A464D
RGB: (74,70,77)

Renk bilgisi

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

RGB renk modeli

#4A464D color RGB value is (74,70,77).

  • kırmız ton 74;
  • yeşil ton 70;
  • mavi ton 77.
RGB:
(74,70,77)
(29%,27%,30%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 70 of 255 = 27%
B 77 of 255 = 30%

74
70
77

R + G + B ~ 29%. #4A464D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 70 + 77 = 221 (100%)
R 74 of 221 ~ 33.48%
G 70 of 221 ~ 31.67%
B 77 of 221 ~ 34.84%

%33.48
%31.67
%34.84

CMYK RENK MODELİ

#4A464D rengi CMYK tonu (4,9,0,70).

  • camgöbeği tonu 3.90%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(4,9,0,70)
C4M9Y0K70 
(4%,9%,0%,70%)
(0.04/0.09/0.00/0.70)	

CMYK yüzdeleri

%3.9
%9.09
%0
%69.8

Codes

Color #4A464D in popluar color models

4A464D
RGB747077
HSL274°4.76%28.82%
HSB/HSV274°9.09%30.20%
CMYK3.90%9.09%0.00%
69.80%

Color #4A464D in popluar number systems.

HEX4A464D
Decimal747077
Binary100101010001101001101
Octal112106115

Shades and tints

Shades of #4A464D

#4A464D
(74,70,77)
#444046
(68,64,70)
#3E3A3F
(62,58,63)
#383438
(56,52,56)
#322E31
(50,46,49)
#2C282A
(44,40,42)
#262223
(38,34,35)
#201C1C
(32,28,28)
#1A1615
(26,22,21)
#14100E
(20,16,14)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #4A464D

#4A464D
(74,70,77)
#5A565D
(90,86,93)
#6A666D
(106,102,109)
#7A767D
(122,118,125)
#8A868D
(138,134,141)
#9A969D
(154,150,157)
#AAA6AD
(170,166,173)
#BAB6BD
(186,182,189)
#CAC6CD
(202,198,205)
#DAD6DD
(218,214,221)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A464D color. Also use rgb(74,70,77) instead hex code.

Text Font Color

.myTextColor { color: #4A464D; }

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

This text font color is #4A464D.


Background Color

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

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

This div background color is #4A464D.


Border color

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

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

This div border color is #4A464D.


Opacity

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

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

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

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

This text has shadow with #4A464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A464D on black background.


Color preview on white background

This text has color #4A464D on white background.



Black color preview on #4A464D background

This text has black color on #4A464D background.


White color preview on #4A464D background

This text has white color on #4A464D background.