COLOR #4D5F95

HEX: #4D5F95
RGB: (77,95,149)

Renk bilgisi

#4D5F95 contains mainly green and blue colors. #4D5F95 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D5F95 color RGB value is (77,95,149).

  • kırmız ton 77;
  • yeşil ton 95;
  • mavi ton 149.
RGB:
(77,95,149)
(30%,37%,58%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 95 of 255 = 37%
B 149 of 255 = 58%

77
95
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 95 + 149 = 321 (100%)
R 77 of 321 ~ 23.99%
G 95 of 321 ~ 29.6%
B 149 of 321 ~ 46.42%

%23.99
%29.6
%46.42

CMYK RENK MODELİ

#4D5F95 rengi CMYK tonu (48,36,0,42).

  • camgöbeği tonu 48.32%
  • eflatun tonu 36.24%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(48,36,0,42)
C48M36Y0K42 
(48%,36%,0%,42%)
(0.48/0.36/0.00/0.42)	

CMYK yüzdeleri

%48.32
%36.24
%0
%41.57

Codes

Color #4D5F95 in popluar color models

4D5F95
RGB7795149
HSL225°31.86%44.31%
HSB/HSV225°48.32%58.43%
CMYK48.32%36.24%0.00%
41.57%

Color #4D5F95 in popluar number systems.

HEX4D5F95
Decimal7795149
Binary1001101101111110010101
Octal115137225

Shades and tints

Shades of #4D5F95

#4D5F95
(77,95,149)
#465788
(70,87,136)
#3F4F7B
(63,79,123)
#38476E
(56,71,110)
#313F61
(49,63,97)
#2A3754
(42,55,84)
#232F47
(35,47,71)
#1C273A
(28,39,58)
#151F2D
(21,31,45)
#0E1720
(14,23,32)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #4D5F95

#4D5F95
(77,95,149)
#5D6D9E
(93,109,158)
#6D7BA7
(109,123,167)
#7D89B0
(125,137,176)
#8D97B9
(141,151,185)
#9DA5C2
(157,165,194)
#ADB3CB
(173,179,203)
#BDC1D4
(189,193,212)
#CDCFDD
(205,207,221)
#DDDDE6
(221,221,230)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5F95 color. Also use rgb(77,95,149) instead hex code.

Text Font Color

.myTextColor { color: #4D5F95; }

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

This text font color is #4D5F95.


Background Color

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

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

This div background color is #4D5F95.


Border color

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

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

This div border color is #4D5F95.


Opacity

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

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

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

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

This text has shadow with #4D5F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F95 on black background.


Color preview on white background

This text has color #4D5F95 on white background.



Black color preview on #4D5F95 background

This text has black color on #4D5F95 background.


White color preview on #4D5F95 background

This text has white color on #4D5F95 background.