COLOR #496477

HEX: #496477
RGB: (73,100,119)

Renk bilgisi

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

RGB renk modeli

#496477 color RGB value is (73,100,119).

  • kırmız ton 73;
  • yeşil ton 100;
  • mavi ton 119.
RGB:
(73,100,119)
(29%,39%,47%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 100 of 255 = 39%
B 119 of 255 = 47%

73
100
119

R + G + B ~ 38%. #496477 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 100 + 119 = 292 (100%)
R 73 of 292 ~ 25%
G 100 of 292 ~ 34.25%
B 119 of 292 ~ 40.75%

%25
%34.25
%40.75

CMYK RENK MODELİ

#496477 rengi CMYK tonu (39,16,0,53).

  • camgöbeği tonu 38.66%
  • eflatun tonu 15.97%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(39,16,0,53)
C39M16Y0K53 
(39%,16%,0%,53%)
(0.39/0.16/0.00/0.53)	

CMYK yüzdeleri

%38.66
%15.97
%0
%53.33

Codes

Color #496477 in popluar color models

496477
RGB73100119
HSL205°23.96%37.65%
HSB/HSV205°38.66%46.67%
CMYK38.66%15.97%0.00%
53.33%

Color #496477 in popluar number systems.

HEX496477
Decimal73100119
Binary100100111001001110111
Octal111144167

Shades and tints

Shades of #496477

#496477
(73,100,119)
#435B6D
(67,91,109)
#3D5263
(61,82,99)
#374959
(55,73,89)
#31404F
(49,64,79)
#2B3745
(43,55,69)
#252E3B
(37,46,59)
#1F2531
(31,37,49)
#191C27
(25,28,39)
#13131D
(19,19,29)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #496477

#496477
(73,100,119)
#597283
(89,114,131)
#69808F
(105,128,143)
#798E9B
(121,142,155)
#899CA7
(137,156,167)
#99AAB3
(153,170,179)
#A9B8BF
(169,184,191)
#B9C6CB
(185,198,203)
#C9D4D7
(201,212,215)
#D9E2E3
(217,226,227)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496477 color. Also use rgb(73,100,119) instead hex code.

Text Font Color

.myTextColor { color: #496477; }

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

This text font color is #496477.


Background Color

.myBgColor { background-color: #496477; }

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

This div background color is #496477.


Border color

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

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

This div border color is #496477.


Opacity

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

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

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

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

This text has shadow with #496477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496477 on black background.


Color preview on white background

This text has color #496477 on white background.



Black color preview on #496477 background

This text has black color on #496477 background.


White color preview on #496477 background

This text has white color on #496477 background.