COLOR #494F5A

HEX: #494F5A
RGB: (73,79,90)

Renk bilgisi

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

RGB renk modeli

#494F5A color RGB value is (73,79,90).

  • kırmız ton 73;
  • yeşil ton 79;
  • mavi ton 90.
RGB:
(73,79,90)
(29%,31%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 79 of 255 = 31%
B 90 of 255 = 35%

73
79
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 90 = 242 (100%)
R 73 of 242 ~ 30.17%
G 79 of 242 ~ 32.64%
B 90 of 242 ~ 37.19%

%30.17
%32.64
%37.19

CMYK RENK MODELİ

#494F5A rengi CMYK tonu (19,12,0,65).

  • camgöbeği tonu 18.89%
  • eflatun tonu 12.22%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(19,12,0,65)
C19M12Y0K65 
(19%,12%,0%,65%)
(0.19/0.12/0.00/0.65)	

CMYK yüzdeleri

%18.89
%12.22
%0
%64.71

Codes

Color #494F5A in popluar color models

494F5A
RGB737990
HSL219°10.43%31.96%
HSB/HSV219°18.89%35.29%
CMYK18.89%12.22%0.00%
64.71%

Color #494F5A in popluar number systems.

HEX494F5A
Decimal737990
Binary100100110011111011010
Octal111117132

Shades and tints

Shades of #494F5A

#494F5A
(73,79,90)
#434852
(67,72,82)
#3D414A
(61,65,74)
#373A42
(55,58,66)
#31333A
(49,51,58)
#2B2C32
(43,44,50)
#25252A
(37,37,42)
#1F1E22
(31,30,34)
#19171A
(25,23,26)
#131012
(19,16,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #494F5A

#494F5A
(73,79,90)
#595F69
(89,95,105)
#696F78
(105,111,120)
#797F87
(121,127,135)
#898F96
(137,143,150)
#999FA5
(153,159,165)
#A9AFB4
(169,175,180)
#B9BFC3
(185,191,195)
#C9CFD2
(201,207,210)
#D9DFE1
(217,223,225)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494F5A color. Also use rgb(73,79,90) instead hex code.

Text Font Color

.myTextColor { color: #494F5A; }

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

This text font color is #494F5A.


Background Color

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

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

This div background color is #494F5A.


Border color

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

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

This div border color is #494F5A.


Opacity

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

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

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

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

This text has shadow with #494F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F5A on black background.


Color preview on white background

This text has color #494F5A on white background.



Black color preview on #494F5A background

This text has black color on #494F5A background.


White color preview on #494F5A background

This text has white color on #494F5A background.