COLOR #4B0582

HEX: #4B0582
RGB: (75,5,130)

Renk bilgisi

#4B0582 contains mainly red and blue colors. #4B0582 ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#4B0582 color RGB value is (75,5,130).

  • kırmız ton 75;
  • yeşil ton 5;
  • mavi ton 130.
RGB:
(75,5,130)
(29%,2%,51%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 5 of 255 = 2%
B 130 of 255 = 51%

75
5
130

R + G + B ~ 27%. #4B0582 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 5 + 130 = 210 (100%)
R 75 of 210 ~ 35.71%
G 5 of 210 ~ 2.38%
B 130 of 210 ~ 61.9%

%35.71
%61.9

CMYK RENK MODELİ

#4B0582 rengi CMYK tonu (42,96,0,49).

  • camgöbeği tonu 42.31%
  • eflatun tonu 96.15%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(42,96,0,49)
C42M96Y0K49 
(42%,96%,0%,49%)
(0.42/0.96/0.00/0.49)	

CMYK yüzdeleri

%42.31
%96.15
%0
%49.02

Codes

Color #4B0582 in popluar color models

4B0582
RGB755130
HSL274°92.59%26.47%
HSB/HSV274°96.15%50.98%
CMYK42.31%96.15%0.00%
49.02%

Color #4B0582 in popluar number systems.

HEX4B0582
Decimal755130
Binary100101110110000010
Octal1135202

Shades and tints

Shades of #4B0582

#4B0582
(75,5,130)
#450577
(69,5,119)
#3F056C
(63,5,108)
#390561
(57,5,97)
#330556
(51,5,86)
#2D054B
(45,5,75)
#270540
(39,5,64)
#210535
(33,5,53)
#1B052A
(27,5,42)
#15051F
(21,5,31)
#0F0514
(15,5,20)
#000000
(0,0,0)

Tints of #4B0582

#4B0582
(75,5,130)
#5B1B8D
(91,27,141)
#6B3198
(107,49,152)
#7B47A3
(123,71,163)
#8B5DAE
(139,93,174)
#9B73B9
(155,115,185)
#AB89C4
(171,137,196)
#BB9FCF
(187,159,207)
#CBB5DA
(203,181,218)
#DBCBE5
(219,203,229)
#EBE1F0
(235,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0582 color. Also use rgb(75,5,130) instead hex code.

Text Font Color

.myTextColor { color: #4B0582; }

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

This text font color is #4B0582.


Background Color

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

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

This div background color is #4B0582.


Border color

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

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

This div border color is #4B0582.


Opacity

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

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

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

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

This text has shadow with #4B0582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0582 on black background.


Color preview on white background

This text has color #4B0582 on white background.



Black color preview on #4B0582 background

This text has black color on #4B0582 background.


White color preview on #4B0582 background

This text has white color on #4B0582 background.