COLOR #494D7A

HEX: #494D7A
RGB: (73,77,122)

Renk bilgisi

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

RGB renk modeli

#494D7A color RGB value is (73,77,122).

  • kırmız ton 73;
  • yeşil ton 77;
  • mavi ton 122.
RGB:
(73,77,122)
(29%,30%,48%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 77 of 255 = 30%
B 122 of 255 = 48%

73
77
122

R + G + B ~ 36%. #494D7A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 122 = 272 (100%)
R 73 of 272 ~ 26.84%
G 77 of 272 ~ 28.31%
B 122 of 272 ~ 44.85%

%26.84
%28.31
%44.85

CMYK RENK MODELİ

#494D7A rengi CMYK tonu (40,37,0,52).

  • camgöbeği tonu 40.16%
  • eflatun tonu 36.89%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(40,37,0,52)
C40M37Y0K52 
(40%,37%,0%,52%)
(0.40/0.37/0.00/0.52)	

CMYK yüzdeleri

%40.16
%36.89
%0
%52.16

Codes

Color #494D7A in popluar color models

494D7A
RGB7377122
HSL235°25.13%38.24%
HSB/HSV235°40.16%47.84%
CMYK40.16%36.89%0.00%
52.16%

Color #494D7A in popluar number systems.

HEX494D7A
Decimal7377122
Binary100100110011011111010
Octal111115172

Shades and tints

Shades of #494D7A

#494D7A
(73,77,122)
#43466F
(67,70,111)
#3D3F64
(61,63,100)
#373859
(55,56,89)
#31314E
(49,49,78)
#2B2A43
(43,42,67)
#252338
(37,35,56)
#1F1C2D
(31,28,45)
#191522
(25,21,34)
#130E17
(19,14,23)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #494D7A

#494D7A
(73,77,122)
#595D86
(89,93,134)
#696D92
(105,109,146)
#797D9E
(121,125,158)
#898DAA
(137,141,170)
#999DB6
(153,157,182)
#A9ADC2
(169,173,194)
#B9BDCE
(185,189,206)
#C9CDDA
(201,205,218)
#D9DDE6
(217,221,230)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494D7A color. Also use rgb(73,77,122) instead hex code.

Text Font Color

.myTextColor { color: #494D7A; }

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

This text font color is #494D7A.


Background Color

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

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

This div background color is #494D7A.


Border color

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

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

This div border color is #494D7A.


Opacity

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

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

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

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

This text has shadow with #494D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D7A on black background.


Color preview on white background

This text has color #494D7A on white background.



Black color preview on #494D7A background

This text has black color on #494D7A background.


White color preview on #494D7A background

This text has white color on #494D7A background.