COLOR #490096

HEX: #490096
RGB: (73,0,150)

Renk bilgisi

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

RGB renk modeli

#490096 color RGB value is (73,0,150).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 0 of 255 = 0%
B 150 of 255 = 59%

73
0
150

R + G + B ~ 29%. #490096 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 0 + 150 = 223 (100%)
R 73 of 223 ~ 32.74%
G 0 of 223 ~ 0%
B 150 of 223 ~ 67.26%

%32.74
%67.26

CMYK RENK MODELİ

#490096 rengi CMYK tonu (51,100,0,41).

  • camgöbeği tonu 51.33%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(51,100,0,41)
C51M100Y0K41 
(51%,100%,0%,41%)
(0.51/1.00/0.00/0.41)	

CMYK yüzdeleri

%51.33
%100
%0
%41.18

Codes

Color #490096 in popluar color models

490096
RGB730150
HSL269°100.00%29.41%
HSB/HSV269°100.00%58.82%
CMYK51.33%100.00%0.00%
41.18%

Color #490096 in popluar number systems.

HEX490096
Decimal730150
Binary1001001010010110
Octal1110226

Shades and tints

Shades of #490096

#490096
(73,0,150)
#430089
(67,0,137)
#3D007C
(61,0,124)
#37006F
(55,0,111)
#310062
(49,0,98)
#2B0055
(43,0,85)
#250048
(37,0,72)
#1F003B
(31,0,59)
#19002E
(25,0,46)
#130021
(19,0,33)
#0D0014
(13,0,20)
#000000
(0,0,0)

Tints of #490096

#490096
(73,0,150)
#59179F
(89,23,159)
#692EA8
(105,46,168)
#7945B1
(121,69,177)
#895CBA
(137,92,186)
#9973C3
(153,115,195)
#A98ACC
(169,138,204)
#B9A1D5
(185,161,213)
#C9B8DE
(201,184,222)
#D9CFE7
(217,207,231)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490096; }

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

This text font color is #490096.


Background Color

.myBgColor { background-color: #490096; }

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

This div background color is #490096.


Border color

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

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

This div border color is #490096.


Opacity

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

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

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

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

This text has shadow with #490096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490096 on black background.


Color preview on white background

This text has color #490096 on white background.



Black color preview on #490096 background

This text has black color on #490096 background.


White color preview on #490096 background

This text has white color on #490096 background.