COLOR #4F0080

HEX: #4F0080
RGB: (79,0,128)

Renk bilgisi

#4F0080 contains only red and blue colors. #4F0080 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#4F0080 color RGB value is (79,0,128).

  • kırmız ton 79;
  • yeşil ton 0;
  • mavi ton 128.
RGB:
(79,0,128)
(31%,0%,50%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 0 of 255 = 0%
B 128 of 255 = 50%

79
0
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 0 + 128 = 207 (100%)
R 79 of 207 ~ 38.16%
G 0 of 207 ~ 0%
B 128 of 207 ~ 61.84%

%38.16
%61.84

CMYK RENK MODELİ

#4F0080 rengi CMYK tonu (38,100,0,50).

  • camgöbeği tonu 38.28%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(38,100,0,50)
C38M100Y0K50 
(38%,100%,0%,50%)
(0.38/1.00/0.00/0.50)	

CMYK yüzdeleri

%38.28
%100
%0
%49.8

Codes

Color #4F0080 in popluar color models

4F0080
RGB790128
HSL277°100.00%25.10%
HSB/HSV277°100.00%50.20%
CMYK38.28%100.00%0.00%
49.80%

Color #4F0080 in popluar number systems.

HEX4F0080
Decimal790128
Binary1001111010000000
Octal1170200

Shades and tints

Shades of #4F0080

#4F0080
(79,0,128)
#480075
(72,0,117)
#41006A
(65,0,106)
#3A005F
(58,0,95)
#330054
(51,0,84)
#2C0049
(44,0,73)
#25003E
(37,0,62)
#1E0033
(30,0,51)
#170028
(23,0,40)
#10001D
(16,0,29)
#090012
(9,0,18)
#000000
(0,0,0)

Tints of #4F0080

#4F0080
(79,0,128)
#5F178B
(95,23,139)
#6F2E96
(111,46,150)
#7F45A1
(127,69,161)
#8F5CAC
(143,92,172)
#9F73B7
(159,115,183)
#AF8AC2
(175,138,194)
#BFA1CD
(191,161,205)
#CFB8D8
(207,184,216)
#DFCFE3
(223,207,227)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0080 color. Also use rgb(79,0,128) instead hex code.

Text Font Color

.myTextColor { color: #4F0080; }

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

This text font color is #4F0080.


Background Color

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

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

This div background color is #4F0080.


Border color

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

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

This div border color is #4F0080.


Opacity

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

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

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

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

This text has shadow with #4F0080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0080 on black background.


Color preview on white background

This text has color #4F0080 on white background.



Black color preview on #4F0080 background

This text has black color on #4F0080 background.


White color preview on #4F0080 background

This text has white color on #4F0080 background.