COLOR #496173

HEX: #496173
RGB: (73,97,115)

Renk bilgisi

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

RGB renk modeli

#496173 color RGB value is (73,97,115).

  • kırmız ton 73;
  • yeşil ton 97;
  • mavi ton 115.
RGB:
(73,97,115)
(29%,38%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 97 of 255 = 38%
B 115 of 255 = 45%

73
97
115

R + G + B ~ 37%. #496173 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 97 + 115 = 285 (100%)
R 73 of 285 ~ 25.61%
G 97 of 285 ~ 34.04%
B 115 of 285 ~ 40.35%

%25.61
%34.04
%40.35

CMYK RENK MODELİ

#496173 rengi CMYK tonu (37,16,0,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 15.65%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(37,16,0,55)
C37M16Y0K55 
(37%,16%,0%,55%)
(0.37/0.16/0.00/0.55)	

CMYK yüzdeleri

%36.52
%15.65
%0
%54.9

Codes

Color #496173 in popluar color models

496173
RGB7397115
HSL206°22.34%36.86%
HSB/HSV206°36.52%45.10%
CMYK36.52%15.65%0.00%
54.90%

Color #496173 in popluar number systems.

HEX496173
Decimal7397115
Binary100100111000011110011
Octal111141163

Shades and tints

Shades of #496173

#496173
(73,97,115)
#435969
(67,89,105)
#3D515F
(61,81,95)
#374955
(55,73,85)
#31414B
(49,65,75)
#2B3941
(43,57,65)
#253137
(37,49,55)
#1F292D
(31,41,45)
#192123
(25,33,35)
#131919
(19,25,25)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #496173

#496173
(73,97,115)
#596F7F
(89,111,127)
#697D8B
(105,125,139)
#798B97
(121,139,151)
#8999A3
(137,153,163)
#99A7AF
(153,167,175)
#A9B5BB
(169,181,187)
#B9C3C7
(185,195,199)
#C9D1D3
(201,209,211)
#D9DFDF
(217,223,223)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496173 color. Also use rgb(73,97,115) instead hex code.

Text Font Color

.myTextColor { color: #496173; }

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

This text font color is #496173.


Background Color

.myBgColor { background-color: #496173; }

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

This div background color is #496173.


Border color

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

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

This div border color is #496173.


Opacity

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

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

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

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

This text has shadow with #496173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496173 on black background.


Color preview on white background

This text has color #496173 on white background.



Black color preview on #496173 background

This text has black color on #496173 background.


White color preview on #496173 background

This text has white color on #496173 background.