COLOR #494052

HEX: #494052
RGB: (73,64,82)

Renk bilgisi

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

RGB renk modeli

#494052 color RGB value is (73,64,82).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 64 of 255 = 25%
B 82 of 255 = 32%

73
64
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 64 + 82 = 219 (100%)
R 73 of 219 ~ 33.33%
G 64 of 219 ~ 29.22%
B 82 of 219 ~ 37.44%

%33.33
%29.22
%37.44

CMYK RENK MODELİ

#494052 rengi CMYK tonu (11,22,0,68).

  • camgöbeği tonu 10.98%
  • eflatun tonu 21.95%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(11,22,0,68)
C11M22Y0K68 
(11%,22%,0%,68%)
(0.11/0.22/0.00/0.68)	

CMYK yüzdeleri

%10.98
%21.95
%0
%67.84

Codes

Color #494052 in popluar color models

494052
RGB736482
HSL270°12.33%28.63%
HSB/HSV270°21.95%32.16%
CMYK10.98%21.95%0.00%
67.84%

Color #494052 in popluar number systems.

HEX494052
Decimal736482
Binary100100110000001010010
Octal111100122

Shades and tints

Shades of #494052

#494052
(73,64,82)
#433B4B
(67,59,75)
#3D3644
(61,54,68)
#37313D
(55,49,61)
#312C36
(49,44,54)
#2B272F
(43,39,47)
#252228
(37,34,40)
#1F1D21
(31,29,33)
#19181A
(25,24,26)
#131313
(19,19,19)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #494052

#494052
(73,64,82)
#595161
(89,81,97)
#696270
(105,98,112)
#79737F
(121,115,127)
#89848E
(137,132,142)
#99959D
(153,149,157)
#A9A6AC
(169,166,172)
#B9B7BB
(185,183,187)
#C9C8CA
(201,200,202)
#D9D9D9
(217,217,217)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494052; }

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

This text font color is #494052.


Background Color

.myBgColor { background-color: #494052; }

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

This div background color is #494052.


Border color

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

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

This div border color is #494052.


Opacity

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

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

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

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

This text has shadow with #494052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494052 on black background.


Color preview on white background

This text has color #494052 on white background.



Black color preview on #494052 background

This text has black color on #494052 background.


White color preview on #494052 background

This text has white color on #494052 background.