COLOR #494452

HEX: #494452
RGB: (73,68,82)

Renk bilgisi

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

RGB renk modeli

#494452 color RGB value is (73,68,82).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 82 of 255 = 32%

73
68
82

R + G + B ~ 29%. #494452 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 82 = 223 (100%)
R 73 of 223 ~ 32.74%
G 68 of 223 ~ 30.49%
B 82 of 223 ~ 36.77%

%32.74
%30.49
%36.77

CMYK RENK MODELİ

#494452 rengi CMYK tonu (11,17,0,68).

  • camgöbeği tonu 10.98%
  • eflatun tonu 17.07%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(11,17,0,68)
C11M17Y0K68 
(11%,17%,0%,68%)
(0.11/0.17/0.00/0.68)	

CMYK yüzdeleri

%10.98
%17.07
%0
%67.84

Codes

Color #494452 in popluar color models

494452
RGB736882
HSL261°9.33%29.41%
HSB/HSV261°17.07%32.16%
CMYK10.98%17.07%0.00%
67.84%

Color #494452 in popluar number systems.

HEX494452
Decimal736882
Binary100100110001001010010
Octal111104122

Shades and tints

Shades of #494452

#494452
(73,68,82)
#433E4B
(67,62,75)
#3D3844
(61,56,68)
#37323D
(55,50,61)
#312C36
(49,44,54)
#2B262F
(43,38,47)
#252028
(37,32,40)
#1F1A21
(31,26,33)
#19141A
(25,20,26)
#130E13
(19,14,19)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #494452

#494452
(73,68,82)
#595561
(89,85,97)
#696670
(105,102,112)
#79777F
(121,119,127)
#89888E
(137,136,142)
#99999D
(153,153,157)
#A9AAAC
(169,170,172)
#B9BBBB
(185,187,187)
#C9CCCA
(201,204,202)
#D9DDD9
(217,221,217)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494452; }

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

This text font color is #494452.


Background Color

.myBgColor { background-color: #494452; }

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

This div background color is #494452.


Border color

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

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

This div border color is #494452.


Opacity

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

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

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

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

This text has shadow with #494452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494452 on black background.


Color preview on white background

This text has color #494452 on white background.



Black color preview on #494452 background

This text has black color on #494452 background.


White color preview on #494452 background

This text has white color on #494452 background.