COLOR #4D426E

HEX: #4D426E
RGB: (77,66,110)

Renk bilgisi

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

RGB renk modeli

#4D426E color RGB value is (77,66,110).

  • kırmız ton 77;
  • yeşil ton 66;
  • mavi ton 110.
RGB:
(77,66,110)
(30%,26%,43%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 66 of 255 = 26%
B 110 of 255 = 43%

77
66
110

R + G + B ~ 33%. #4D426E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 66 + 110 = 253 (100%)
R 77 of 253 ~ 30.43%
G 66 of 253 ~ 26.09%
B 110 of 253 ~ 43.48%

%30.43
%26.09
%43.48

CMYK RENK MODELİ

#4D426E rengi CMYK tonu (30,40,0,57).

  • camgöbeği tonu 30.00%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(30,40,0,57)
C30M40Y0K57 
(30%,40%,0%,57%)
(0.30/0.40/0.00/0.57)	

CMYK yüzdeleri

%30
%40
%0
%56.86

Codes

Color #4D426E in popluar color models

4D426E
RGB7766110
HSL255°25.00%34.51%
HSB/HSV255°40.00%43.14%
CMYK30.00%40.00%0.00%
56.86%

Color #4D426E in popluar number systems.

HEX4D426E
Decimal7766110
Binary100110110000101101110
Octal115102156

Shades and tints

Shades of #4D426E

#4D426E
(77,66,110)
#463C64
(70,60,100)
#3F365A
(63,54,90)
#383050
(56,48,80)
#312A46
(49,42,70)
#2A243C
(42,36,60)
#231E32
(35,30,50)
#1C1828
(28,24,40)
#15121E
(21,18,30)
#0E0C14
(14,12,20)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #4D426E

#4D426E
(77,66,110)
#5D537B
(93,83,123)
#6D6488
(109,100,136)
#7D7595
(125,117,149)
#8D86A2
(141,134,162)
#9D97AF
(157,151,175)
#ADA8BC
(173,168,188)
#BDB9C9
(189,185,201)
#CDCAD6
(205,202,214)
#DDDBE3
(221,219,227)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D426E color. Also use rgb(77,66,110) instead hex code.

Text Font Color

.myTextColor { color: #4D426E; }

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

This text font color is #4D426E.


Background Color

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

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

This div background color is #4D426E.


Border color

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

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

This div border color is #4D426E.


Opacity

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

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

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

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

This text has shadow with #4D426E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D426E on black background.


Color preview on white background

This text has color #4D426E on white background.



Black color preview on #4D426E background

This text has black color on #4D426E background.


White color preview on #4D426E background

This text has white color on #4D426E background.