COLOR #494172

HEX: #494172
RGB: (73,65,114)

Renk bilgisi

#494172 contains red, green and blue colors in about the same proportion. #494172 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#494172 color RGB value is (73,65,114).

  • kırmız ton 73;
  • yeşil ton 65;
  • mavi ton 114.
RGB:
(73,65,114)
(29%,25%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 65 of 255 = 25%
B 114 of 255 = 45%

73
65
114

R + G + B ~ 33%. #494172 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 65 + 114 = 252 (100%)
R 73 of 252 ~ 28.97%
G 65 of 252 ~ 25.79%
B 114 of 252 ~ 45.24%

%28.97
%25.79
%45.24

CMYK RENK MODELİ

#494172 rengi CMYK tonu (36,43,0,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 42.98%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(36,43,0,55)
C36M43Y0K55 
(36%,43%,0%,55%)
(0.36/0.43/0.00/0.55)	

CMYK yüzdeleri

%35.96
%42.98
%0
%55.29

Codes

Color #494172 in popluar color models

494172
RGB7365114
HSL250°27.37%35.10%
HSB/HSV250°42.98%44.71%
CMYK35.96%42.98%0.00%
55.29%

Color #494172 in popluar number systems.

HEX494172
Decimal7365114
Binary100100110000011110010
Octal111101162

Shades and tints

Shades of #494172

#494172
(73,65,114)
#433C68
(67,60,104)
#3D375E
(61,55,94)
#373254
(55,50,84)
#312D4A
(49,45,74)
#2B2840
(43,40,64)
#252336
(37,35,54)
#1F1E2C
(31,30,44)
#191922
(25,25,34)
#131418
(19,20,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #494172

#494172
(73,65,114)
#59527E
(89,82,126)
#69638A
(105,99,138)
#797496
(121,116,150)
#8985A2
(137,133,162)
#9996AE
(153,150,174)
#A9A7BA
(169,167,186)
#B9B8C6
(185,184,198)
#C9C9D2
(201,201,210)
#D9DADE
(217,218,222)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494172 color. Also use rgb(73,65,114) instead hex code.

Text Font Color

.myTextColor { color: #494172; }

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

This text font color is #494172.


Background Color

.myBgColor { background-color: #494172; }

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

This div background color is #494172.


Border color

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

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

This div border color is #494172.


Opacity

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

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

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

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

This text has shadow with #494172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494172 on black background.


Color preview on white background

This text has color #494172 on white background.



Black color preview on #494172 background

This text has black color on #494172 background.


White color preview on #494172 background

This text has white color on #494172 background.