COLOR #494D7D

HEX: #494D7D
RGB: (73,77,125)

Renk bilgisi

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

RGB renk modeli

#494D7D color RGB value is (73,77,125).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 77 of 255 = 30%
B 125 of 255 = 49%

73
77
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 125 = 275 (100%)
R 73 of 275 ~ 26.55%
G 77 of 275 ~ 28%
B 125 of 275 ~ 45.45%

%26.55
%28
%45.45

CMYK RENK MODELİ

#494D7D rengi CMYK tonu (42,38,0,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 38.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(42,38,0,51)
C42M38Y0K51 
(42%,38%,0%,51%)
(0.42/0.38/0.00/0.51)	

CMYK yüzdeleri

%41.6
%38.4
%0
%50.98

Codes

Color #494D7D in popluar color models

494D7D
RGB7377125
HSL235°26.26%38.82%
HSB/HSV235°41.60%49.02%
CMYK41.60%38.40%0.00%
50.98%

Color #494D7D in popluar number systems.

HEX494D7D
Decimal7377125
Binary100100110011011111101
Octal111115175

Shades and tints

Shades of #494D7D

#494D7D
(73,77,125)
#434672
(67,70,114)
#3D3F67
(61,63,103)
#37385C
(55,56,92)
#313151
(49,49,81)
#2B2A46
(43,42,70)
#25233B
(37,35,59)
#1F1C30
(31,28,48)
#191525
(25,21,37)
#130E1A
(19,14,26)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #494D7D

#494D7D
(73,77,125)
#595D88
(89,93,136)
#696D93
(105,109,147)
#797D9E
(121,125,158)
#898DA9
(137,141,169)
#999DB4
(153,157,180)
#A9ADBF
(169,173,191)
#B9BDCA
(185,189,202)
#C9CDD5
(201,205,213)
#D9DDE0
(217,221,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D7D; }

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

This text font color is #494D7D.


Background Color

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

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

This div background color is #494D7D.


Border color

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

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

This div border color is #494D7D.


Opacity

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

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

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

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

This text has shadow with #494D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D7D on black background.


Color preview on white background

This text has color #494D7D on white background.



Black color preview on #494D7D background

This text has black color on #494D7D background.


White color preview on #494D7D background

This text has white color on #494D7D background.