COLOR #4D5492

HEX: #4D5492
RGB: (77,84,146)

Renk bilgisi

#4D5492 contains mainly blue color. #4D5492 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D5492 color RGB value is (77,84,146).

  • kırmız ton 77;
  • yeşil ton 84;
  • mavi ton 146.
RGB:
(77,84,146)
(30%,33%,57%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 84 of 255 = 33%
B 146 of 255 = 57%

77
84
146

R + G + B ~ 40%. #4D5492 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 84 + 146 = 307 (100%)
R 77 of 307 ~ 25.08%
G 84 of 307 ~ 27.36%
B 146 of 307 ~ 47.56%

%25.08
%27.36
%47.56

CMYK RENK MODELİ

#4D5492 rengi CMYK tonu (47,42,0,43).

  • camgöbeği tonu 47.26%
  • eflatun tonu 42.47%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(47,42,0,43)
C47M42Y0K43 
(47%,42%,0%,43%)
(0.47/0.42/0.00/0.43)	

CMYK yüzdeleri

%47.26
%42.47
%0
%42.75

Codes

Color #4D5492 in popluar color models

4D5492
RGB7784146
HSL234°30.94%43.73%
HSB/HSV234°47.26%57.25%
CMYK47.26%42.47%0.00%
42.75%

Color #4D5492 in popluar number systems.

HEX4D5492
Decimal7784146
Binary1001101101010010010010
Octal115124222

Shades and tints

Shades of #4D5492

#4D5492
(77,84,146)
#464D85
(70,77,133)
#3F4678
(63,70,120)
#383F6B
(56,63,107)
#31385E
(49,56,94)
#2A3151
(42,49,81)
#232A44
(35,42,68)
#1C2337
(28,35,55)
#151C2A
(21,28,42)
#0E151D
(14,21,29)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #4D5492

#4D5492
(77,84,146)
#5D639B
(93,99,155)
#6D72A4
(109,114,164)
#7D81AD
(125,129,173)
#8D90B6
(141,144,182)
#9D9FBF
(157,159,191)
#ADAEC8
(173,174,200)
#BDBDD1
(189,189,209)
#CDCCDA
(205,204,218)
#DDDBE3
(221,219,227)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5492 color. Also use rgb(77,84,146) instead hex code.

Text Font Color

.myTextColor { color: #4D5492; }

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

This text font color is #4D5492.


Background Color

.myBgColor { background-color: #4D5492; }

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

This div background color is #4D5492.


Border color

.myBorderColor { border: 1px solid #4D5492; }

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

This div border color is #4D5492.


Opacity

.myOpacity80 { color: #4D5492; opacity: 0.8; }

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

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

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

This text has shadow with #4D5492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5492 on black background.


Color preview on white background

This text has color #4D5492 on white background.



Black color preview on #4D5492 background

This text has black color on #4D5492 background.


White color preview on #4D5492 background

This text has white color on #4D5492 background.