COLOR #480247

HEX: #480247
RGB: (72,2,71)

Renk bilgisi

#480247 contains mainly red and blue colors. #480247 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#480247 color RGB value is (72,2,71).

  • kırmız ton 72;
  • yeşil ton 2;
  • mavi ton 71.
RGB:
(72,2,71)
(28%,1%,28%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 2 of 255 = 1%
B 71 of 255 = 28%

72
2
71

R + G + B ~ 19%. #480247 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 2 + 71 = 145 (100%)
R 72 of 145 ~ 49.66%
G 2 of 145 ~ 1.38%
B 71 of 145 ~ 48.97%

%49.66
%48.97

CMYK RENK MODELİ

#480247 rengi CMYK tonu (0,97,1,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.22%
  • sarı tonu 1.39%
  • ana renk tonu 71.76%
CMYK:
(0,97,1,72)
C0M97Y1K72 
(0%,97%,1%,72%)
(0.00/0.97/0.01/0.72)	

CMYK yüzdeleri

%0
%97.22
%1.39
%71.76

Codes

Color #480247 in popluar color models

480247
RGB72271
HSL301°94.59%14.51%
HSB/HSV301°97.22%28.24%
CMYK0.00%97.22%1.39%
71.76%

Color #480247 in popluar number systems.

HEX480247
Decimal72271
Binary1001000101000111
Octal1102107

Shades and tints

Shades of #480247

#480247
(72,2,71)
#420241
(66,2,65)
#3C023B
(60,2,59)
#360235
(54,2,53)
#30022F
(48,2,47)
#2A0229
(42,2,41)
#240223
(36,2,35)
#1E021D
(30,2,29)
#180217
(24,2,23)
#120211
(18,2,17)
#0C020B
(12,2,11)
#000000
(0,0,0)

Tints of #480247

#480247
(72,2,71)
#581957
(88,25,87)
#683067
(104,48,103)
#784777
(120,71,119)
#885E87
(136,94,135)
#987597
(152,117,151)
#A88CA7
(168,140,167)
#B8A3B7
(184,163,183)
#C8BAC7
(200,186,199)
#D8D1D7
(216,209,215)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480247 color. Also use rgb(72,2,71) instead hex code.

Text Font Color

.myTextColor { color: #480247; }

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

This text font color is #480247.


Background Color

.myBgColor { background-color: #480247; }

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

This div background color is #480247.


Border color

.myBorderColor { border: 1px solid #480247; }

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

This div border color is #480247.


Opacity

.myOpacity80 { color: #480247; opacity: 0.8; }

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

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

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

This text has shadow with #480247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480247 on black background.


Color preview on white background

This text has color #480247 on white background.



Black color preview on #480247 background

This text has black color on #480247 background.


White color preview on #480247 background

This text has white color on #480247 background.