COLOR #4D4B5A

HEX: #4D4B5A
RGB: (77,75,90)

Renk bilgisi

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

RGB renk modeli

#4D4B5A color RGB value is (77,75,90).

  • kırmız ton 77;
  • yeşil ton 75;
  • mavi ton 90.
RGB:
(77,75,90)
(30%,29%,35%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 75 of 255 = 29%
B 90 of 255 = 35%

77
75
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 75 + 90 = 242 (100%)
R 77 of 242 ~ 31.82%
G 75 of 242 ~ 30.99%
B 90 of 242 ~ 37.19%

%31.82
%30.99
%37.19

CMYK RENK MODELİ

#4D4B5A rengi CMYK tonu (14,17,0,65).

  • camgöbeği tonu 14.44%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(14,17,0,65)
C14M17Y0K65 
(14%,17%,0%,65%)
(0.14/0.17/0.00/0.65)	

CMYK yüzdeleri

%14.44
%16.67
%0
%64.71

Codes

Color #4D4B5A in popluar color models

4D4B5A
RGB777590
HSL248°9.09%32.35%
HSB/HSV248°16.67%35.29%
CMYK14.44%16.67%0.00%
64.71%

Color #4D4B5A in popluar number systems.

HEX4D4B5A
Decimal777590
Binary100110110010111011010
Octal115113132

Shades and tints

Shades of #4D4B5A

#4D4B5A
(77,75,90)
#464552
(70,69,82)
#3F3F4A
(63,63,74)
#383942
(56,57,66)
#31333A
(49,51,58)
#2A2D32
(42,45,50)
#23272A
(35,39,42)
#1C2122
(28,33,34)
#151B1A
(21,27,26)
#0E1512
(14,21,18)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #4D4B5A

#4D4B5A
(77,75,90)
#5D5B69
(93,91,105)
#6D6B78
(109,107,120)
#7D7B87
(125,123,135)
#8D8B96
(141,139,150)
#9D9BA5
(157,155,165)
#ADABB4
(173,171,180)
#BDBBC3
(189,187,195)
#CDCBD2
(205,203,210)
#DDDBE1
(221,219,225)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4B5A color. Also use rgb(77,75,90) instead hex code.

Text Font Color

.myTextColor { color: #4D4B5A; }

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

This text font color is #4D4B5A.


Background Color

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

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

This div background color is #4D4B5A.


Border color

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

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

This div border color is #4D4B5A.


Opacity

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

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

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

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

This text has shadow with #4D4B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B5A on black background.


Color preview on white background

This text has color #4D4B5A on white background.



Black color preview on #4D4B5A background

This text has black color on #4D4B5A background.


White color preview on #4D4B5A background

This text has white color on #4D4B5A background.