COLOR #490C58

HEX: #490C58
RGB: (73,12,88)

Renk bilgisi

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

RGB renk modeli

#490C58 color RGB value is (73,12,88).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 12 of 255 = 5%
B 88 of 255 = 35%

73
12
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 12 + 88 = 173 (100%)
R 73 of 173 ~ 42.2%
G 12 of 173 ~ 6.94%
B 88 of 173 ~ 50.87%

%42.2
%50.87

CMYK RENK MODELİ

#490C58 rengi CMYK tonu (17,86,0,65).

  • camgöbeği tonu 17.05%
  • eflatun tonu 86.36%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(17,86,0,65)
C17M86Y0K65 
(17%,86%,0%,65%)
(0.17/0.86/0.00/0.65)	

CMYK yüzdeleri

%17.05
%86.36
%0
%65.49

Codes

Color #490C58 in popluar color models

490C58
RGB731288
HSL288°76.00%19.61%
HSB/HSV288°86.36%34.51%
CMYK17.05%86.36%0.00%
65.49%

Color #490C58 in popluar number systems.

HEX490C58
Decimal731288
Binary100100111001011000
Octal11114130

Shades and tints

Shades of #490C58

#490C58
(73,12,88)
#430B50
(67,11,80)
#3D0A48
(61,10,72)
#370940
(55,9,64)
#310838
(49,8,56)
#2B0730
(43,7,48)
#250628
(37,6,40)
#1F0520
(31,5,32)
#190418
(25,4,24)
#130310
(19,3,16)
#0D0208
(13,2,8)
#000000
(0,0,0)

Tints of #490C58

#490C58
(73,12,88)
#592267
(89,34,103)
#693876
(105,56,118)
#794E85
(121,78,133)
#896494
(137,100,148)
#997AA3
(153,122,163)
#A990B2
(169,144,178)
#B9A6C1
(185,166,193)
#C9BCD0
(201,188,208)
#D9D2DF
(217,210,223)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490C58; }

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

This text font color is #490C58.


Background Color

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

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

This div background color is #490C58.


Border color

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

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

This div border color is #490C58.


Opacity

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

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

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

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

This text has shadow with #490C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490C58 on black background.


Color preview on white background

This text has color #490C58 on white background.



Black color preview on #490C58 background

This text has black color on #490C58 background.


White color preview on #490C58 background

This text has white color on #490C58 background.