COLOR #494656

HEX: #494656
RGB: (73,70,86)

Renk bilgisi

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

RGB renk modeli

#494656 color RGB value is (73,70,86).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 70 of 255 = 27%
B 86 of 255 = 34%

73
70
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 70 + 86 = 229 (100%)
R 73 of 229 ~ 31.88%
G 70 of 229 ~ 30.57%
B 86 of 229 ~ 37.55%

%31.88
%30.57
%37.55

CMYK RENK MODELİ

#494656 rengi CMYK tonu (15,19,0,66).

  • camgöbeği tonu 15.12%
  • eflatun tonu 18.60%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(15,19,0,66)
C15M19Y0K66 
(15%,19%,0%,66%)
(0.15/0.19/0.00/0.66)	

CMYK yüzdeleri

%15.12
%18.6
%0
%66.27

Codes

Color #494656 in popluar color models

494656
RGB737086
HSL251°10.26%30.59%
HSB/HSV251°18.60%33.73%
CMYK15.12%18.60%0.00%
66.27%

Color #494656 in popluar number systems.

HEX494656
Decimal737086
Binary100100110001101010110
Octal111106126

Shades and tints

Shades of #494656

#494656
(73,70,86)
#43404F
(67,64,79)
#3D3A48
(61,58,72)
#373441
(55,52,65)
#312E3A
(49,46,58)
#2B2833
(43,40,51)
#25222C
(37,34,44)
#1F1C25
(31,28,37)
#19161E
(25,22,30)
#131017
(19,16,23)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #494656

#494656
(73,70,86)
#595665
(89,86,101)
#696674
(105,102,116)
#797683
(121,118,131)
#898692
(137,134,146)
#9996A1
(153,150,161)
#A9A6B0
(169,166,176)
#B9B6BF
(185,182,191)
#C9C6CE
(201,198,206)
#D9D6DD
(217,214,221)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494656; }

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

This text font color is #494656.


Background Color

.myBgColor { background-color: #494656; }

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

This div background color is #494656.


Border color

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

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

This div border color is #494656.


Opacity

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

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

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

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

This text has shadow with #494656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494656 on black background.


Color preview on white background

This text has color #494656 on white background.



Black color preview on #494656 background

This text has black color on #494656 background.


White color preview on #494656 background

This text has white color on #494656 background.