COLOR #496984

HEX: #496984
RGB: (73,105,132)

Renk bilgisi

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

RGB renk modeli

#496984 color RGB value is (73,105,132).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 132 of 255 = 52%

73
105
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 132 = 310 (100%)
R 73 of 310 ~ 23.55%
G 105 of 310 ~ 33.87%
B 132 of 310 ~ 42.58%

%23.55
%33.87
%42.58

CMYK RENK MODELİ

#496984 rengi CMYK tonu (45,20,0,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 20.45%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(45,20,0,48)
C45M20Y0K48 
(45%,20%,0%,48%)
(0.45/0.20/0.00/0.48)	

CMYK yüzdeleri

%44.7
%20.45
%0
%48.24

Codes

Color #496984 in popluar color models

496984
RGB73105132
HSL207°28.78%40.20%
HSB/HSV207°44.70%51.76%
CMYK44.70%20.45%0.00%
48.24%

Color #496984 in popluar number systems.

HEX496984
Decimal73105132
Binary1001001110100110000100
Octal111151204

Shades and tints

Shades of #496984

#496984
(73,105,132)
#436078
(67,96,120)
#3D576C
(61,87,108)
#374E60
(55,78,96)
#314554
(49,69,84)
#2B3C48
(43,60,72)
#25333C
(37,51,60)
#1F2A30
(31,42,48)
#192124
(25,33,36)
#131818
(19,24,24)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #496984

#496984
(73,105,132)
#59768F
(89,118,143)
#69839A
(105,131,154)
#7990A5
(121,144,165)
#899DB0
(137,157,176)
#99AABB
(153,170,187)
#A9B7C6
(169,183,198)
#B9C4D1
(185,196,209)
#C9D1DC
(201,209,220)
#D9DEE7
(217,222,231)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496984; }

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

This text font color is #496984.


Background Color

.myBgColor { background-color: #496984; }

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

This div background color is #496984.


Border color

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

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

This div border color is #496984.


Opacity

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

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

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

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

This text has shadow with #496984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496984 on black background.


Color preview on white background

This text has color #496984 on white background.



Black color preview on #496984 background

This text has black color on #496984 background.


White color preview on #496984 background

This text has white color on #496984 background.