COLOR #496874

HEX: #496874
RGB: (73,104,116)

Renk bilgisi

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

RGB renk modeli

#496874 color RGB value is (73,104,116).

  • kırmız ton 73;
  • yeşil ton 104;
  • mavi ton 116.
RGB:
(73,104,116)
(29%,41%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 104 of 255 = 41%
B 116 of 255 = 45%

73
104
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 104 + 116 = 293 (100%)
R 73 of 293 ~ 24.91%
G 104 of 293 ~ 35.49%
B 116 of 293 ~ 39.59%

%24.91
%35.49
%39.59

CMYK RENK MODELİ

#496874 rengi CMYK tonu (37,10,0,55).

  • camgöbeği tonu 37.07%
  • eflatun tonu 10.34%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(37,10,0,55)
C37M10Y0K55 
(37%,10%,0%,55%)
(0.37/0.10/0.00/0.55)	

CMYK yüzdeleri

%37.07
%10.34
%0
%54.51

Codes

Color #496874 in popluar color models

496874
RGB73104116
HSL197°22.75%37.06%
HSB/HSV197°37.07%45.49%
CMYK37.07%10.34%0.00%
54.51%

Color #496874 in popluar number systems.

HEX496874
Decimal73104116
Binary100100111010001110100
Octal111150164

Shades and tints

Shades of #496874

#496874
(73,104,116)
#435F6A
(67,95,106)
#3D5660
(61,86,96)
#374D56
(55,77,86)
#31444C
(49,68,76)
#2B3B42
(43,59,66)
#253238
(37,50,56)
#1F292E
(31,41,46)
#192024
(25,32,36)
#13171A
(19,23,26)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #496874

#496874
(73,104,116)
#597580
(89,117,128)
#69828C
(105,130,140)
#798F98
(121,143,152)
#899CA4
(137,156,164)
#99A9B0
(153,169,176)
#A9B6BC
(169,182,188)
#B9C3C8
(185,195,200)
#C9D0D4
(201,208,212)
#D9DDE0
(217,221,224)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496874 color. Also use rgb(73,104,116) instead hex code.

Text Font Color

.myTextColor { color: #496874; }

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

This text font color is #496874.


Background Color

.myBgColor { background-color: #496874; }

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

This div background color is #496874.


Border color

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

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

This div border color is #496874.


Opacity

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

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

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

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

This text has shadow with #496874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496874 on black background.


Color preview on white background

This text has color #496874 on white background.



Black color preview on #496874 background

This text has black color on #496874 background.


White color preview on #496874 background

This text has white color on #496874 background.