COLOR #496CA9

HEX: #496CA9
RGB: (73,108,169)

Renk bilgisi

#496CA9 contains mainly blue color. #496CA9 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#496CA9 color RGB value is (73,108,169).

  • kırmız ton 73;
  • yeşil ton 108;
  • mavi ton 169.
RGB:
(73,108,169)
(29%,42%,66%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 169 of 255 = 66%

73
108
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 169 = 350 (100%)
R 73 of 350 ~ 20.86%
G 108 of 350 ~ 30.86%
B 169 of 350 ~ 48.29%

%20.86
%30.86
%48.29

CMYK RENK MODELİ

#496CA9 rengi CMYK tonu (57,36,0,34).

  • camgöbeği tonu 56.80%
  • eflatun tonu 36.09%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(57,36,0,34)
C57M36Y0K34 
(57%,36%,0%,34%)
(0.57/0.36/0.00/0.34)	

CMYK yüzdeleri

%56.8
%36.09
%0
%33.73

Codes

Color #496CA9 in popluar color models

496CA9
RGB73108169
HSL218°39.67%47.45%
HSB/HSV218°56.80%66.27%
CMYK56.80%36.09%0.00%
33.73%

Color #496CA9 in popluar number systems.

HEX496CA9
Decimal73108169
Binary1001001110110010101001
Octal111154251

Shades and tints

Shades of #496CA9

#496CA9
(73,108,169)
#43639A
(67,99,154)
#3D5A8B
(61,90,139)
#37517C
(55,81,124)
#31486D
(49,72,109)
#2B3F5E
(43,63,94)
#25364F
(37,54,79)
#1F2D40
(31,45,64)
#192431
(25,36,49)
#131B22
(19,27,34)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #496CA9

#496CA9
(73,108,169)
#5979B0
(89,121,176)
#6986B7
(105,134,183)
#7993BE
(121,147,190)
#89A0C5
(137,160,197)
#99ADCC
(153,173,204)
#A9BAD3
(169,186,211)
#B9C7DA
(185,199,218)
#C9D4E1
(201,212,225)
#D9E1E8
(217,225,232)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496CA9 color. Also use rgb(73,108,169) instead hex code.

Text Font Color

.myTextColor { color: #496CA9; }

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

This text font color is #496CA9.


Background Color

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

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

This div background color is #496CA9.


Border color

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

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

This div border color is #496CA9.


Opacity

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

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

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

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

This text has shadow with #496CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496CA9 on black background.


Color preview on white background

This text has color #496CA9 on white background.



Black color preview on #496CA9 background

This text has black color on #496CA9 background.


White color preview on #496CA9 background

This text has white color on #496CA9 background.