COLOR #490463

HEX: #490463
RGB: (73,4,99)

Renk bilgisi

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

RGB renk modeli

#490463 color RGB value is (73,4,99).

  • kırmız ton 73;
  • yeşil ton 4;
  • mavi ton 99.
RGB:
(73,4,99)
(29%,2%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 4 of 255 = 2%
B 99 of 255 = 39%

73
4
99

R + G + B ~ 23%. #490463 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 4 + 99 = 176 (100%)
R 73 of 176 ~ 41.48%
G 4 of 176 ~ 2.27%
B 99 of 176 ~ 56.25%

%41.48
%56.25

CMYK RENK MODELİ

#490463 rengi CMYK tonu (26,96,0,61).

  • camgöbeği tonu 26.26%
  • eflatun tonu 95.96%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(26,96,0,61)
C26M96Y0K61 
(26%,96%,0%,61%)
(0.26/0.96/0.00/0.61)	

CMYK yüzdeleri

%26.26
%95.96
%0
%61.18

Codes

Color #490463 in popluar color models

490463
RGB73499
HSL284°92.23%20.20%
HSB/HSV284°95.96%38.82%
CMYK26.26%95.96%0.00%
61.18%

Color #490463 in popluar number systems.

HEX490463
Decimal73499
Binary10010011001100011
Octal1114143

Shades and tints

Shades of #490463

#490463
(73,4,99)
#43045A
(67,4,90)
#3D0451
(61,4,81)
#370448
(55,4,72)
#31043F
(49,4,63)
#2B0436
(43,4,54)
#25042D
(37,4,45)
#1F0424
(31,4,36)
#19041B
(25,4,27)
#130412
(19,4,18)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #490463

#490463
(73,4,99)
#591A71
(89,26,113)
#69307F
(105,48,127)
#79468D
(121,70,141)
#895C9B
(137,92,155)
#9972A9
(153,114,169)
#A988B7
(169,136,183)
#B99EC5
(185,158,197)
#C9B4D3
(201,180,211)
#D9CAE1
(217,202,225)
#E9E0EF
(233,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490463 color. Also use rgb(73,4,99) instead hex code.

Text Font Color

.myTextColor { color: #490463; }

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

This text font color is #490463.


Background Color

.myBgColor { background-color: #490463; }

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

This div background color is #490463.


Border color

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

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

This div border color is #490463.


Opacity

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

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

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

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

This text has shadow with #490463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490463 on black background.


Color preview on white background

This text has color #490463 on white background.



Black color preview on #490463 background

This text has black color on #490463 background.


White color preview on #490463 background

This text has white color on #490463 background.