COLOR #496795

HEX: #496795
RGB: (73,103,149)

Renk bilgisi

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

RGB renk modeli

#496795 color RGB value is (73,103,149).

  • kırmız ton 73;
  • yeşil ton 103;
  • mavi ton 149.
RGB:
(73,103,149)
(29%,40%,58%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 149 of 255 = 58%

73
103
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 149 = 325 (100%)
R 73 of 325 ~ 22.46%
G 103 of 325 ~ 31.69%
B 149 of 325 ~ 45.85%

%22.46
%31.69
%45.85

CMYK RENK MODELİ

#496795 rengi CMYK tonu (51,31,0,42).

  • camgöbeği tonu 51.01%
  • eflatun tonu 30.87%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(51,31,0,42)
C51M31Y0K42 
(51%,31%,0%,42%)
(0.51/0.31/0.00/0.42)	

CMYK yüzdeleri

%51.01
%30.87
%0
%41.57

Codes

Color #496795 in popluar color models

496795
RGB73103149
HSL216°34.23%43.53%
HSB/HSV216°51.01%58.43%
CMYK51.01%30.87%0.00%
41.57%

Color #496795 in popluar number systems.

HEX496795
Decimal73103149
Binary1001001110011110010101
Octal111147225

Shades and tints

Shades of #496795

#496795
(73,103,149)
#435E88
(67,94,136)
#3D557B
(61,85,123)
#374C6E
(55,76,110)
#314361
(49,67,97)
#2B3A54
(43,58,84)
#253147
(37,49,71)
#1F283A
(31,40,58)
#191F2D
(25,31,45)
#131620
(19,22,32)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #496795

#496795
(73,103,149)
#59749E
(89,116,158)
#6981A7
(105,129,167)
#798EB0
(121,142,176)
#899BB9
(137,155,185)
#99A8C2
(153,168,194)
#A9B5CB
(169,181,203)
#B9C2D4
(185,194,212)
#C9CFDD
(201,207,221)
#D9DCE6
(217,220,230)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496795 color. Also use rgb(73,103,149) instead hex code.

Text Font Color

.myTextColor { color: #496795; }

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

This text font color is #496795.


Background Color

.myBgColor { background-color: #496795; }

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

This div background color is #496795.


Border color

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

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

This div border color is #496795.


Opacity

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

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

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

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

This text has shadow with #496795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496795 on black background.


Color preview on white background

This text has color #496795 on white background.



Black color preview on #496795 background

This text has black color on #496795 background.


White color preview on #496795 background

This text has white color on #496795 background.