COLOR #480F7F

HEX: #480F7F
RGB: (72,15,127)

Renk bilgisi

#480F7F contains mainly red and blue colors. #480F7F ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#480F7F color RGB value is (72,15,127).

  • kırmız ton 72;
  • yeşil ton 15;
  • mavi ton 127.
RGB:
(72,15,127)
(28%,6%,50%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 15 of 255 = 6%
B 127 of 255 = 50%

72
15
127

R + G + B ~ 28%. #480F7F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 15 + 127 = 214 (100%)
R 72 of 214 ~ 33.64%
G 15 of 214 ~ 7.01%
B 127 of 214 ~ 59.35%

%33.64
%59.35

CMYK RENK MODELİ

#480F7F rengi CMYK tonu (43,88,0,50).

  • camgöbeği tonu 43.31%
  • eflatun tonu 88.19%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(43,88,0,50)
C43M88Y0K50 
(43%,88%,0%,50%)
(0.43/0.88/0.00/0.50)	

CMYK yüzdeleri

%43.31
%88.19
%0
%50.2

Codes

Color #480F7F in popluar color models

480F7F
RGB7215127
HSL271°78.87%27.84%
HSB/HSV271°88.19%49.80%
CMYK43.31%88.19%0.00%
50.20%

Color #480F7F in popluar number systems.

HEX480F7F
Decimal7215127
Binary100100011111111111
Octal11017177

Shades and tints

Shades of #480F7F

#480F7F
(72,15,127)
#420E74
(66,14,116)
#3C0D69
(60,13,105)
#360C5E
(54,12,94)
#300B53
(48,11,83)
#2A0A48
(42,10,72)
#24093D
(36,9,61)
#1E0832
(30,8,50)
#180727
(24,7,39)
#12061C
(18,6,28)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #480F7F

#480F7F
(72,15,127)
#58248A
(88,36,138)
#683995
(104,57,149)
#784EA0
(120,78,160)
#8863AB
(136,99,171)
#9878B6
(152,120,182)
#A88DC1
(168,141,193)
#B8A2CC
(184,162,204)
#C8B7D7
(200,183,215)
#D8CCE2
(216,204,226)
#E8E1ED
(232,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480F7F color. Also use rgb(72,15,127) instead hex code.

Text Font Color

.myTextColor { color: #480F7F; }

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

This text font color is #480F7F.


Background Color

.myBgColor { background-color: #480F7F; }

<div style="background-color:#480F7F">Inner text</div>

This div background color is #480F7F.


Border color

.myBorderColor { border: 1px solid #480F7F; }

<div style="border:3px solid #480F7F">Div</div>

This div border color is #480F7F.


Opacity

.myOpacity80 { color: #480F7F; opacity: 0.8; }

<p style="color:#480F7F;opacity:0.8;">80%</p>

Text with #480F7F 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 #480F7F;}

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

This text has shadow with #480F7F color.

.textShadow {text-shadow: 3px 3px 1px #480F7F, 3px 3px 1px red;}

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

This text has shadow with #480F7F primary color and red secondary color.


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

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

This text has shadow with #480F7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480F7F on black background.


Color preview on white background

This text has color #480F7F on white background.



Black color preview on #480F7F background

This text has black color on #480F7F background.


White color preview on #480F7F background

This text has white color on #480F7F background.