COLOR #480C49

HEX: #480C49
RGB: (72,12,73)

Renk bilgisi

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

RGB renk modeli

#480C49 color RGB value is (72,12,73).

  • kırmız ton 72;
  • yeşil ton 12;
  • mavi ton 73.
RGB:
(72,12,73)
(28%,5%,29%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 12 of 255 = 5%
B 73 of 255 = 29%

72
12
73

R + G + B ~ 21%. #480C49 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 12 + 73 = 157 (100%)
R 72 of 157 ~ 45.86%
G 12 of 157 ~ 7.64%
B 73 of 157 ~ 46.5%

%45.86
%46.5

CMYK RENK MODELİ

#480C49 rengi CMYK tonu (1,84,0,71).

  • camgöbeği tonu 1.37%
  • eflatun tonu 83.56%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(1,84,0,71)
C1M84Y0K71 
(1%,84%,0%,71%)
(0.01/0.84/0.00/0.71)	

CMYK yüzdeleri

%1.37
%83.56
%0
%71.37

Codes

Color #480C49 in popluar color models

480C49
RGB721273
HSL299°71.76%16.67%
HSB/HSV299°83.56%28.63%
CMYK1.37%83.56%0.00%
71.37%

Color #480C49 in popluar number systems.

HEX480C49
Decimal721273
Binary100100011001001001
Octal11014111

Shades and tints

Shades of #480C49

#480C49
(72,12,73)
#420B43
(66,11,67)
#3C0A3D
(60,10,61)
#360937
(54,9,55)
#300831
(48,8,49)
#2A072B
(42,7,43)
#240625
(36,6,37)
#1E051F
(30,5,31)
#180419
(24,4,25)
#120313
(18,3,19)
#0C020D
(12,2,13)
#000000
(0,0,0)

Tints of #480C49

#480C49
(72,12,73)
#582259
(88,34,89)
#683869
(104,56,105)
#784E79
(120,78,121)
#886489
(136,100,137)
#987A99
(152,122,153)
#A890A9
(168,144,169)
#B8A6B9
(184,166,185)
#C8BCC9
(200,188,201)
#D8D2D9
(216,210,217)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480C49 color. Also use rgb(72,12,73) instead hex code.

Text Font Color

.myTextColor { color: #480C49; }

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

This text font color is #480C49.


Background Color

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

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

This div background color is #480C49.


Border color

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

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

This div border color is #480C49.


Opacity

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

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

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

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

This text has shadow with #480C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C49 on black background.


Color preview on white background

This text has color #480C49 on white background.



Black color preview on #480C49 background

This text has black color on #480C49 background.


White color preview on #480C49 background

This text has white color on #480C49 background.