COLOR #490D8B

HEX: #490D8B
RGB: (73,13,139)

Renk bilgisi

#490D8B contains mainly blue color. #490D8B ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#490D8B color RGB value is (73,13,139).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 13 of 255 = 5%
B 139 of 255 = 55%

73
13
139

R + G + B ~ 30%. #490D8B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 13 + 139 = 225 (100%)
R 73 of 225 ~ 32.44%
G 13 of 225 ~ 5.78%
B 139 of 225 ~ 61.78%

%32.44
%61.78

CMYK RENK MODELİ

#490D8B rengi CMYK tonu (47,91,0,45).

  • camgöbeği tonu 47.48%
  • eflatun tonu 90.65%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(47,91,0,45)
C47M91Y0K45 
(47%,91%,0%,45%)
(0.47/0.91/0.00/0.45)	

CMYK yüzdeleri

%47.48
%90.65
%0
%45.49

Codes

Color #490D8B in popluar color models

490D8B
RGB7313139
HSL269°82.89%29.80%
HSB/HSV269°90.65%54.51%
CMYK47.48%90.65%0.00%
45.49%

Color #490D8B in popluar number systems.

HEX490D8B
Decimal7313139
Binary1001001110110001011
Octal11115213

Shades and tints

Shades of #490D8B

#490D8B
(73,13,139)
#430C7F
(67,12,127)
#3D0B73
(61,11,115)
#370A67
(55,10,103)
#31095B
(49,9,91)
#2B084F
(43,8,79)
#250743
(37,7,67)
#1F0637
(31,6,55)
#19052B
(25,5,43)
#13041F
(19,4,31)
#0D0313
(13,3,19)
#000000
(0,0,0)

Tints of #490D8B

#490D8B
(73,13,139)
#592395
(89,35,149)
#69399F
(105,57,159)
#794FA9
(121,79,169)
#8965B3
(137,101,179)
#997BBD
(153,123,189)
#A991C7
(169,145,199)
#B9A7D1
(185,167,209)
#C9BDDB
(201,189,219)
#D9D3E5
(217,211,229)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490D8B; }

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

This text font color is #490D8B.


Background Color

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

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

This div background color is #490D8B.


Border color

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

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

This div border color is #490D8B.


Opacity

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

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

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

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

This text has shadow with #490D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D8B on black background.


Color preview on white background

This text has color #490D8B on white background.



Black color preview on #490D8B background

This text has black color on #490D8B background.


White color preview on #490D8B background

This text has white color on #490D8B background.