COLOR #492450

HEX: #492450
RGB: (73,36,80)

Renk bilgisi

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

RGB renk modeli

#492450 color RGB value is (73,36,80).

  • kırmız ton 73;
  • yeşil ton 36;
  • mavi ton 80.
RGB:
(73,36,80)
(29%,14%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 36 of 255 = 14%
B 80 of 255 = 31%

73
36
80

R + G + B ~ 25%. #492450 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 36 + 80 = 189 (100%)
R 73 of 189 ~ 38.62%
G 36 of 189 ~ 19.05%
B 80 of 189 ~ 42.33%

%38.62
%19.05
%42.33

CMYK RENK MODELİ

#492450 rengi CMYK tonu (9,55,0,69).

  • camgöbeği tonu 8.75%
  • eflatun tonu 55.00%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(9,55,0,69)
C9M55Y0K69 
(9%,55%,0%,69%)
(0.09/0.55/0.00/0.69)	

CMYK yüzdeleri

%8.75
%55
%0
%68.63

Codes

Color #492450 in popluar color models

492450
RGB733680
HSL290°37.93%22.75%
HSB/HSV290°55.00%31.37%
CMYK8.75%55.00%0.00%
68.63%

Color #492450 in popluar number systems.

HEX492450
Decimal733680
Binary10010011001001010000
Octal11144120

Shades and tints

Shades of #492450

#492450
(73,36,80)
#432149
(67,33,73)
#3D1E42
(61,30,66)
#371B3B
(55,27,59)
#311834
(49,24,52)
#2B152D
(43,21,45)
#251226
(37,18,38)
#1F0F1F
(31,15,31)
#190C18
(25,12,24)
#130911
(19,9,17)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #492450

#492450
(73,36,80)
#59375F
(89,55,95)
#694A6E
(105,74,110)
#795D7D
(121,93,125)
#89708C
(137,112,140)
#99839B
(153,131,155)
#A996AA
(169,150,170)
#B9A9B9
(185,169,185)
#C9BCC8
(201,188,200)
#D9CFD7
(217,207,215)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492450 color. Also use rgb(73,36,80) instead hex code.

Text Font Color

.myTextColor { color: #492450; }

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

This text font color is #492450.


Background Color

.myBgColor { background-color: #492450; }

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

This div background color is #492450.


Border color

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

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

This div border color is #492450.


Opacity

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

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

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

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

This text has shadow with #492450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492450 on black background.


Color preview on white background

This text has color #492450 on white background.



Black color preview on #492450 background

This text has black color on #492450 background.


White color preview on #492450 background

This text has white color on #492450 background.