COLOR #494472

HEX: #494472
RGB: (73,68,114)

Renk bilgisi

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

RGB renk modeli

#494472 color RGB value is (73,68,114).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 114 of 255 = 45%

73
68
114

R + G + B ~ 34%. #494472 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 114 = 255 (100%)
R 73 of 255 ~ 28.63%
G 68 of 255 ~ 26.67%
B 114 of 255 ~ 44.71%

%28.63
%26.67
%44.71

CMYK RENK MODELİ

#494472 rengi CMYK tonu (36,40,0,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 40.35%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(36,40,0,55)
C36M40Y0K55 
(36%,40%,0%,55%)
(0.36/0.40/0.00/0.55)	

CMYK yüzdeleri

%35.96
%40.35
%0
%55.29

Codes

Color #494472 in popluar color models

494472
RGB7368114
HSL247°25.27%35.69%
HSB/HSV247°40.35%44.71%
CMYK35.96%40.35%0.00%
55.29%

Color #494472 in popluar number systems.

HEX494472
Decimal7368114
Binary100100110001001110010
Octal111104162

Shades and tints

Shades of #494472

#494472
(73,68,114)
#433E68
(67,62,104)
#3D385E
(61,56,94)
#373254
(55,50,84)
#312C4A
(49,44,74)
#2B2640
(43,38,64)
#252036
(37,32,54)
#1F1A2C
(31,26,44)
#191422
(25,20,34)
#130E18
(19,14,24)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #494472

#494472
(73,68,114)
#59557E
(89,85,126)
#69668A
(105,102,138)
#797796
(121,119,150)
#8988A2
(137,136,162)
#9999AE
(153,153,174)
#A9AABA
(169,170,186)
#B9BBC6
(185,187,198)
#C9CCD2
(201,204,210)
#D9DDDE
(217,221,222)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494472; }

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

This text font color is #494472.


Background Color

.myBgColor { background-color: #494472; }

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

This div background color is #494472.


Border color

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

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

This div border color is #494472.


Opacity

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

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

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

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

This text has shadow with #494472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494472 on black background.


Color preview on white background

This text has color #494472 on white background.



Black color preview on #494472 background

This text has black color on #494472 background.


White color preview on #494472 background

This text has white color on #494472 background.