COLOR #496882

HEX: #496882
RGB: (73,104,130)

Renk bilgisi

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

RGB renk modeli

#496882 color RGB value is (73,104,130).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 104 of 255 = 41%
B 130 of 255 = 51%

73
104
130

R + G + B ~ 40%. #496882 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 104 + 130 = 307 (100%)
R 73 of 307 ~ 23.78%
G 104 of 307 ~ 33.88%
B 130 of 307 ~ 42.35%

%23.78
%33.88
%42.35

CMYK RENK MODELİ

#496882 rengi CMYK tonu (44,20,0,49).

  • camgöbeği tonu 43.85%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(44,20,0,49)
C44M20Y0K49 
(44%,20%,0%,49%)
(0.44/0.20/0.00/0.49)	

CMYK yüzdeleri

%43.85
%20
%0
%49.02

Codes

Color #496882 in popluar color models

496882
RGB73104130
HSL207°28.08%39.80%
HSB/HSV207°43.85%50.98%
CMYK43.85%20.00%0.00%
49.02%

Color #496882 in popluar number systems.

HEX496882
Decimal73104130
Binary1001001110100010000010
Octal111150202

Shades and tints

Shades of #496882

#496882
(73,104,130)
#435F77
(67,95,119)
#3D566C
(61,86,108)
#374D61
(55,77,97)
#314456
(49,68,86)
#2B3B4B
(43,59,75)
#253240
(37,50,64)
#1F2935
(31,41,53)
#19202A
(25,32,42)
#13171F
(19,23,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #496882

#496882
(73,104,130)
#59758D
(89,117,141)
#698298
(105,130,152)
#798FA3
(121,143,163)
#899CAE
(137,156,174)
#99A9B9
(153,169,185)
#A9B6C4
(169,182,196)
#B9C3CF
(185,195,207)
#C9D0DA
(201,208,218)
#D9DDE5
(217,221,229)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496882; }

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

This text font color is #496882.


Background Color

.myBgColor { background-color: #496882; }

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

This div background color is #496882.


Border color

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

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

This div border color is #496882.


Opacity

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

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

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

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

This text has shadow with #496882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496882 on black background.


Color preview on white background

This text has color #496882 on white background.



Black color preview on #496882 background

This text has black color on #496882 background.


White color preview on #496882 background

This text has white color on #496882 background.