COLOR #494446

HEX: #494446
RGB: (73,68,70)

Renk bilgisi

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

RGB renk modeli

#494446 color RGB value is (73,68,70).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 70 of 255 = 27%

73
68
70

R + G + B ~ 28%. #494446 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 70 = 211 (100%)
R 73 of 211 ~ 34.6%
G 68 of 211 ~ 32.23%
B 70 of 211 ~ 33.18%

%34.6
%32.23
%33.18

CMYK RENK MODELİ

#494446 rengi CMYK tonu (0,7,4,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.85%
  • sarı tonu 4.11%
  • ana renk tonu 71.37%
CMYK:
(0,7,4,71)
C0M7Y4K71 
(0%,7%,4%,71%)
(0.00/0.07/0.04/0.71)	

CMYK yüzdeleri

%0
%6.85
%4.11
%71.37

Codes

Color #494446 in popluar color models

494446
RGB736870
HSL336°3.55%27.65%
HSB/HSV336°6.85%28.63%
CMYK0.00%6.85%4.11%
71.37%

Color #494446 in popluar number systems.

HEX494446
Decimal736870
Binary100100110001001000110
Octal111104106

Shades and tints

Shades of #494446

#494446
(73,68,70)
#433E40
(67,62,64)
#3D383A
(61,56,58)
#373234
(55,50,52)
#312C2E
(49,44,46)
#2B2628
(43,38,40)
#252022
(37,32,34)
#1F1A1C
(31,26,28)
#191416
(25,20,22)
#130E10
(19,14,16)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #494446

#494446
(73,68,70)
#595556
(89,85,86)
#696666
(105,102,102)
#797776
(121,119,118)
#898886
(137,136,134)
#999996
(153,153,150)
#A9AAA6
(169,170,166)
#B9BBB6
(185,187,182)
#C9CCC6
(201,204,198)
#D9DDD6
(217,221,214)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494446 color. Also use rgb(73,68,70) instead hex code.

Text Font Color

.myTextColor { color: #494446; }

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

This text font color is #494446.


Background Color

.myBgColor { background-color: #494446; }

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

This div background color is #494446.


Border color

.myBorderColor { border: 1px solid #494446; }

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

This div border color is #494446.


Opacity

.myOpacity80 { color: #494446; opacity: 0.8; }

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

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

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

This text has shadow with #494446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494446 on black background.


Color preview on white background

This text has color #494446 on white background.



Black color preview on #494446 background

This text has black color on #494446 background.


White color preview on #494446 background

This text has white color on #494446 background.