COLOR #496DDF

HEX: #496DDF
RGB: (73,109,223)

Renk bilgisi

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

RGB renk modeli

#496DDF color RGB value is (73,109,223).

  • kırmız ton 73;
  • yeşil ton 109;
  • mavi ton 223.
RGB:
(73,109,223)
(29%,43%,87%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 109 of 255 = 43%
B 223 of 255 = 87%

73
109
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 223 = 405 (100%)
R 73 of 405 ~ 18.02%
G 109 of 405 ~ 26.91%
B 223 of 405 ~ 55.06%

%18.02
%26.91
%55.06

CMYK RENK MODELİ

#496DDF rengi CMYK tonu (67,51,0,13).

  • camgöbeği tonu 67.26%
  • eflatun tonu 51.12%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(67,51,0,13)
C67M51Y0K13 
(67%,51%,0%,13%)
(0.67/0.51/0.00/0.13)	

CMYK yüzdeleri

%67.26
%51.12
%0
%12.55

Codes

Color #496DDF in popluar color models

496DDF
RGB73109223
HSL226°70.09%58.04%
HSB/HSV226°67.26%87.45%
CMYK67.26%51.12%0.00%
12.55%

Color #496DDF in popluar number systems.

HEX496DDF
Decimal73109223
Binary1001001110110111011111
Octal111155337

Shades and tints

Shades of #496DDF

#496DDF
(73,109,223)
#4364CB
(67,100,203)
#3D5BB7
(61,91,183)
#3752A3
(55,82,163)
#31498F
(49,73,143)
#2B407B
(43,64,123)
#253767
(37,55,103)
#1F2E53
(31,46,83)
#19253F
(25,37,63)
#131C2B
(19,28,43)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #496DDF

#496DDF
(73,109,223)
#597AE1
(89,122,225)
#6987E3
(105,135,227)
#7994E5
(121,148,229)
#89A1E7
(137,161,231)
#99AEE9
(153,174,233)
#A9BBEB
(169,187,235)
#B9C8ED
(185,200,237)
#C9D5EF
(201,213,239)
#D9E2F1
(217,226,241)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496DDF color. Also use rgb(73,109,223) instead hex code.

Text Font Color

.myTextColor { color: #496DDF; }

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

This text font color is #496DDF.


Background Color

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

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

This div background color is #496DDF.


Border color

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

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

This div border color is #496DDF.


Opacity

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

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

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

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

This text has shadow with #496DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496DDF on black background.


Color preview on white background

This text has color #496DDF on white background.



Black color preview on #496DDF background

This text has black color on #496DDF background.


White color preview on #496DDF background

This text has white color on #496DDF background.