COLOR #490B58

HEX: #490B58
RGB: (73,11,88)

Renk bilgisi

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

RGB renk modeli

#490B58 color RGB value is (73,11,88).

  • kırmız ton 73;
  • yeşil ton 11;
  • mavi ton 88.
RGB:
(73,11,88)
(29%,4%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 11 of 255 = 4%
B 88 of 255 = 35%

73
11
88

R + G + B ~ 23%. #490B58 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 11 + 88 = 172 (100%)
R 73 of 172 ~ 42.44%
G 11 of 172 ~ 6.4%
B 88 of 172 ~ 51.16%

%42.44
%51.16

CMYK RENK MODELİ

#490B58 rengi CMYK tonu (17,88,0,65).

  • camgöbeği tonu 17.05%
  • eflatun tonu 87.50%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(17,88,0,65)
C17M88Y0K65 
(17%,88%,0%,65%)
(0.17/0.88/0.00/0.65)	

CMYK yüzdeleri

%17.05
%87.5
%0
%65.49

Codes

Color #490B58 in popluar color models

490B58
RGB731188
HSL288°77.78%19.41%
HSB/HSV288°87.50%34.51%
CMYK17.05%87.50%0.00%
65.49%

Color #490B58 in popluar number systems.

HEX490B58
Decimal731188
Binary100100110111011000
Octal11113130

Shades and tints

Shades of #490B58

#490B58
(73,11,88)
#430A50
(67,10,80)
#3D0948
(61,9,72)
#370840
(55,8,64)
#310738
(49,7,56)
#2B0630
(43,6,48)
#250528
(37,5,40)
#1F0420
(31,4,32)
#190318
(25,3,24)
#130210
(19,2,16)
#0D0108
(13,1,8)
#000000
(0,0,0)

Tints of #490B58

#490B58
(73,11,88)
#592167
(89,33,103)
#693776
(105,55,118)
#794D85
(121,77,133)
#896394
(137,99,148)
#9979A3
(153,121,163)
#A98FB2
(169,143,178)
#B9A5C1
(185,165,193)
#C9BBD0
(201,187,208)
#D9D1DF
(217,209,223)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490B58 color. Also use rgb(73,11,88) instead hex code.

Text Font Color

.myTextColor { color: #490B58; }

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

This text font color is #490B58.


Background Color

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

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

This div background color is #490B58.


Border color

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

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

This div border color is #490B58.


Opacity

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

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

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

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

This text has shadow with #490B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490B58 on black background.


Color preview on white background

This text has color #490B58 on white background.



Black color preview on #490B58 background

This text has black color on #490B58 background.


White color preview on #490B58 background

This text has white color on #490B58 background.