COLOR #490001

HEX: #490001
RGB: (73,0,1)

Renk bilgisi

#490001 contains mainly red color. #490001 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#490001 color RGB value is (73,0,1).

  • kırmız ton 73;
  • yeşil ton 0;
  • mavi ton 1.
RGB:
(73,0,1)
(29%,0%,0%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 0 of 255 = 0%
B 1 of 255 = 0%

73
0
1

R + G + B ~ 10%. #490001 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 0 + 1 = 74 (100%)
R 73 of 74 ~ 98.65%
G 0 of 74 ~ 0%
B 1 of 74 ~ 1.35%

%98.65

CMYK RENK MODELİ

#490001 rengi CMYK tonu (0,100,99,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 98.63%
  • ana renk tonu 71.37%
CMYK:
(0,100,99,71)
C0M100Y99K71 
(0%,100%,99%,71%)
(0.00/1.00/0.99/0.71)	

CMYK yüzdeleri

%0
%100
%98.63
%71.37

Codes

Color #490001 in popluar color models

490001
RGB7301
HSL359°100.00%14.31%
HSB/HSV359°100.00%28.63%
CMYK0.00%100.00%98.63%
71.37%

Color #490001 in popluar number systems.

HEX490001
Decimal7301
Binary100100101
Octal11101

Shades and tints

Shades of #490001

#490001
(73,0,1)
#430001
(67,0,1)
#3D0001
(61,0,1)
#370001
(55,0,1)
#310001
(49,0,1)
#2B0001
(43,0,1)
#250001
(37,0,1)
#1F0001
(31,0,1)
#190001
(25,0,1)
#130001
(19,0,1)
#0D0001
(13,0,1)
#000000
(0,0,0)

Tints of #490001

#490001
(73,0,1)
#591718
(89,23,24)
#692E2F
(105,46,47)
#794546
(121,69,70)
#895C5D
(137,92,93)
#997374
(153,115,116)
#A98A8B
(169,138,139)
#B9A1A2
(185,161,162)
#C9B8B9
(201,184,185)
#D9CFD0
(217,207,208)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490001 color. Also use rgb(73,0,1) instead hex code.

Text Font Color

.myTextColor { color: #490001; }

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

This text font color is #490001.


Background Color

.myBgColor { background-color: #490001; }

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

This div background color is #490001.


Border color

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

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

This div border color is #490001.


Opacity

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

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

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

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

This text has shadow with #490001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490001 on black background.


Color preview on white background

This text has color #490001 on white background.



Black color preview on #490001 background

This text has black color on #490001 background.


White color preview on #490001 background

This text has white color on #490001 background.