COLOR #490788

HEX: #490788
RGB: (73,7,136)

Renk bilgisi

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

RGB renk modeli

#490788 color RGB value is (73,7,136).

  • kırmız ton 73;
  • yeşil ton 7;
  • mavi ton 136.
RGB:
(73,7,136)
(29%,3%,53%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 7 of 255 = 3%
B 136 of 255 = 53%

73
7
136

R + G + B ~ 28%. #490788 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 7 + 136 = 216 (100%)
R 73 of 216 ~ 33.8%
G 7 of 216 ~ 3.24%
B 136 of 216 ~ 62.96%

%33.8
%62.96

CMYK RENK MODELİ

#490788 rengi CMYK tonu (46,95,0,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 94.85%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(46,95,0,47)
C46M95Y0K47 
(46%,95%,0%,47%)
(0.46/0.95/0.00/0.47)	

CMYK yüzdeleri

%46.32
%94.85
%0
%46.67

Codes

Color #490788 in popluar color models

490788
RGB737136
HSL271°90.21%28.04%
HSB/HSV271°94.85%53.33%
CMYK46.32%94.85%0.00%
46.67%

Color #490788 in popluar number systems.

HEX490788
Decimal737136
Binary100100111110001000
Octal1117210

Shades and tints

Shades of #490788

#490788
(73,7,136)
#43077C
(67,7,124)
#3D0770
(61,7,112)
#370764
(55,7,100)
#310758
(49,7,88)
#2B074C
(43,7,76)
#250740
(37,7,64)
#1F0734
(31,7,52)
#190728
(25,7,40)
#13071C
(19,7,28)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #490788

#490788
(73,7,136)
#591D92
(89,29,146)
#69339C
(105,51,156)
#7949A6
(121,73,166)
#895FB0
(137,95,176)
#9975BA
(153,117,186)
#A98BC4
(169,139,196)
#B9A1CE
(185,161,206)
#C9B7D8
(201,183,216)
#D9CDE2
(217,205,226)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490788 color. Also use rgb(73,7,136) instead hex code.

Text Font Color

.myTextColor { color: #490788; }

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

This text font color is #490788.


Background Color

.myBgColor { background-color: #490788; }

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

This div background color is #490788.


Border color

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

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

This div border color is #490788.


Opacity

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

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

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

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

This text has shadow with #490788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490788 on black background.


Color preview on white background

This text has color #490788 on white background.



Black color preview on #490788 background

This text has black color on #490788 background.


White color preview on #490788 background

This text has white color on #490788 background.