COLOR #496463

HEX: #496463
RGB: (73,100,99)

Renk bilgisi

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

RGB renk modeli

#496463 color RGB value is (73,100,99).

  • kırmız ton 73;
  • yeşil ton 100;
  • mavi ton 99.
RGB:
(73,100,99)
(29%,39%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 100 of 255 = 39%
B 99 of 255 = 39%

73
100
99

R + G + B ~ 36%. #496463 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 100 + 99 = 272 (100%)
R 73 of 272 ~ 26.84%
G 100 of 272 ~ 36.76%
B 99 of 272 ~ 36.4%

%26.84
%36.76
%36.4

CMYK RENK MODELİ

#496463 rengi CMYK tonu (27,0,1,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 0.00%
  • sarı tonu 1.00%
  • ana renk tonu 60.78%
CMYK:
(27,0,1,61)
C27M0Y1K61 
(27%,0%,1%,61%)
(0.27/0.00/0.01/0.61)	

CMYK yüzdeleri

%27
%0
%1
%60.78

Codes

Color #496463 in popluar color models

496463
RGB7310099
HSL178°15.61%33.92%
HSB/HSV178°27.00%39.22%
CMYK27.00%0.00%1.00%
60.78%

Color #496463 in popluar number systems.

HEX496463
Decimal7310099
Binary100100111001001100011
Octal111144143

Shades and tints

Shades of #496463

#496463
(73,100,99)
#435B5A
(67,91,90)
#3D5251
(61,82,81)
#374948
(55,73,72)
#31403F
(49,64,63)
#2B3736
(43,55,54)
#252E2D
(37,46,45)
#1F2524
(31,37,36)
#191C1B
(25,28,27)
#131312
(19,19,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #496463

#496463
(73,100,99)
#597271
(89,114,113)
#69807F
(105,128,127)
#798E8D
(121,142,141)
#899C9B
(137,156,155)
#99AAA9
(153,170,169)
#A9B8B7
(169,184,183)
#B9C6C5
(185,198,197)
#C9D4D3
(201,212,211)
#D9E2E1
(217,226,225)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496463 color. Also use rgb(73,100,99) instead hex code.

Text Font Color

.myTextColor { color: #496463; }

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

This text font color is #496463.


Background Color

.myBgColor { background-color: #496463; }

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

This div background color is #496463.


Border color

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

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

This div border color is #496463.


Opacity

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

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

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

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

This text has shadow with #496463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496463 on black background.


Color preview on white background

This text has color #496463 on white background.



Black color preview on #496463 background

This text has black color on #496463 background.


White color preview on #496463 background

This text has white color on #496463 background.