COLOR #480072

HEX: #480072
RGB: (72,0,114)

Renk bilgisi

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

RGB renk modeli

#480072 color RGB value is (72,0,114).

  • kırmız ton 72;
  • yeşil ton 0;
  • mavi ton 114.
RGB:
(72,0,114)
(28%,0%,45%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 0 of 255 = 0%
B 114 of 255 = 45%

72
0
114

R + G + B ~ 24%. #480072 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 0 + 114 = 186 (100%)
R 72 of 186 ~ 38.71%
G 0 of 186 ~ 0%
B 114 of 186 ~ 61.29%

%38.71
%61.29

CMYK RENK MODELİ

#480072 rengi CMYK tonu (37,100,0,55).

  • camgöbeği tonu 36.84%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(37,100,0,55)
C37M100Y0K55 
(37%,100%,0%,55%)
(0.37/1.00/0.00/0.55)	

CMYK yüzdeleri

%36.84
%100
%0
%55.29

Codes

Color #480072 in popluar color models

480072
RGB720114
HSL278°100.00%22.35%
HSB/HSV278°100.00%44.71%
CMYK36.84%100.00%0.00%
55.29%

Color #480072 in popluar number systems.

HEX480072
Decimal720114
Binary100100001110010
Octal1100162

Shades and tints

Shades of #480072

#480072
(72,0,114)
#420068
(66,0,104)
#3C005E
(60,0,94)
#360054
(54,0,84)
#30004A
(48,0,74)
#2A0040
(42,0,64)
#240036
(36,0,54)
#1E002C
(30,0,44)
#180022
(24,0,34)
#120018
(18,0,24)
#0C000E
(12,0,14)
#000000
(0,0,0)

Tints of #480072

#480072
(72,0,114)
#58177E
(88,23,126)
#682E8A
(104,46,138)
#784596
(120,69,150)
#885CA2
(136,92,162)
#9873AE
(152,115,174)
#A88ABA
(168,138,186)
#B8A1C6
(184,161,198)
#C8B8D2
(200,184,210)
#D8CFDE
(216,207,222)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480072 color. Also use rgb(72,0,114) instead hex code.

Text Font Color

.myTextColor { color: #480072; }

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

This text font color is #480072.


Background Color

.myBgColor { background-color: #480072; }

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

This div background color is #480072.


Border color

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

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

This div border color is #480072.


Opacity

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

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

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

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

This text has shadow with #480072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480072 on black background.


Color preview on white background

This text has color #480072 on white background.



Black color preview on #480072 background

This text has black color on #480072 background.


White color preview on #480072 background

This text has white color on #480072 background.