COLOR #494B73

HEX: #494B73
RGB: (73,75,115)

Renk bilgisi

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

RGB renk modeli

#494B73 color RGB value is (73,75,115).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 75 of 255 = 29%
B 115 of 255 = 45%

73
75
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 75 + 115 = 263 (100%)
R 73 of 263 ~ 27.76%
G 75 of 263 ~ 28.52%
B 115 of 263 ~ 43.73%

%27.76
%28.52
%43.73

CMYK RENK MODELİ

#494B73 rengi CMYK tonu (37,35,0,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 34.78%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(37,35,0,55)
C37M35Y0K55 
(37%,35%,0%,55%)
(0.37/0.35/0.00/0.55)	

CMYK yüzdeleri

%36.52
%34.78
%0
%54.9

Codes

Color #494B73 in popluar color models

494B73
RGB7375115
HSL237°22.34%36.86%
HSB/HSV237°36.52%45.10%
CMYK36.52%34.78%0.00%
54.90%

Color #494B73 in popluar number systems.

HEX494B73
Decimal7375115
Binary100100110010111110011
Octal111113163

Shades and tints

Shades of #494B73

#494B73
(73,75,115)
#434569
(67,69,105)
#3D3F5F
(61,63,95)
#373955
(55,57,85)
#31334B
(49,51,75)
#2B2D41
(43,45,65)
#252737
(37,39,55)
#1F212D
(31,33,45)
#191B23
(25,27,35)
#131519
(19,21,25)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #494B73

#494B73
(73,75,115)
#595B7F
(89,91,127)
#696B8B
(105,107,139)
#797B97
(121,123,151)
#898BA3
(137,139,163)
#999BAF
(153,155,175)
#A9ABBB
(169,171,187)
#B9BBC7
(185,187,199)
#C9CBD3
(201,203,211)
#D9DBDF
(217,219,223)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B73 color. Also use rgb(73,75,115) instead hex code.

Text Font Color

.myTextColor { color: #494B73; }

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

This text font color is #494B73.


Background Color

.myBgColor { background-color: #494B73; }

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

This div background color is #494B73.


Border color

.myBorderColor { border: 1px solid #494B73; }

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

This div border color is #494B73.


Opacity

.myOpacity80 { color: #494B73; opacity: 0.8; }

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

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

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

This text has shadow with #494B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B73 on black background.


Color preview on white background

This text has color #494B73 on white background.



Black color preview on #494B73 background

This text has black color on #494B73 background.


White color preview on #494B73 background

This text has white color on #494B73 background.