COLOR #496466

HEX: #496466
RGB: (73,100,102)

Renk bilgisi

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

RGB renk modeli

#496466 color RGB value is (73,100,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 100 of 255 = 39%
B 102 of 255 = 40%

73
100
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 100 + 102 = 275 (100%)
R 73 of 275 ~ 26.55%
G 100 of 275 ~ 36.36%
B 102 of 275 ~ 37.09%

%26.55
%36.36
%37.09

CMYK RENK MODELİ

#496466 rengi CMYK tonu (28,2,0,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 1.96%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(28,2,0,60)
C28M2Y0K60 
(28%,2%,0%,60%)
(0.28/0.02/0.00/0.60)	

CMYK yüzdeleri

%28.43
%1.96
%0
%60

Codes

Color #496466 in popluar color models

496466
RGB73100102
HSL184°16.57%34.31%
HSB/HSV184°28.43%40.00%
CMYK28.43%1.96%0.00%
60.00%

Color #496466 in popluar number systems.

HEX496466
Decimal73100102
Binary100100111001001100110
Octal111144146

Shades and tints

Shades of #496466

#496466
(73,100,102)
#435B5D
(67,91,93)
#3D5254
(61,82,84)
#37494B
(55,73,75)
#314042
(49,64,66)
#2B3739
(43,55,57)
#252E30
(37,46,48)
#1F2527
(31,37,39)
#191C1E
(25,28,30)
#131315
(19,19,21)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #496466

#496466
(73,100,102)
#597273
(89,114,115)
#698080
(105,128,128)
#798E8D
(121,142,141)
#899C9A
(137,156,154)
#99AAA7
(153,170,167)
#A9B8B4
(169,184,180)
#B9C6C1
(185,198,193)
#C9D4CE
(201,212,206)
#D9E2DB
(217,226,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496466; }

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

This text font color is #496466.


Background Color

.myBgColor { background-color: #496466; }

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

This div background color is #496466.


Border color

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

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

This div border color is #496466.


Opacity

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

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

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

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

This text has shadow with #496466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496466 on black background.


Color preview on white background

This text has color #496466 on white background.



Black color preview on #496466 background

This text has black color on #496466 background.


White color preview on #496466 background

This text has white color on #496466 background.