COLOR #496BC4

HEX: #496BC4
RGB: (73,107,196)

Renk bilgisi

#496BC4 contains mainly blue color. #496BC4 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#496BC4 color RGB value is (73,107,196).

  • kırmız ton 73;
  • yeşil ton 107;
  • mavi ton 196.
RGB:
(73,107,196)
(29%,42%,77%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 107 of 255 = 42%
B 196 of 255 = 77%

73
107
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 107 + 196 = 376 (100%)
R 73 of 376 ~ 19.41%
G 107 of 376 ~ 28.46%
B 196 of 376 ~ 52.13%

%19.41
%28.46
%52.13

CMYK RENK MODELİ

#496BC4 rengi CMYK tonu (63,45,0,23).

  • camgöbeği tonu 62.76%
  • eflatun tonu 45.41%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(63,45,0,23)
C63M45Y0K23 
(63%,45%,0%,23%)
(0.63/0.45/0.00/0.23)	

CMYK yüzdeleri

%62.76
%45.41
%0
%23.14

Codes

Color #496BC4 in popluar color models

496BC4
RGB73107196
HSL223°51.04%52.75%
HSB/HSV223°62.76%76.86%
CMYK62.76%45.41%0.00%
23.14%

Color #496BC4 in popluar number systems.

HEX496BC4
Decimal73107196
Binary1001001110101111000100
Octal111153304

Shades and tints

Shades of #496BC4

#496BC4
(73,107,196)
#4362B3
(67,98,179)
#3D59A2
(61,89,162)
#375091
(55,80,145)
#314780
(49,71,128)
#2B3E6F
(43,62,111)
#25355E
(37,53,94)
#1F2C4D
(31,44,77)
#19233C
(25,35,60)
#131A2B
(19,26,43)
#0D111A
(13,17,26)
#000000
(0,0,0)

Tints of #496BC4

#496BC4
(73,107,196)
#5978C9
(89,120,201)
#6985CE
(105,133,206)
#7992D3
(121,146,211)
#899FD8
(137,159,216)
#99ACDD
(153,172,221)
#A9B9E2
(169,185,226)
#B9C6E7
(185,198,231)
#C9D3EC
(201,211,236)
#D9E0F1
(217,224,241)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496BC4 color. Also use rgb(73,107,196) instead hex code.

Text Font Color

.myTextColor { color: #496BC4; }

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

This text font color is #496BC4.


Background Color

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

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

This div background color is #496BC4.


Border color

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

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

This div border color is #496BC4.


Opacity

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

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

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

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

This text has shadow with #496BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496BC4 on black background.


Color preview on white background

This text has color #496BC4 on white background.



Black color preview on #496BC4 background

This text has black color on #496BC4 background.


White color preview on #496BC4 background

This text has white color on #496BC4 background.