COLOR #494260

HEX: #494260
RGB: (73,66,96)

Renk bilgisi

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

RGB renk modeli

#494260 color RGB value is (73,66,96).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 66 of 255 = 26%
B 96 of 255 = 38%

73
66
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 66 + 96 = 235 (100%)
R 73 of 235 ~ 31.06%
G 66 of 235 ~ 28.09%
B 96 of 235 ~ 40.85%

%31.06
%28.09
%40.85

CMYK RENK MODELİ

#494260 rengi CMYK tonu (24,31,0,62).

  • camgöbeği tonu 23.96%
  • eflatun tonu 31.25%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(24,31,0,62)
C24M31Y0K62 
(24%,31%,0%,62%)
(0.24/0.31/0.00/0.62)	

CMYK yüzdeleri

%23.96
%31.25
%0
%62.35

Codes

Color #494260 in popluar color models

494260
RGB736696
HSL254°18.52%31.76%
HSB/HSV254°31.25%37.65%
CMYK23.96%31.25%0.00%
62.35%

Color #494260 in popluar number systems.

HEX494260
Decimal736696
Binary100100110000101100000
Octal111102140

Shades and tints

Shades of #494260

#494260
(73,66,96)
#433C58
(67,60,88)
#3D3650
(61,54,80)
#373048
(55,48,72)
#312A40
(49,42,64)
#2B2438
(43,36,56)
#251E30
(37,30,48)
#1F1828
(31,24,40)
#191220
(25,18,32)
#130C18
(19,12,24)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #494260

#494260
(73,66,96)
#59536E
(89,83,110)
#69647C
(105,100,124)
#79758A
(121,117,138)
#898698
(137,134,152)
#9997A6
(153,151,166)
#A9A8B4
(169,168,180)
#B9B9C2
(185,185,194)
#C9CAD0
(201,202,208)
#D9DBDE
(217,219,222)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494260 color. Also use rgb(73,66,96) instead hex code.

Text Font Color

.myTextColor { color: #494260; }

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

This text font color is #494260.


Background Color

.myBgColor { background-color: #494260; }

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

This div background color is #494260.


Border color

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

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

This div border color is #494260.


Opacity

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

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

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

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

This text has shadow with #494260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494260 on black background.


Color preview on white background

This text has color #494260 on white background.



Black color preview on #494260 background

This text has black color on #494260 background.


White color preview on #494260 background

This text has white color on #494260 background.