COLOR #490029

HEX: #490029
RGB: (73,0,41)

Renk bilgisi

#490029 contains only red and blue colors. #490029 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#490029 color RGB value is (73,0,41).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 0 of 255 = 0%
B 41 of 255 = 16%

73
0
41

R + G + B ~ 15%. #490029 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 0 + 41 = 114 (100%)
R 73 of 114 ~ 64.04%
G 0 of 114 ~ 0%
B 41 of 114 ~ 35.96%

%64.04
%35.96

CMYK RENK MODELİ

#490029 rengi CMYK tonu (0,100,44,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 43.84%
  • ana renk tonu 71.37%
CMYK:
(0,100,44,71)
C0M100Y44K71 
(0%,100%,44%,71%)
(0.00/1.00/0.44/0.71)	

CMYK yüzdeleri

%0
%100
%43.84
%71.37

Codes

Color #490029 in popluar color models

490029
RGB73041
HSL326°100.00%14.31%
HSB/HSV326°100.00%28.63%
CMYK0.00%100.00%43.84%
71.37%

Color #490029 in popluar number systems.

HEX490029
Decimal73041
Binary10010010101001
Octal111051

Shades and tints

Shades of #490029

#490029
(73,0,41)
#430026
(67,0,38)
#3D0023
(61,0,35)
#370020
(55,0,32)
#31001D
(49,0,29)
#2B001A
(43,0,26)
#250017
(37,0,23)
#1F0014
(31,0,20)
#190011
(25,0,17)
#13000E
(19,0,14)
#0D000B
(13,0,11)
#000000
(0,0,0)

Tints of #490029

#490029
(73,0,41)
#59173C
(89,23,60)
#692E4F
(105,46,79)
#794562
(121,69,98)
#895C75
(137,92,117)
#997388
(153,115,136)
#A98A9B
(169,138,155)
#B9A1AE
(185,161,174)
#C9B8C1
(201,184,193)
#D9CFD4
(217,207,212)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490029; }

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

This text font color is #490029.


Background Color

.myBgColor { background-color: #490029; }

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

This div background color is #490029.


Border color

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

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

This div border color is #490029.


Opacity

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

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

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

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

This text has shadow with #490029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490029 on black background.


Color preview on white background

This text has color #490029 on white background.



Black color preview on #490029 background

This text has black color on #490029 background.


White color preview on #490029 background

This text has white color on #490029 background.