COLOR #496266

HEX: #496266
RGB: (73,98,102)

Renk bilgisi

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

RGB renk modeli

#496266 color RGB value is (73,98,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 98 of 255 = 38%
B 102 of 255 = 40%

73
98
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 98 + 102 = 273 (100%)
R 73 of 273 ~ 26.74%
G 98 of 273 ~ 35.9%
B 102 of 273 ~ 37.36%

%26.74
%35.9
%37.36

CMYK RENK MODELİ

#496266 rengi CMYK tonu (28,4,0,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 3.92%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(28,4,0,60)
C28M4Y0K60 
(28%,4%,0%,60%)
(0.28/0.04/0.00/0.60)	

CMYK yüzdeleri

%28.43
%3.92
%0
%60

Codes

Color #496266 in popluar color models

496266
RGB7398102
HSL188°16.57%34.31%
HSB/HSV188°28.43%40.00%
CMYK28.43%3.92%0.00%
60.00%

Color #496266 in popluar number systems.

HEX496266
Decimal7398102
Binary100100111000101100110
Octal111142146

Shades and tints

Shades of #496266

#496266
(73,98,102)
#435A5D
(67,90,93)
#3D5254
(61,82,84)
#374A4B
(55,74,75)
#314242
(49,66,66)
#2B3A39
(43,58,57)
#253230
(37,50,48)
#1F2A27
(31,42,39)
#19221E
(25,34,30)
#131A15
(19,26,21)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #496266

#496266
(73,98,102)
#597073
(89,112,115)
#697E80
(105,126,128)
#798C8D
(121,140,141)
#899A9A
(137,154,154)
#99A8A7
(153,168,167)
#A9B6B4
(169,182,180)
#B9C4C1
(185,196,193)
#C9D2CE
(201,210,206)
#D9E0DB
(217,224,219)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496266; }

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

This text font color is #496266.


Background Color

.myBgColor { background-color: #496266; }

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

This div background color is #496266.


Border color

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

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

This div border color is #496266.


Opacity

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

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

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

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

This text has shadow with #496266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496266 on black background.


Color preview on white background

This text has color #496266 on white background.



Black color preview on #496266 background

This text has black color on #496266 background.


White color preview on #496266 background

This text has white color on #496266 background.