COLOR #496069

HEX: #496069
RGB: (73,96,105)

Renk bilgisi

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

RGB renk modeli

#496069 color RGB value is (73,96,105).

  • kırmız ton 73;
  • yeşil ton 96;
  • mavi ton 105.
RGB:
(73,96,105)
(29%,38%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 96 of 255 = 38%
B 105 of 255 = 41%

73
96
105

R + G + B ~ 36%. #496069 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 96 + 105 = 274 (100%)
R 73 of 274 ~ 26.64%
G 96 of 274 ~ 35.04%
B 105 of 274 ~ 38.32%

%26.64
%35.04
%38.32

CMYK RENK MODELİ

#496069 rengi CMYK tonu (30,9,0,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 8.57%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(30,9,0,59)
C30M9Y0K59 
(30%,9%,0%,59%)
(0.30/0.09/0.00/0.59)	

CMYK yüzdeleri

%30.48
%8.57
%0
%58.82

Codes

Color #496069 in popluar color models

496069
RGB7396105
HSL197°17.98%34.90%
HSB/HSV197°30.48%41.18%
CMYK30.48%8.57%0.00%
58.82%

Color #496069 in popluar number systems.

HEX496069
Decimal7396105
Binary100100111000001101001
Octal111140151

Shades and tints

Shades of #496069

#496069
(73,96,105)
#435860
(67,88,96)
#3D5057
(61,80,87)
#37484E
(55,72,78)
#314045
(49,64,69)
#2B383C
(43,56,60)
#253033
(37,48,51)
#1F282A
(31,40,42)
#192021
(25,32,33)
#131818
(19,24,24)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #496069

#496069
(73,96,105)
#596E76
(89,110,118)
#697C83
(105,124,131)
#798A90
(121,138,144)
#89989D
(137,152,157)
#99A6AA
(153,166,170)
#A9B4B7
(169,180,183)
#B9C2C4
(185,194,196)
#C9D0D1
(201,208,209)
#D9DEDE
(217,222,222)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496069 color. Also use rgb(73,96,105) instead hex code.

Text Font Color

.myTextColor { color: #496069; }

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

This text font color is #496069.


Background Color

.myBgColor { background-color: #496069; }

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

This div background color is #496069.


Border color

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

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

This div border color is #496069.


Opacity

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

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

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

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

This text has shadow with #496069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496069 on black background.


Color preview on white background

This text has color #496069 on white background.



Black color preview on #496069 background

This text has black color on #496069 background.


White color preview on #496069 background

This text has white color on #496069 background.