COLOR #496985

HEX: #496985
RGB: (73,105,133)

Renk bilgisi

#496985 contains mainly green and blue colors. #496985 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#496985 color RGB value is (73,105,133).

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

RGB bağlantıları ve doygunluk

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

73
105
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 133 = 311 (100%)
R 73 of 311 ~ 23.47%
G 105 of 311 ~ 33.76%
B 133 of 311 ~ 42.77%

%23.47
%33.76
%42.77

CMYK RENK MODELİ

#496985 rengi CMYK tonu (45,21,0,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 21.05%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(45,21,0,48)
C45M21Y0K48 
(45%,21%,0%,48%)
(0.45/0.21/0.00/0.48)	

CMYK yüzdeleri

%45.11
%21.05
%0
%47.84

Codes

Color #496985 in popluar color models

496985
RGB73105133
HSL208°29.13%40.39%
HSB/HSV208°45.11%52.16%
CMYK45.11%21.05%0.00%
47.84%

Color #496985 in popluar number systems.

HEX496985
Decimal73105133
Binary1001001110100110000101
Octal111151205

Shades and tints

Shades of #496985

#496985
(73,105,133)
#436079
(67,96,121)
#3D576D
(61,87,109)
#374E61
(55,78,97)
#314555
(49,69,85)
#2B3C49
(43,60,73)
#25333D
(37,51,61)
#1F2A31
(31,42,49)
#192125
(25,33,37)
#131819
(19,24,25)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #496985

#496985
(73,105,133)
#597690
(89,118,144)
#69839B
(105,131,155)
#7990A6
(121,144,166)
#899DB1
(137,157,177)
#99AABC
(153,170,188)
#A9B7C7
(169,183,199)
#B9C4D2
(185,196,210)
#C9D1DD
(201,209,221)
#D9DEE8
(217,222,232)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496985; }

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

This text font color is #496985.


Background Color

.myBgColor { background-color: #496985; }

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

This div background color is #496985.


Border color

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

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

This div border color is #496985.


Opacity

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

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

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

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

This text has shadow with #496985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496985 on black background.


Color preview on white background

This text has color #496985 on white background.



Black color preview on #496985 background

This text has black color on #496985 background.


White color preview on #496985 background

This text has white color on #496985 background.