COLOR #494652

HEX: #494652
RGB: (73,70,82)

Renk bilgisi

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

RGB renk modeli

#494652 color RGB value is (73,70,82).

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

RGB bağlantıları ve doygunluk

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

73
70
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 70 + 82 = 225 (100%)
R 73 of 225 ~ 32.44%
G 70 of 225 ~ 31.11%
B 82 of 225 ~ 36.44%

%32.44
%31.11
%36.44

CMYK RENK MODELİ

#494652 rengi CMYK tonu (11,15,0,68).

  • camgöbeği tonu 10.98%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(11,15,0,68)
C11M15Y0K68 
(11%,15%,0%,68%)
(0.11/0.15/0.00/0.68)	

CMYK yüzdeleri

%10.98
%14.63
%0
%67.84

Codes

Color #494652 in popluar color models

494652
RGB737082
HSL255°7.89%29.80%
HSB/HSV255°14.63%32.16%
CMYK10.98%14.63%0.00%
67.84%

Color #494652 in popluar number systems.

HEX494652
Decimal737082
Binary100100110001101010010
Octal111106122

Shades and tints

Shades of #494652

#494652
(73,70,82)
#43404B
(67,64,75)
#3D3A44
(61,58,68)
#37343D
(55,52,61)
#312E36
(49,46,54)
#2B282F
(43,40,47)
#252228
(37,34,40)
#1F1C21
(31,28,33)
#19161A
(25,22,26)
#131013
(19,16,19)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #494652

#494652
(73,70,82)
#595661
(89,86,97)
#696670
(105,102,112)
#79767F
(121,118,127)
#89868E
(137,134,142)
#99969D
(153,150,157)
#A9A6AC
(169,166,172)
#B9B6BB
(185,182,187)
#C9C6CA
(201,198,202)
#D9D6D9
(217,214,217)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494652; }

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

This text font color is #494652.


Background Color

.myBgColor { background-color: #494652; }

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

This div background color is #494652.


Border color

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

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

This div border color is #494652.


Opacity

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

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

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

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

This text has shadow with #494652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494652 on black background.


Color preview on white background

This text has color #494652 on white background.



Black color preview on #494652 background

This text has black color on #494652 background.


White color preview on #494652 background

This text has white color on #494652 background.