COLOR #494651

HEX: #494651
RGB: (73,70,81)

Renk bilgisi

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

RGB renk modeli

#494651 color RGB value is (73,70,81).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 70 of 255 = 27%
B 81 of 255 = 32%

73
70
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 70 + 81 = 224 (100%)
R 73 of 224 ~ 32.59%
G 70 of 224 ~ 31.25%
B 81 of 224 ~ 36.16%

%32.59
%31.25
%36.16

CMYK RENK MODELİ

#494651 rengi CMYK tonu (10,14,0,68).

  • camgöbeği tonu 9.88%
  • eflatun tonu 13.58%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(10,14,0,68)
C10M14Y0K68 
(10%,14%,0%,68%)
(0.10/0.14/0.00/0.68)	

CMYK yüzdeleri

%9.88
%13.58
%0
%68.24

Codes

Color #494651 in popluar color models

494651
RGB737081
HSL256°7.28%29.61%
HSB/HSV256°13.58%31.76%
CMYK9.88%13.58%0.00%
68.24%

Color #494651 in popluar number systems.

HEX494651
Decimal737081
Binary100100110001101010001
Octal111106121

Shades and tints

Shades of #494651

#494651
(73,70,81)
#43404A
(67,64,74)
#3D3A43
(61,58,67)
#37343C
(55,52,60)
#312E35
(49,46,53)
#2B282E
(43,40,46)
#252227
(37,34,39)
#1F1C20
(31,28,32)
#191619
(25,22,25)
#131012
(19,16,18)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #494651

#494651
(73,70,81)
#595660
(89,86,96)
#69666F
(105,102,111)
#79767E
(121,118,126)
#89868D
(137,134,141)
#99969C
(153,150,156)
#A9A6AB
(169,166,171)
#B9B6BA
(185,182,186)
#C9C6C9
(201,198,201)
#D9D6D8
(217,214,216)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494651; }

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

This text font color is #494651.


Background Color

.myBgColor { background-color: #494651; }

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

This div background color is #494651.


Border color

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

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

This div border color is #494651.


Opacity

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

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

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

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

This text has shadow with #494651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494651 on black background.


Color preview on white background

This text has color #494651 on white background.



Black color preview on #494651 background

This text has black color on #494651 background.


White color preview on #494651 background

This text has white color on #494651 background.