COLOR #490D42

HEX: #490D42
RGB: (73,13,66)

Renk bilgisi

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

RGB renk modeli

#490D42 color RGB value is (73,13,66).

  • kırmız ton 73;
  • yeşil ton 13;
  • mavi ton 66.
RGB:
(73,13,66)
(29%,5%,26%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 13 of 255 = 5%
B 66 of 255 = 26%

73
13
66

R + G + B ~ 20%. #490D42 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 13 + 66 = 152 (100%)
R 73 of 152 ~ 48.03%
G 13 of 152 ~ 8.55%
B 66 of 152 ~ 43.42%

%48.03
%43.42

CMYK RENK MODELİ

#490D42 rengi CMYK tonu (0,82,10,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.19%
  • sarı tonu 9.59%
  • ana renk tonu 71.37%
CMYK:
(0,82,10,71)
C0M82Y10K71 
(0%,82%,10%,71%)
(0.00/0.82/0.10/0.71)	

CMYK yüzdeleri

%0
%82.19
%9.59
%71.37

Codes

Color #490D42 in popluar color models

490D42
RGB731366
HSL307°69.77%16.86%
HSB/HSV307°82.19%28.63%
CMYK0.00%82.19%9.59%
71.37%

Color #490D42 in popluar number systems.

HEX490D42
Decimal731366
Binary100100111011000010
Octal11115102

Shades and tints

Shades of #490D42

#490D42
(73,13,66)
#430C3C
(67,12,60)
#3D0B36
(61,11,54)
#370A30
(55,10,48)
#31092A
(49,9,42)
#2B0824
(43,8,36)
#25071E
(37,7,30)
#1F0618
(31,6,24)
#190512
(25,5,18)
#13040C
(19,4,12)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #490D42

#490D42
(73,13,66)
#592353
(89,35,83)
#693964
(105,57,100)
#794F75
(121,79,117)
#896586
(137,101,134)
#997B97
(153,123,151)
#A991A8
(169,145,168)
#B9A7B9
(185,167,185)
#C9BDCA
(201,189,202)
#D9D3DB
(217,211,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490D42 color. Also use rgb(73,13,66) instead hex code.

Text Font Color

.myTextColor { color: #490D42; }

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

This text font color is #490D42.


Background Color

.myBgColor { background-color: #490D42; }

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

This div background color is #490D42.


Border color

.myBorderColor { border: 1px solid #490D42; }

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

This div border color is #490D42.


Opacity

.myOpacity80 { color: #490D42; opacity: 0.8; }

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

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

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

This text has shadow with #490D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D42 on black background.


Color preview on white background

This text has color #490D42 on white background.



Black color preview on #490D42 background

This text has black color on #490D42 background.


White color preview on #490D42 background

This text has white color on #490D42 background.