COLOR #490274

HEX: #490274
RGB: (73,2,116)

Renk bilgisi

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

RGB renk modeli

#490274 color RGB value is (73,2,116).

  • kırmız ton 73;
  • yeşil ton 2;
  • mavi ton 116.
RGB:
(73,2,116)
(29%,1%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 2 of 255 = 1%
B 116 of 255 = 45%

73
2
116

R + G + B ~ 25%. #490274 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 2 + 116 = 191 (100%)
R 73 of 191 ~ 38.22%
G 2 of 191 ~ 1.05%
B 116 of 191 ~ 60.73%

%38.22
%60.73

CMYK RENK MODELİ

#490274 rengi CMYK tonu (37,98,0,55).

  • camgöbeği tonu 37.07%
  • eflatun tonu 98.28%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(37,98,0,55)
C37M98Y0K55 
(37%,98%,0%,55%)
(0.37/0.98/0.00/0.55)	

CMYK yüzdeleri

%37.07
%98.28
%0
%54.51

Codes

Color #490274 in popluar color models

490274
RGB732116
HSL277°96.61%23.14%
HSB/HSV277°98.28%45.49%
CMYK37.07%98.28%0.00%
54.51%

Color #490274 in popluar number systems.

HEX490274
Decimal732116
Binary1001001101110100
Octal1112164

Shades and tints

Shades of #490274

#490274
(73,2,116)
#43026A
(67,2,106)
#3D0260
(61,2,96)
#370256
(55,2,86)
#31024C
(49,2,76)
#2B0242
(43,2,66)
#250238
(37,2,56)
#1F022E
(31,2,46)
#190224
(25,2,36)
#13021A
(19,2,26)
#0D0210
(13,2,16)
#000000
(0,0,0)

Tints of #490274

#490274
(73,2,116)
#591980
(89,25,128)
#69308C
(105,48,140)
#794798
(121,71,152)
#895EA4
(137,94,164)
#9975B0
(153,117,176)
#A98CBC
(169,140,188)
#B9A3C8
(185,163,200)
#C9BAD4
(201,186,212)
#D9D1E0
(217,209,224)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490274 color. Also use rgb(73,2,116) instead hex code.

Text Font Color

.myTextColor { color: #490274; }

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

This text font color is #490274.


Background Color

.myBgColor { background-color: #490274; }

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

This div background color is #490274.


Border color

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

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

This div border color is #490274.


Opacity

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

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

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

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

This text has shadow with #490274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490274 on black background.


Color preview on white background

This text has color #490274 on white background.



Black color preview on #490274 background

This text has black color on #490274 background.


White color preview on #490274 background

This text has white color on #490274 background.