COLOR #492C5A

HEX: #492C5A
RGB: (73,44,90)

Renk bilgisi

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

RGB renk modeli

#492C5A color RGB value is (73,44,90).

  • kırmız ton 73;
  • yeşil ton 44;
  • mavi ton 90.
RGB:
(73,44,90)
(29%,17%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 44 of 255 = 17%
B 90 of 255 = 35%

73
44
90

R + G + B ~ 27%. #492C5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 44 + 90 = 207 (100%)
R 73 of 207 ~ 35.27%
G 44 of 207 ~ 21.26%
B 90 of 207 ~ 43.48%

%35.27
%21.26
%43.48

CMYK RENK MODELİ

#492C5A rengi CMYK tonu (19,51,0,65).

  • camgöbeği tonu 18.89%
  • eflatun tonu 51.11%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(19,51,0,65)
C19M51Y0K65 
(19%,51%,0%,65%)
(0.19/0.51/0.00/0.65)	

CMYK yüzdeleri

%18.89
%51.11
%0
%64.71

Codes

Color #492C5A in popluar color models

492C5A
RGB734490
HSL278°34.33%26.27%
HSB/HSV278°51.11%35.29%
CMYK18.89%51.11%0.00%
64.71%

Color #492C5A in popluar number systems.

HEX492C5A
Decimal734490
Binary10010011011001011010
Octal11154132

Shades and tints

Shades of #492C5A

#492C5A
(73,44,90)
#432852
(67,40,82)
#3D244A
(61,36,74)
#372042
(55,32,66)
#311C3A
(49,28,58)
#2B1832
(43,24,50)
#25142A
(37,20,42)
#1F1022
(31,16,34)
#190C1A
(25,12,26)
#130812
(19,8,18)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #492C5A

#492C5A
(73,44,90)
#593F69
(89,63,105)
#695278
(105,82,120)
#796587
(121,101,135)
#897896
(137,120,150)
#998BA5
(153,139,165)
#A99EB4
(169,158,180)
#B9B1C3
(185,177,195)
#C9C4D2
(201,196,210)
#D9D7E1
(217,215,225)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492C5A color. Also use rgb(73,44,90) instead hex code.

Text Font Color

.myTextColor { color: #492C5A; }

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

This text font color is #492C5A.


Background Color

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

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

This div background color is #492C5A.


Border color

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

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

This div border color is #492C5A.


Opacity

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

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

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

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

This text has shadow with #492C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492C5A on black background.


Color preview on white background

This text has color #492C5A on white background.



Black color preview on #492C5A background

This text has black color on #492C5A background.


White color preview on #492C5A background

This text has white color on #492C5A background.