COLOR #480E9B

HEX: #480E9B
RGB: (72,14,155)

Renk bilgisi

#480E9B contains mainly blue color. #480E9B ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#480E9B color RGB value is (72,14,155).

  • kırmız ton 72;
  • yeşil ton 14;
  • mavi ton 155.
RGB:
(72,14,155)
(28%,5%,61%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 14 of 255 = 5%
B 155 of 255 = 61%

72
14
155

R + G + B ~ 31%. #480E9B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 14 + 155 = 241 (100%)
R 72 of 241 ~ 29.88%
G 14 of 241 ~ 5.81%
B 155 of 241 ~ 64.32%

%29.88
%64.32

CMYK RENK MODELİ

#480E9B rengi CMYK tonu (54,91,0,39).

  • camgöbeği tonu 53.55%
  • eflatun tonu 90.97%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,91,0,39)
C54M91Y0K39 
(54%,91%,0%,39%)
(0.54/0.91/0.00/0.39)	

CMYK yüzdeleri

%53.55
%90.97
%0
%39.22

Codes

Color #480E9B in popluar color models

480E9B
RGB7214155
HSL265°83.43%33.14%
HSB/HSV265°90.97%60.78%
CMYK53.55%90.97%0.00%
39.22%

Color #480E9B in popluar number systems.

HEX480E9B
Decimal7214155
Binary1001000111010011011
Octal11016233

Shades and tints

Shades of #480E9B

#480E9B
(72,14,155)
#420D8D
(66,13,141)
#3C0C7F
(60,12,127)
#360B71
(54,11,113)
#300A63
(48,10,99)
#2A0955
(42,9,85)
#240847
(36,8,71)
#1E0739
(30,7,57)
#18062B
(24,6,43)
#12051D
(18,5,29)
#0C040F
(12,4,15)
#000000
(0,0,0)

Tints of #480E9B

#480E9B
(72,14,155)
#5823A4
(88,35,164)
#6838AD
(104,56,173)
#784DB6
(120,77,182)
#8862BF
(136,98,191)
#9877C8
(152,119,200)
#A88CD1
(168,140,209)
#B8A1DA
(184,161,218)
#C8B6E3
(200,182,227)
#D8CBEC
(216,203,236)
#E8E0F5
(232,224,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480E9B color. Also use rgb(72,14,155) instead hex code.

Text Font Color

.myTextColor { color: #480E9B; }

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

This text font color is #480E9B.


Background Color

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

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

This div background color is #480E9B.


Border color

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

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

This div border color is #480E9B.


Opacity

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

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

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

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

This text has shadow with #480E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E9B on black background.


Color preview on white background

This text has color #480E9B on white background.



Black color preview on #480E9B background

This text has black color on #480E9B background.


White color preview on #480E9B background

This text has white color on #480E9B background.