COLOR #490957

HEX: #490957
RGB: (73,9,87)

Renk bilgisi

#490957 contains mainly red and blue colors. #490957 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#490957 color RGB value is (73,9,87).

  • kırmız ton 73;
  • yeşil ton 9;
  • mavi ton 87.
RGB:
(73,9,87)
(29%,4%,34%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 9 of 255 = 4%
B 87 of 255 = 34%

73
9
87

R + G + B ~ 22%. #490957 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 9 + 87 = 169 (100%)
R 73 of 169 ~ 43.2%
G 9 of 169 ~ 5.33%
B 87 of 169 ~ 51.48%

%43.2
%51.48

CMYK RENK MODELİ

#490957 rengi CMYK tonu (16,90,0,66).

  • camgöbeği tonu 16.09%
  • eflatun tonu 89.66%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(16,90,0,66)
C16M90Y0K66 
(16%,90%,0%,66%)
(0.16/0.90/0.00/0.66)	

CMYK yüzdeleri

%16.09
%89.66
%0
%65.88

Codes

Color #490957 in popluar color models

490957
RGB73987
HSL289°81.25%18.82%
HSB/HSV289°89.66%34.12%
CMYK16.09%89.66%0.00%
65.88%

Color #490957 in popluar number systems.

HEX490957
Decimal73987
Binary100100110011010111
Octal11111127

Shades and tints

Shades of #490957

#490957
(73,9,87)
#430950
(67,9,80)
#3D0949
(61,9,73)
#370942
(55,9,66)
#31093B
(49,9,59)
#2B0934
(43,9,52)
#25092D
(37,9,45)
#1F0926
(31,9,38)
#19091F
(25,9,31)
#130918
(19,9,24)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #490957

#490957
(73,9,87)
#591F66
(89,31,102)
#693575
(105,53,117)
#794B84
(121,75,132)
#896193
(137,97,147)
#9977A2
(153,119,162)
#A98DB1
(169,141,177)
#B9A3C0
(185,163,192)
#C9B9CF
(201,185,207)
#D9CFDE
(217,207,222)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490957 color. Also use rgb(73,9,87) instead hex code.

Text Font Color

.myTextColor { color: #490957; }

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

This text font color is #490957.


Background Color

.myBgColor { background-color: #490957; }

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

This div background color is #490957.


Border color

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

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

This div border color is #490957.


Opacity

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

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

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

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

This text has shadow with #490957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490957 on black background.


Color preview on white background

This text has color #490957 on white background.



Black color preview on #490957 background

This text has black color on #490957 background.


White color preview on #490957 background

This text has white color on #490957 background.