COLOR #480E88

HEX: #480E88
RGB: (72,14,136)

Renk bilgisi

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

RGB renk modeli

#480E88 color RGB value is (72,14,136).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 14 of 255 = 5%
B 136 of 255 = 53%

72
14
136

R + G + B ~ 29%. #480E88 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 14 + 136 = 222 (100%)
R 72 of 222 ~ 32.43%
G 14 of 222 ~ 6.31%
B 136 of 222 ~ 61.26%

%32.43
%61.26

CMYK RENK MODELİ

#480E88 rengi CMYK tonu (47,90,0,47).

  • camgöbeği tonu 47.06%
  • eflatun tonu 89.71%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(47,90,0,47)
C47M90Y0K47 
(47%,90%,0%,47%)
(0.47/0.90/0.00/0.47)	

CMYK yüzdeleri

%47.06
%89.71
%0
%46.67

Codes

Color #480E88 in popluar color models

480E88
RGB7214136
HSL269°81.33%29.41%
HSB/HSV269°89.71%53.33%
CMYK47.06%89.71%0.00%
46.67%

Color #480E88 in popluar number systems.

HEX480E88
Decimal7214136
Binary1001000111010001000
Octal11016210

Shades and tints

Shades of #480E88

#480E88
(72,14,136)
#420D7C
(66,13,124)
#3C0C70
(60,12,112)
#360B64
(54,11,100)
#300A58
(48,10,88)
#2A094C
(42,9,76)
#240840
(36,8,64)
#1E0734
(30,7,52)
#180628
(24,6,40)
#12051C
(18,5,28)
#0C0410
(12,4,16)
#000000
(0,0,0)

Tints of #480E88

#480E88
(72,14,136)
#582392
(88,35,146)
#68389C
(104,56,156)
#784DA6
(120,77,166)
#8862B0
(136,98,176)
#9877BA
(152,119,186)
#A88CC4
(168,140,196)
#B8A1CE
(184,161,206)
#C8B6D8
(200,182,216)
#D8CBE2
(216,203,226)
#E8E0EC
(232,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480E88; }

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

This text font color is #480E88.


Background Color

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

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

This div background color is #480E88.


Border color

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

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

This div border color is #480E88.


Opacity

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

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

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

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

This text has shadow with #480E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E88 on black background.


Color preview on white background

This text has color #480E88 on white background.



Black color preview on #480E88 background

This text has black color on #480E88 background.


White color preview on #480E88 background

This text has white color on #480E88 background.