COLOR #496664

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

73
102
100

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

Yüzdelerle RGB renk parçaları

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

%26.55
%37.09
%36.36

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%28.43
%0
%1.96
%60

Codes

Color #496664 in popluar color models

496664
RGB73102100
HSL176°16.57%34.31%
HSB/HSV176°28.43%40.00%
CMYK28.43%0.00%1.96%
60.00%

Color #496664 in popluar number systems.

HEX496664
Decimal73102100
Binary100100111001101100100
Octal111146144

Shades and tints

Shades of #496664

#496664
(73,102,100)
#435D5B
(67,93,91)
#3D5452
(61,84,82)
#374B49
(55,75,73)
#314240
(49,66,64)
#2B3937
(43,57,55)
#25302E
(37,48,46)
#1F2725
(31,39,37)
#191E1C
(25,30,28)
#131513
(19,21,19)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #496664

#496664
(73,102,100)
#597372
(89,115,114)
#698080
(105,128,128)
#798D8E
(121,141,142)
#899A9C
(137,154,156)
#99A7AA
(153,167,170)
#A9B4B8
(169,180,184)
#B9C1C6
(185,193,198)
#C9CED4
(201,206,212)
#D9DBE2
(217,219,226)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496664; }

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

This text font color is #496664.


Background Color

.myBgColor { background-color: #496664; }

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

This div background color is #496664.


Border color

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

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

This div border color is #496664.


Opacity

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

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

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

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

This text has shadow with #496664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496664 on black background.


Color preview on white background

This text has color #496664 on white background.



Black color preview on #496664 background

This text has black color on #496664 background.


White color preview on #496664 background

This text has white color on #496664 background.