COLOR #490465

HEX: #490465
RGB: (73,4,101)

Renk bilgisi

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

RGB renk modeli

#490465 color RGB value is (73,4,101).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 4 of 255 = 2%
B 101 of 255 = 40%

73
4
101

R + G + B ~ 24%. #490465 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 4 + 101 = 178 (100%)
R 73 of 178 ~ 41.01%
G 4 of 178 ~ 2.25%
B 101 of 178 ~ 56.74%

%41.01
%56.74

CMYK RENK MODELİ

#490465 rengi CMYK tonu (28,96,0,60).

  • camgöbeği tonu 27.72%
  • eflatun tonu 96.04%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(28,96,0,60)
C28M96Y0K60 
(28%,96%,0%,60%)
(0.28/0.96/0.00/0.60)	

CMYK yüzdeleri

%27.72
%96.04
%0
%60.39

Codes

Color #490465 in popluar color models

490465
RGB734101
HSL283°92.38%20.59%
HSB/HSV283°96.04%39.61%
CMYK27.72%96.04%0.00%
60.39%

Color #490465 in popluar number systems.

HEX490465
Decimal734101
Binary10010011001100101
Octal1114145

Shades and tints

Shades of #490465

#490465
(73,4,101)
#43045C
(67,4,92)
#3D0453
(61,4,83)
#37044A
(55,4,74)
#310441
(49,4,65)
#2B0438
(43,4,56)
#25042F
(37,4,47)
#1F0426
(31,4,38)
#19041D
(25,4,29)
#130414
(19,4,20)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #490465

#490465
(73,4,101)
#591A73
(89,26,115)
#693081
(105,48,129)
#79468F
(121,70,143)
#895C9D
(137,92,157)
#9972AB
(153,114,171)
#A988B9
(169,136,185)
#B99EC7
(185,158,199)
#C9B4D5
(201,180,213)
#D9CAE3
(217,202,227)
#E9E0F1
(233,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490465; }

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

This text font color is #490465.


Background Color

.myBgColor { background-color: #490465; }

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

This div background color is #490465.


Border color

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

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

This div border color is #490465.


Opacity

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

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

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

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

This text has shadow with #490465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490465 on black background.


Color preview on white background

This text has color #490465 on white background.



Black color preview on #490465 background

This text has black color on #490465 background.


White color preview on #490465 background

This text has white color on #490465 background.