COLOR #4D31AE

HEX: #4D31AE
RGB: (77,49,174)

Renk bilgisi

#4D31AE contains mainly blue color. #4D31AE ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4D31AE color RGB value is (77,49,174).

  • kırmız ton 77;
  • yeşil ton 49;
  • mavi ton 174.
RGB:
(77,49,174)
(30%,19%,68%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 49 of 255 = 19%
B 174 of 255 = 68%

77
49
174

R + G + B ~ 39%. #4D31AE is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 49 + 174 = 300 (100%)
R 77 of 300 ~ 25.67%
G 49 of 300 ~ 16.33%
B 174 of 300 ~ 58%

%25.67
%16.33
%58

CMYK RENK MODELİ

#4D31AE rengi CMYK tonu (56,72,0,32).

  • camgöbeği tonu 55.75%
  • eflatun tonu 71.84%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(56,72,0,32)
C56M72Y0K32 
(56%,72%,0%,32%)
(0.56/0.72/0.00/0.32)	

CMYK yüzdeleri

%55.75
%71.84
%0
%31.76

Codes

Color #4D31AE in popluar color models

4D31AE
RGB7749174
HSL253°56.05%43.73%
HSB/HSV253°71.84%68.24%
CMYK55.75%71.84%0.00%
31.76%

Color #4D31AE in popluar number systems.

HEX4D31AE
Decimal7749174
Binary100110111000110101110
Octal11561256

Shades and tints

Shades of #4D31AE

#4D31AE
(77,49,174)
#462D9F
(70,45,159)
#3F2990
(63,41,144)
#382581
(56,37,129)
#312172
(49,33,114)
#2A1D63
(42,29,99)
#231954
(35,25,84)
#1C1545
(28,21,69)
#151136
(21,17,54)
#0E0D27
(14,13,39)
#070918
(7,9,24)
#000000
(0,0,0)

Tints of #4D31AE

#4D31AE
(77,49,174)
#5D43B5
(93,67,181)
#6D55BC
(109,85,188)
#7D67C3
(125,103,195)
#8D79CA
(141,121,202)
#9D8BD1
(157,139,209)
#AD9DD8
(173,157,216)
#BDAFDF
(189,175,223)
#CDC1E6
(205,193,230)
#DDD3ED
(221,211,237)
#EDE5F4
(237,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D31AE color. Also use rgb(77,49,174) instead hex code.

Text Font Color

.myTextColor { color: #4D31AE; }

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

This text font color is #4D31AE.


Background Color

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

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

This div background color is #4D31AE.


Border color

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

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

This div border color is #4D31AE.


Opacity

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

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

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

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

This text has shadow with #4D31AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D31AE on black background.


Color preview on white background

This text has color #4D31AE on white background.



Black color preview on #4D31AE background

This text has black color on #4D31AE background.


White color preview on #4D31AE background

This text has white color on #4D31AE background.