COLOR #494456

HEX: #494456
RGB: (73,68,86)

Renk bilgisi

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

RGB renk modeli

#494456 color RGB value is (73,68,86).

  • kırmız ton 73;
  • yeşil ton 68;
  • mavi ton 86.
RGB:
(73,68,86)
(29%,27%,34%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 86 of 255 = 34%

73
68
86

R + G + B ~ 30%. #494456 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 86 = 227 (100%)
R 73 of 227 ~ 32.16%
G 68 of 227 ~ 29.96%
B 86 of 227 ~ 37.89%

%32.16
%29.96
%37.89

CMYK RENK MODELİ

#494456 rengi CMYK tonu (15,21,0,66).

  • camgöbeği tonu 15.12%
  • eflatun tonu 20.93%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(15,21,0,66)
C15M21Y0K66 
(15%,21%,0%,66%)
(0.15/0.21/0.00/0.66)	

CMYK yüzdeleri

%15.12
%20.93
%0
%66.27

Codes

Color #494456 in popluar color models

494456
RGB736886
HSL257°11.69%30.20%
HSB/HSV257°20.93%33.73%
CMYK15.12%20.93%0.00%
66.27%

Color #494456 in popluar number systems.

HEX494456
Decimal736886
Binary100100110001001010110
Octal111104126

Shades and tints

Shades of #494456

#494456
(73,68,86)
#433E4F
(67,62,79)
#3D3848
(61,56,72)
#373241
(55,50,65)
#312C3A
(49,44,58)
#2B2633
(43,38,51)
#25202C
(37,32,44)
#1F1A25
(31,26,37)
#19141E
(25,20,30)
#130E17
(19,14,23)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #494456

#494456
(73,68,86)
#595565
(89,85,101)
#696674
(105,102,116)
#797783
(121,119,131)
#898892
(137,136,146)
#9999A1
(153,153,161)
#A9AAB0
(169,170,176)
#B9BBBF
(185,187,191)
#C9CCCE
(201,204,206)
#D9DDDD
(217,221,221)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494456 color. Also use rgb(73,68,86) instead hex code.

Text Font Color

.myTextColor { color: #494456; }

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

This text font color is #494456.


Background Color

.myBgColor { background-color: #494456; }

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

This div background color is #494456.


Border color

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

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

This div border color is #494456.


Opacity

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

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

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

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

This text has shadow with #494456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494456 on black background.


Color preview on white background

This text has color #494456 on white background.



Black color preview on #494456 background

This text has black color on #494456 background.


White color preview on #494456 background

This text has white color on #494456 background.