COLOR #492D62

HEX: #492D62
RGB: (73,45,98)

Renk bilgisi

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

RGB renk modeli

#492D62 color RGB value is (73,45,98).

  • kırmız ton 73;
  • yeşil ton 45;
  • mavi ton 98.
RGB:
(73,45,98)
(29%,18%,38%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 45 of 255 = 18%
B 98 of 255 = 38%

73
45
98

R + G + B ~ 28%. #492D62 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 45 + 98 = 216 (100%)
R 73 of 216 ~ 33.8%
G 45 of 216 ~ 20.83%
B 98 of 216 ~ 45.37%

%33.8
%20.83
%45.37

CMYK RENK MODELİ

#492D62 rengi CMYK tonu (26,54,0,62).

  • camgöbeği tonu 25.51%
  • eflatun tonu 54.08%
  • sarı tonu 0.00%
  • ana renk tonu 61.57%
CMYK:
(26,54,0,62)
C26M54Y0K62 
(26%,54%,0%,62%)
(0.26/0.54/0.00/0.62)	

CMYK yüzdeleri

%25.51
%54.08
%0
%61.57

Codes

Color #492D62 in popluar color models

492D62
RGB734598
HSL272°37.06%28.04%
HSB/HSV272°54.08%38.43%
CMYK25.51%54.08%0.00%
61.57%

Color #492D62 in popluar number systems.

HEX492D62
Decimal734598
Binary10010011011011100010
Octal11155142

Shades and tints

Shades of #492D62

#492D62
(73,45,98)
#43295A
(67,41,90)
#3D2552
(61,37,82)
#37214A
(55,33,74)
#311D42
(49,29,66)
#2B193A
(43,25,58)
#251532
(37,21,50)
#1F112A
(31,17,42)
#190D22
(25,13,34)
#13091A
(19,9,26)
#0D0512
(13,5,18)
#000000
(0,0,0)

Tints of #492D62

#492D62
(73,45,98)
#594070
(89,64,112)
#69537E
(105,83,126)
#79668C
(121,102,140)
#89799A
(137,121,154)
#998CA8
(153,140,168)
#A99FB6
(169,159,182)
#B9B2C4
(185,178,196)
#C9C5D2
(201,197,210)
#D9D8E0
(217,216,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492D62 color. Also use rgb(73,45,98) instead hex code.

Text Font Color

.myTextColor { color: #492D62; }

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

This text font color is #492D62.


Background Color

.myBgColor { background-color: #492D62; }

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

This div background color is #492D62.


Border color

.myBorderColor { border: 1px solid #492D62; }

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

This div border color is #492D62.


Opacity

.myOpacity80 { color: #492D62; opacity: 0.8; }

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

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

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

This text has shadow with #492D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D62 on black background.


Color preview on white background

This text has color #492D62 on white background.



Black color preview on #492D62 background

This text has black color on #492D62 background.


White color preview on #492D62 background

This text has white color on #492D62 background.