COLOR #496D84

HEX: #496D84
RGB: (73,109,132)

Renk bilgisi

#496D84 contains red, green and blue colors in about the same proportion. #496D84 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#496D84 color RGB value is (73,109,132).

  • kırmız ton 73;
  • yeşil ton 109;
  • mavi ton 132.
RGB:
(73,109,132)
(29%,43%,52%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 109 of 255 = 43%
B 132 of 255 = 52%

73
109
132

R + G + B ~ 41%. #496D84 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 132 = 314 (100%)
R 73 of 314 ~ 23.25%
G 109 of 314 ~ 34.71%
B 132 of 314 ~ 42.04%

%23.25
%34.71
%42.04

CMYK RENK MODELİ

#496D84 rengi CMYK tonu (45,17,0,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 17.42%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(45,17,0,48)
C45M17Y0K48 
(45%,17%,0%,48%)
(0.45/0.17/0.00/0.48)	

CMYK yüzdeleri

%44.7
%17.42
%0
%48.24

Codes

Color #496D84 in popluar color models

496D84
RGB73109132
HSL203°28.78%40.20%
HSB/HSV203°44.70%51.76%
CMYK44.70%17.42%0.00%
48.24%

Color #496D84 in popluar number systems.

HEX496D84
Decimal73109132
Binary1001001110110110000100
Octal111155204

Shades and tints

Shades of #496D84

#496D84
(73,109,132)
#436478
(67,100,120)
#3D5B6C
(61,91,108)
#375260
(55,82,96)
#314954
(49,73,84)
#2B4048
(43,64,72)
#25373C
(37,55,60)
#1F2E30
(31,46,48)
#192524
(25,37,36)
#131C18
(19,28,24)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #496D84

#496D84
(73,109,132)
#597A8F
(89,122,143)
#69879A
(105,135,154)
#7994A5
(121,148,165)
#89A1B0
(137,161,176)
#99AEBB
(153,174,187)
#A9BBC6
(169,187,198)
#B9C8D1
(185,200,209)
#C9D5DC
(201,213,220)
#D9E2E7
(217,226,231)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496D84 color. Also use rgb(73,109,132) instead hex code.

Text Font Color

.myTextColor { color: #496D84; }

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

This text font color is #496D84.


Background Color

.myBgColor { background-color: #496D84; }

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

This div background color is #496D84.


Border color

.myBorderColor { border: 1px solid #496D84; }

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

This div border color is #496D84.


Opacity

.myOpacity80 { color: #496D84; opacity: 0.8; }

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

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

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

This text has shadow with #496D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D84 on black background.


Color preview on white background

This text has color #496D84 on white background.



Black color preview on #496D84 background

This text has black color on #496D84 background.


White color preview on #496D84 background

This text has white color on #496D84 background.