COLOR #496A82

HEX: #496A82
RGB: (73,106,130)

Renk bilgisi

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

RGB renk modeli

#496A82 color RGB value is (73,106,130).

  • kırmız ton 73;
  • yeşil ton 106;
  • mavi ton 130.
RGB:
(73,106,130)
(29%,42%,51%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 106 of 255 = 42%
B 130 of 255 = 51%

73
106
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 106 + 130 = 309 (100%)
R 73 of 309 ~ 23.62%
G 106 of 309 ~ 34.3%
B 130 of 309 ~ 42.07%

%23.62
%34.3
%42.07

CMYK RENK MODELİ

#496A82 rengi CMYK tonu (44,18,0,49).

  • camgöbeği tonu 43.85%
  • eflatun tonu 18.46%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(44,18,0,49)
C44M18Y0K49 
(44%,18%,0%,49%)
(0.44/0.18/0.00/0.49)	

CMYK yüzdeleri

%43.85
%18.46
%0
%49.02

Codes

Color #496A82 in popluar color models

496A82
RGB73106130
HSL205°28.08%39.80%
HSB/HSV205°43.85%50.98%
CMYK43.85%18.46%0.00%
49.02%

Color #496A82 in popluar number systems.

HEX496A82
Decimal73106130
Binary1001001110101010000010
Octal111152202

Shades and tints

Shades of #496A82

#496A82
(73,106,130)
#436177
(67,97,119)
#3D586C
(61,88,108)
#374F61
(55,79,97)
#314656
(49,70,86)
#2B3D4B
(43,61,75)
#253440
(37,52,64)
#1F2B35
(31,43,53)
#19222A
(25,34,42)
#13191F
(19,25,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #496A82

#496A82
(73,106,130)
#59778D
(89,119,141)
#698498
(105,132,152)
#7991A3
(121,145,163)
#899EAE
(137,158,174)
#99ABB9
(153,171,185)
#A9B8C4
(169,184,196)
#B9C5CF
(185,197,207)
#C9D2DA
(201,210,218)
#D9DFE5
(217,223,229)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496A82 color. Also use rgb(73,106,130) instead hex code.

Text Font Color

.myTextColor { color: #496A82; }

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

This text font color is #496A82.


Background Color

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

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

This div background color is #496A82.


Border color

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

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

This div border color is #496A82.


Opacity

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

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

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

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

This text has shadow with #496A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A82 on black background.


Color preview on white background

This text has color #496A82 on white background.



Black color preview on #496A82 background

This text has black color on #496A82 background.


White color preview on #496A82 background

This text has white color on #496A82 background.