COLOR #496D8B

HEX: #496D8B
RGB: (73,109,139)

Renk bilgisi

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

RGB renk modeli

#496D8B color RGB value is (73,109,139).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 109 of 255 = 43%
B 139 of 255 = 55%

73
109
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 139 = 321 (100%)
R 73 of 321 ~ 22.74%
G 109 of 321 ~ 33.96%
B 139 of 321 ~ 43.3%

%22.74
%33.96
%43.3

CMYK RENK MODELİ

#496D8B rengi CMYK tonu (47,22,0,45).

  • camgöbeği tonu 47.48%
  • eflatun tonu 21.58%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(47,22,0,45)
C47M22Y0K45 
(47%,22%,0%,45%)
(0.47/0.22/0.00/0.45)	

CMYK yüzdeleri

%47.48
%21.58
%0
%45.49

Codes

Color #496D8B in popluar color models

496D8B
RGB73109139
HSL207°31.13%41.57%
HSB/HSV207°47.48%54.51%
CMYK47.48%21.58%0.00%
45.49%

Color #496D8B in popluar number systems.

HEX496D8B
Decimal73109139
Binary1001001110110110001011
Octal111155213

Shades and tints

Shades of #496D8B

#496D8B
(73,109,139)
#43647F
(67,100,127)
#3D5B73
(61,91,115)
#375267
(55,82,103)
#31495B
(49,73,91)
#2B404F
(43,64,79)
#253743
(37,55,67)
#1F2E37
(31,46,55)
#19252B
(25,37,43)
#131C1F
(19,28,31)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #496D8B

#496D8B
(73,109,139)
#597A95
(89,122,149)
#69879F
(105,135,159)
#7994A9
(121,148,169)
#89A1B3
(137,161,179)
#99AEBD
(153,174,189)
#A9BBC7
(169,187,199)
#B9C8D1
(185,200,209)
#C9D5DB
(201,213,219)
#D9E2E5
(217,226,229)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D8B; }

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

This text font color is #496D8B.


Background Color

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

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

This div background color is #496D8B.


Border color

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

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

This div border color is #496D8B.


Opacity

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

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

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

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

This text has shadow with #496D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D8B on black background.


Color preview on white background

This text has color #496D8B on white background.



Black color preview on #496D8B background

This text has black color on #496D8B background.


White color preview on #496D8B background

This text has white color on #496D8B background.