COLOR #496E7D

HEX: #496E7D
RGB: (73,110,125)

Renk bilgisi

#496E7D contains red, green and blue colors in about the same proportion. #496E7D ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#496E7D color RGB value is (73,110,125).

  • kırmız ton 73;
  • yeşil ton 110;
  • mavi ton 125.
RGB:
(73,110,125)
(29%,43%,49%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 125 of 255 = 49%

73
110
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 125 = 308 (100%)
R 73 of 308 ~ 23.7%
G 110 of 308 ~ 35.71%
B 125 of 308 ~ 40.58%

%23.7
%35.71
%40.58

CMYK RENK MODELİ

#496E7D rengi CMYK tonu (42,12,0,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(42,12,0,51)
C42M12Y0K51 
(42%,12%,0%,51%)
(0.42/0.12/0.00/0.51)	

CMYK yüzdeleri

%41.6
%12
%0
%50.98

Codes

Color #496E7D in popluar color models

496E7D
RGB73110125
HSL197°26.26%38.82%
HSB/HSV197°41.60%49.02%
CMYK41.60%12.00%0.00%
50.98%

Color #496E7D in popluar number systems.

HEX496E7D
Decimal73110125
Binary100100111011101111101
Octal111156175

Shades and tints

Shades of #496E7D

#496E7D
(73,110,125)
#436472
(67,100,114)
#3D5A67
(61,90,103)
#37505C
(55,80,92)
#314651
(49,70,81)
#2B3C46
(43,60,70)
#25323B
(37,50,59)
#1F2830
(31,40,48)
#191E25
(25,30,37)
#13141A
(19,20,26)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #496E7D

#496E7D
(73,110,125)
#597B88
(89,123,136)
#698893
(105,136,147)
#79959E
(121,149,158)
#89A2A9
(137,162,169)
#99AFB4
(153,175,180)
#A9BCBF
(169,188,191)
#B9C9CA
(185,201,202)
#C9D6D5
(201,214,213)
#D9E3E0
(217,227,224)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E7D color. Also use rgb(73,110,125) instead hex code.

Text Font Color

.myTextColor { color: #496E7D; }

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

This text font color is #496E7D.


Background Color

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

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

This div background color is #496E7D.


Border color

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

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

This div border color is #496E7D.


Opacity

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

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

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

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

This text has shadow with #496E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E7D on black background.


Color preview on white background

This text has color #496E7D on white background.



Black color preview on #496E7D background

This text has black color on #496E7D background.


White color preview on #496E7D background

This text has white color on #496E7D background.