COLOR #496972

HEX: #496972
RGB: (73,105,114)

Renk bilgisi

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

RGB renk modeli

#496972 color RGB value is (73,105,114).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 114 of 255 = 45%

73
105
114

R + G + B ~ 38%. #496972 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 114 = 292 (100%)
R 73 of 292 ~ 25%
G 105 of 292 ~ 35.96%
B 114 of 292 ~ 39.04%

%25
%35.96
%39.04

CMYK RENK MODELİ

#496972 rengi CMYK tonu (36,8,0,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 7.89%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(36,8,0,55)
C36M8Y0K55 
(36%,8%,0%,55%)
(0.36/0.08/0.00/0.55)	

CMYK yüzdeleri

%35.96
%7.89
%0
%55.29

Codes

Color #496972 in popluar color models

496972
RGB73105114
HSL193°21.93%36.67%
HSB/HSV193°35.96%44.71%
CMYK35.96%7.89%0.00%
55.29%

Color #496972 in popluar number systems.

HEX496972
Decimal73105114
Binary100100111010011110010
Octal111151162

Shades and tints

Shades of #496972

#496972
(73,105,114)
#436068
(67,96,104)
#3D575E
(61,87,94)
#374E54
(55,78,84)
#31454A
(49,69,74)
#2B3C40
(43,60,64)
#253336
(37,51,54)
#1F2A2C
(31,42,44)
#192122
(25,33,34)
#131818
(19,24,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #496972

#496972
(73,105,114)
#59767E
(89,118,126)
#69838A
(105,131,138)
#799096
(121,144,150)
#899DA2
(137,157,162)
#99AAAE
(153,170,174)
#A9B7BA
(169,183,186)
#B9C4C6
(185,196,198)
#C9D1D2
(201,209,210)
#D9DEDE
(217,222,222)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496972; }

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

This text font color is #496972.


Background Color

.myBgColor { background-color: #496972; }

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

This div background color is #496972.


Border color

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

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

This div border color is #496972.


Opacity

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

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

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

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

This text has shadow with #496972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496972 on black background.


Color preview on white background

This text has color #496972 on white background.



Black color preview on #496972 background

This text has black color on #496972 background.


White color preview on #496972 background

This text has white color on #496972 background.