COLOR #490484

HEX: #490484
RGB: (73,4,132)

Renk bilgisi

#490484 contains mainly red and blue colors. #490484 ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#490484 color RGB value is (73,4,132).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 4 of 255 = 2%
B 132 of 255 = 52%

73
4
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 4 + 132 = 209 (100%)
R 73 of 209 ~ 34.93%
G 4 of 209 ~ 1.91%
B 132 of 209 ~ 63.16%

%34.93
%63.16

CMYK RENK MODELİ

#490484 rengi CMYK tonu (45,97,0,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 96.97%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(45,97,0,48)
C45M97Y0K48 
(45%,97%,0%,48%)
(0.45/0.97/0.00/0.48)	

CMYK yüzdeleri

%44.7
%96.97
%0
%48.24

Codes

Color #490484 in popluar color models

490484
RGB734132
HSL272°94.12%26.67%
HSB/HSV272°96.97%51.76%
CMYK44.70%96.97%0.00%
48.24%

Color #490484 in popluar number systems.

HEX490484
Decimal734132
Binary100100110010000100
Octal1114204

Shades and tints

Shades of #490484

#490484
(73,4,132)
#430478
(67,4,120)
#3D046C
(61,4,108)
#370460
(55,4,96)
#310454
(49,4,84)
#2B0448
(43,4,72)
#25043C
(37,4,60)
#1F0430
(31,4,48)
#190424
(25,4,36)
#130418
(19,4,24)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #490484

#490484
(73,4,132)
#591A8F
(89,26,143)
#69309A
(105,48,154)
#7946A5
(121,70,165)
#895CB0
(137,92,176)
#9972BB
(153,114,187)
#A988C6
(169,136,198)
#B99ED1
(185,158,209)
#C9B4DC
(201,180,220)
#D9CAE7
(217,202,231)
#E9E0F2
(233,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490484; }

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

This text font color is #490484.


Background Color

.myBgColor { background-color: #490484; }

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

This div background color is #490484.


Border color

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

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

This div border color is #490484.


Opacity

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

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

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

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

This text has shadow with #490484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490484 on black background.


Color preview on white background

This text has color #490484 on white background.



Black color preview on #490484 background

This text has black color on #490484 background.


White color preview on #490484 background

This text has white color on #490484 background.