COLOR #494B61

HEX: #494B61
RGB: (73,75,97)

Renk bilgisi

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

RGB renk modeli

#494B61 color RGB value is (73,75,97).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 75 of 255 = 29%
B 97 of 255 = 38%

73
75
97

R + G + B ~ 32%. #494B61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 75 + 97 = 245 (100%)
R 73 of 245 ~ 29.8%
G 75 of 245 ~ 30.61%
B 97 of 245 ~ 39.59%

%29.8
%30.61
%39.59

CMYK RENK MODELİ

#494B61 rengi CMYK tonu (25,23,0,62).

  • camgöbeği tonu 24.74%
  • eflatun tonu 22.68%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(25,23,0,62)
C25M23Y0K62 
(25%,23%,0%,62%)
(0.25/0.23/0.00/0.62)	

CMYK yüzdeleri

%24.74
%22.68
%0
%61.96

Codes

Color #494B61 in popluar color models

494B61
RGB737597
HSL235°14.12%33.33%
HSB/HSV235°24.74%38.04%
CMYK24.74%22.68%0.00%
61.96%

Color #494B61 in popluar number systems.

HEX494B61
Decimal737597
Binary100100110010111100001
Octal111113141

Shades and tints

Shades of #494B61

#494B61
(73,75,97)
#434559
(67,69,89)
#3D3F51
(61,63,81)
#373949
(55,57,73)
#313341
(49,51,65)
#2B2D39
(43,45,57)
#252731
(37,39,49)
#1F2129
(31,33,41)
#191B21
(25,27,33)
#131519
(19,21,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #494B61

#494B61
(73,75,97)
#595B6F
(89,91,111)
#696B7D
(105,107,125)
#797B8B
(121,123,139)
#898B99
(137,139,153)
#999BA7
(153,155,167)
#A9ABB5
(169,171,181)
#B9BBC3
(185,187,195)
#C9CBD1
(201,203,209)
#D9DBDF
(217,219,223)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494B61; }

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

This text font color is #494B61.


Background Color

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

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

This div background color is #494B61.


Border color

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

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

This div border color is #494B61.


Opacity

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

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

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

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

This text has shadow with #494B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B61 on black background.


Color preview on white background

This text has color #494B61 on white background.



Black color preview on #494B61 background

This text has black color on #494B61 background.


White color preview on #494B61 background

This text has white color on #494B61 background.