COLOR #492F60

HEX: #492F60
RGB: (73,47,96)

Renk bilgisi

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

RGB renk modeli

#492F60 color RGB value is (73,47,96).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 47 of 255 = 18%
B 96 of 255 = 38%

73
47
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 47 + 96 = 216 (100%)
R 73 of 216 ~ 33.8%
G 47 of 216 ~ 21.76%
B 96 of 216 ~ 44.44%

%33.8
%21.76
%44.44

CMYK RENK MODELİ

#492F60 rengi CMYK tonu (24,51,0,62).

  • camgöbeği tonu 23.96%
  • eflatun tonu 51.04%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(24,51,0,62)
C24M51Y0K62 
(24%,51%,0%,62%)
(0.24/0.51/0.00/0.62)	

CMYK yüzdeleri

%23.96
%51.04
%0
%62.35

Codes

Color #492F60 in popluar color models

492F60
RGB734796
HSL272°34.27%28.04%
HSB/HSV272°51.04%37.65%
CMYK23.96%51.04%0.00%
62.35%

Color #492F60 in popluar number systems.

HEX492F60
Decimal734796
Binary10010011011111100000
Octal11157140

Shades and tints

Shades of #492F60

#492F60
(73,47,96)
#432B58
(67,43,88)
#3D2750
(61,39,80)
#372348
(55,35,72)
#311F40
(49,31,64)
#2B1B38
(43,27,56)
#251730
(37,23,48)
#1F1328
(31,19,40)
#190F20
(25,15,32)
#130B18
(19,11,24)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #492F60

#492F60
(73,47,96)
#59416E
(89,65,110)
#69537C
(105,83,124)
#79658A
(121,101,138)
#897798
(137,119,152)
#9989A6
(153,137,166)
#A99BB4
(169,155,180)
#B9ADC2
(185,173,194)
#C9BFD0
(201,191,208)
#D9D1DE
(217,209,222)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492F60 color. Also use rgb(73,47,96) instead hex code.

Text Font Color

.myTextColor { color: #492F60; }

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

This text font color is #492F60.


Background Color

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

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

This div background color is #492F60.


Border color

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

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

This div border color is #492F60.


Opacity

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

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

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

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

This text has shadow with #492F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F60 on black background.


Color preview on white background

This text has color #492F60 on white background.



Black color preview on #492F60 background

This text has black color on #492F60 background.


White color preview on #492F60 background

This text has white color on #492F60 background.