COLOR #496672

HEX: #496672
RGB: (73,102,114)

Renk bilgisi

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

RGB renk modeli

#496672 color RGB value is (73,102,114).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 102 of 255 = 40%
B 114 of 255 = 45%

73
102
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 102 + 114 = 289 (100%)
R 73 of 289 ~ 25.26%
G 102 of 289 ~ 35.29%
B 114 of 289 ~ 39.45%

%25.26
%35.29
%39.45

CMYK RENK MODELİ

#496672 rengi CMYK tonu (36,11,0,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 10.53%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(36,11,0,55)
C36M11Y0K55 
(36%,11%,0%,55%)
(0.36/0.11/0.00/0.55)	

CMYK yüzdeleri

%35.96
%10.53
%0
%55.29

Codes

Color #496672 in popluar color models

496672
RGB73102114
HSL198°21.93%36.67%
HSB/HSV198°35.96%44.71%
CMYK35.96%10.53%0.00%
55.29%

Color #496672 in popluar number systems.

HEX496672
Decimal73102114
Binary100100111001101110010
Octal111146162

Shades and tints

Shades of #496672

#496672
(73,102,114)
#435D68
(67,93,104)
#3D545E
(61,84,94)
#374B54
(55,75,84)
#31424A
(49,66,74)
#2B3940
(43,57,64)
#253036
(37,48,54)
#1F272C
(31,39,44)
#191E22
(25,30,34)
#131518
(19,21,24)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #496672

#496672
(73,102,114)
#59737E
(89,115,126)
#69808A
(105,128,138)
#798D96
(121,141,150)
#899AA2
(137,154,162)
#99A7AE
(153,167,174)
#A9B4BA
(169,180,186)
#B9C1C6
(185,193,198)
#C9CED2
(201,206,210)
#D9DBDE
(217,219,222)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496672; }

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

This text font color is #496672.


Background Color

.myBgColor { background-color: #496672; }

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

This div background color is #496672.


Border color

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

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

This div border color is #496672.


Opacity

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

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

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

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

This text has shadow with #496672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496672 on black background.


Color preview on white background

This text has color #496672 on white background.



Black color preview on #496672 background

This text has black color on #496672 background.


White color preview on #496672 background

This text has white color on #496672 background.