COLOR #4E427A

HEX: #4E427A
RGB: (78,66,122)

Renk bilgisi

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

RGB renk modeli

#4E427A color RGB value is (78,66,122).

  • kırmız ton 78;
  • yeşil ton 66;
  • mavi ton 122.
RGB:
(78,66,122)
(31%,26%,48%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 66 of 255 = 26%
B 122 of 255 = 48%

78
66
122

R + G + B ~ 35%. #4E427A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 66 + 122 = 266 (100%)
R 78 of 266 ~ 29.32%
G 66 of 266 ~ 24.81%
B 122 of 266 ~ 45.86%

%29.32
%24.81
%45.86

CMYK RENK MODELİ

#4E427A rengi CMYK tonu (36,46,0,52).

  • camgöbeği tonu 36.07%
  • eflatun tonu 45.90%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(36,46,0,52)
C36M46Y0K52 
(36%,46%,0%,52%)
(0.36/0.46/0.00/0.52)	

CMYK yüzdeleri

%36.07
%45.9
%0
%52.16

Codes

Color #4E427A in popluar color models

4E427A
RGB7866122
HSL253°29.79%36.86%
HSB/HSV253°45.90%47.84%
CMYK36.07%45.90%0.00%
52.16%

Color #4E427A in popluar number systems.

HEX4E427A
Decimal7866122
Binary100111010000101111010
Octal116102172

Shades and tints

Shades of #4E427A

#4E427A
(78,66,122)
#473C6F
(71,60,111)
#403664
(64,54,100)
#393059
(57,48,89)
#322A4E
(50,42,78)
#2B2443
(43,36,67)
#241E38
(36,30,56)
#1D182D
(29,24,45)
#161222
(22,18,34)
#0F0C17
(15,12,23)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #4E427A

#4E427A
(78,66,122)
#5E5386
(94,83,134)
#6E6492
(110,100,146)
#7E759E
(126,117,158)
#8E86AA
(142,134,170)
#9E97B6
(158,151,182)
#AEA8C2
(174,168,194)
#BEB9CE
(190,185,206)
#CECADA
(206,202,218)
#DEDBE6
(222,219,230)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E427A color. Also use rgb(78,66,122) instead hex code.

Text Font Color

.myTextColor { color: #4E427A; }

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

This text font color is #4E427A.


Background Color

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

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

This div background color is #4E427A.


Border color

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

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

This div border color is #4E427A.


Opacity

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

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

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

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

This text has shadow with #4E427A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E427A on black background.


Color preview on white background

This text has color #4E427A on white background.



Black color preview on #4E427A background

This text has black color on #4E427A background.


White color preview on #4E427A background

This text has white color on #4E427A background.