COLOR #494758

HEX: #494758
RGB: (73,71,88)

Renk bilgisi

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

RGB renk modeli

#494758 color RGB value is (73,71,88).

  • kırmız ton 73;
  • yeşil ton 71;
  • mavi ton 88.
RGB:
(73,71,88)
(29%,28%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 88 of 255 = 35%

73
71
88

R + G + B ~ 31%. #494758 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 88 = 232 (100%)
R 73 of 232 ~ 31.47%
G 71 of 232 ~ 30.6%
B 88 of 232 ~ 37.93%

%31.47
%30.6
%37.93

CMYK RENK MODELİ

#494758 rengi CMYK tonu (17,19,0,65).

  • camgöbeği tonu 17.05%
  • eflatun tonu 19.32%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(17,19,0,65)
C17M19Y0K65 
(17%,19%,0%,65%)
(0.17/0.19/0.00/0.65)	

CMYK yüzdeleri

%17.05
%19.32
%0
%65.49

Codes

Color #494758 in popluar color models

494758
RGB737188
HSL247°10.69%31.18%
HSB/HSV247°19.32%34.51%
CMYK17.05%19.32%0.00%
65.49%

Color #494758 in popluar number systems.

HEX494758
Decimal737188
Binary100100110001111011000
Octal111107130

Shades and tints

Shades of #494758

#494758
(73,71,88)
#434150
(67,65,80)
#3D3B48
(61,59,72)
#373540
(55,53,64)
#312F38
(49,47,56)
#2B2930
(43,41,48)
#252328
(37,35,40)
#1F1D20
(31,29,32)
#191718
(25,23,24)
#131110
(19,17,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #494758

#494758
(73,71,88)
#595767
(89,87,103)
#696776
(105,103,118)
#797785
(121,119,133)
#898794
(137,135,148)
#9997A3
(153,151,163)
#A9A7B2
(169,167,178)
#B9B7C1
(185,183,193)
#C9C7D0
(201,199,208)
#D9D7DF
(217,215,223)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494758 color. Also use rgb(73,71,88) instead hex code.

Text Font Color

.myTextColor { color: #494758; }

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

This text font color is #494758.


Background Color

.myBgColor { background-color: #494758; }

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

This div background color is #494758.


Border color

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

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

This div border color is #494758.


Opacity

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

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

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

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

This text has shadow with #494758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494758 on black background.


Color preview on white background

This text has color #494758 on white background.



Black color preview on #494758 background

This text has black color on #494758 background.


White color preview on #494758 background

This text has white color on #494758 background.