COLOR #494066

HEX: #494066
RGB: (73,64,102)

Renk bilgisi

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

RGB renk modeli

#494066 color RGB value is (73,64,102).

  • kırmız ton 73;
  • yeşil ton 64;
  • mavi ton 102.
RGB:
(73,64,102)
(29%,25%,40%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 64 of 255 = 25%
B 102 of 255 = 40%

73
64
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 64 + 102 = 239 (100%)
R 73 of 239 ~ 30.54%
G 64 of 239 ~ 26.78%
B 102 of 239 ~ 42.68%

%30.54
%26.78
%42.68

CMYK RENK MODELİ

#494066 rengi CMYK tonu (28,37,0,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 37.25%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(28,37,0,60)
C28M37Y0K60 
(28%,37%,0%,60%)
(0.28/0.37/0.00/0.60)	

CMYK yüzdeleri

%28.43
%37.25
%0
%60

Codes

Color #494066 in popluar color models

494066
RGB7364102
HSL254°22.89%32.55%
HSB/HSV254°37.25%40.00%
CMYK28.43%37.25%0.00%
60.00%

Color #494066 in popluar number systems.

HEX494066
Decimal7364102
Binary100100110000001100110
Octal111100146

Shades and tints

Shades of #494066

#494066
(73,64,102)
#433B5D
(67,59,93)
#3D3654
(61,54,84)
#37314B
(55,49,75)
#312C42
(49,44,66)
#2B2739
(43,39,57)
#252230
(37,34,48)
#1F1D27
(31,29,39)
#19181E
(25,24,30)
#131315
(19,19,21)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #494066

#494066
(73,64,102)
#595173
(89,81,115)
#696280
(105,98,128)
#79738D
(121,115,141)
#89849A
(137,132,154)
#9995A7
(153,149,167)
#A9A6B4
(169,166,180)
#B9B7C1
(185,183,193)
#C9C8CE
(201,200,206)
#D9D9DB
(217,217,219)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494066 color. Also use rgb(73,64,102) instead hex code.

Text Font Color

.myTextColor { color: #494066; }

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

This text font color is #494066.


Background Color

.myBgColor { background-color: #494066; }

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

This div background color is #494066.


Border color

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

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

This div border color is #494066.


Opacity

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

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

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

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

This text has shadow with #494066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494066 on black background.


Color preview on white background

This text has color #494066 on white background.



Black color preview on #494066 background

This text has black color on #494066 background.


White color preview on #494066 background

This text has white color on #494066 background.