COLOR #496172

HEX: #496172
RGB: (73,97,114)

Renk bilgisi

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

RGB renk modeli

#496172 color RGB value is (73,97,114).

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

RGB bağlantıları ve doygunluk

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

73
97
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 97 + 114 = 284 (100%)
R 73 of 284 ~ 25.7%
G 97 of 284 ~ 34.15%
B 114 of 284 ~ 40.14%

%25.7
%34.15
%40.14

CMYK RENK MODELİ

#496172 rengi CMYK tonu (36,15,0,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 14.91%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(36,15,0,55)
C36M15Y0K55 
(36%,15%,0%,55%)
(0.36/0.15/0.00/0.55)	

CMYK yüzdeleri

%35.96
%14.91
%0
%55.29

Codes

Color #496172 in popluar color models

496172
RGB7397114
HSL205°21.93%36.67%
HSB/HSV205°35.96%44.71%
CMYK35.96%14.91%0.00%
55.29%

Color #496172 in popluar number systems.

HEX496172
Decimal7397114
Binary100100111000011110010
Octal111141162

Shades and tints

Shades of #496172

#496172
(73,97,114)
#435968
(67,89,104)
#3D515E
(61,81,94)
#374954
(55,73,84)
#31414A
(49,65,74)
#2B3940
(43,57,64)
#253136
(37,49,54)
#1F292C
(31,41,44)
#192122
(25,33,34)
#131918
(19,25,24)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #496172

#496172
(73,97,114)
#596F7E
(89,111,126)
#697D8A
(105,125,138)
#798B96
(121,139,150)
#8999A2
(137,153,162)
#99A7AE
(153,167,174)
#A9B5BA
(169,181,186)
#B9C3C6
(185,195,198)
#C9D1D2
(201,209,210)
#D9DFDE
(217,223,222)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496172; }

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

This text font color is #496172.


Background Color

.myBgColor { background-color: #496172; }

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

This div background color is #496172.


Border color

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

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

This div border color is #496172.


Opacity

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

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

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

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

This text has shadow with #496172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496172 on black background.


Color preview on white background

This text has color #496172 on white background.



Black color preview on #496172 background

This text has black color on #496172 background.


White color preview on #496172 background

This text has white color on #496172 background.