COLOR #480A5D

HEX: #480A5D
RGB: (72,10,93)

Renk bilgisi

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

RGB renk modeli

#480A5D color RGB value is (72,10,93).

  • kırmız ton 72;
  • yeşil ton 10;
  • mavi ton 93.
RGB:
(72,10,93)
(28%,4%,36%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 10 of 255 = 4%
B 93 of 255 = 36%

72
10
93

R + G + B ~ 23%. #480A5D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 10 + 93 = 175 (100%)
R 72 of 175 ~ 41.14%
G 10 of 175 ~ 5.71%
B 93 of 175 ~ 53.14%

%41.14
%53.14

CMYK RENK MODELİ

#480A5D rengi CMYK tonu (23,89,0,64).

  • camgöbeği tonu 22.58%
  • eflatun tonu 89.25%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(23,89,0,64)
C23M89Y0K64 
(23%,89%,0%,64%)
(0.23/0.89/0.00/0.64)	

CMYK yüzdeleri

%22.58
%89.25
%0
%63.53

Codes

Color #480A5D in popluar color models

480A5D
RGB721093
HSL285°80.58%20.20%
HSB/HSV285°89.25%36.47%
CMYK22.58%89.25%0.00%
63.53%

Color #480A5D in popluar number systems.

HEX480A5D
Decimal721093
Binary100100010101011101
Octal11012135

Shades and tints

Shades of #480A5D

#480A5D
(72,10,93)
#420A55
(66,10,85)
#3C0A4D
(60,10,77)
#360A45
(54,10,69)
#300A3D
(48,10,61)
#2A0A35
(42,10,53)
#240A2D
(36,10,45)
#1E0A25
(30,10,37)
#180A1D
(24,10,29)
#120A15
(18,10,21)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #480A5D

#480A5D
(72,10,93)
#58206B
(88,32,107)
#683679
(104,54,121)
#784C87
(120,76,135)
#886295
(136,98,149)
#9878A3
(152,120,163)
#A88EB1
(168,142,177)
#B8A4BF
(184,164,191)
#C8BACD
(200,186,205)
#D8D0DB
(216,208,219)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480A5D color. Also use rgb(72,10,93) instead hex code.

Text Font Color

.myTextColor { color: #480A5D; }

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

This text font color is #480A5D.


Background Color

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

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

This div background color is #480A5D.


Border color

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

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

This div border color is #480A5D.


Opacity

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

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

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

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

This text has shadow with #480A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480A5D on black background.


Color preview on white background

This text has color #480A5D on white background.



Black color preview on #480A5D background

This text has black color on #480A5D background.


White color preview on #480A5D background

This text has white color on #480A5D background.