COLOR #480CA6

HEX: #480CA6
RGB: (72,12,166)

Renk bilgisi

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

RGB renk modeli

#480CA6 color RGB value is (72,12,166).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 12 of 255 = 5%
B 166 of 255 = 65%

72
12
166

R + G + B ~ 33%. #480CA6 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 12 + 166 = 250 (100%)
R 72 of 250 ~ 28.8%
G 12 of 250 ~ 4.8%
B 166 of 250 ~ 66.4%

%28.8
%66.4

CMYK RENK MODELİ

#480CA6 rengi CMYK tonu (57,93,0,35).

  • camgöbeği tonu 56.63%
  • eflatun tonu 92.77%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(57,93,0,35)
C57M93Y0K35 
(57%,93%,0%,35%)
(0.57/0.93/0.00/0.35)	

CMYK yüzdeleri

%56.63
%92.77
%0
%34.9

Codes

Color #480CA6 in popluar color models

480CA6
RGB7212166
HSL263°86.52%34.90%
HSB/HSV263°92.77%65.10%
CMYK56.63%92.77%0.00%
34.90%

Color #480CA6 in popluar number systems.

HEX480CA6
Decimal7212166
Binary1001000110010100110
Octal11014246

Shades and tints

Shades of #480CA6

#480CA6
(72,12,166)
#420B97
(66,11,151)
#3C0A88
(60,10,136)
#360979
(54,9,121)
#30086A
(48,8,106)
#2A075B
(42,7,91)
#24064C
(36,6,76)
#1E053D
(30,5,61)
#18042E
(24,4,46)
#12031F
(18,3,31)
#0C0210
(12,2,16)
#000000
(0,0,0)

Tints of #480CA6

#480CA6
(72,12,166)
#5822AE
(88,34,174)
#6838B6
(104,56,182)
#784EBE
(120,78,190)
#8864C6
(136,100,198)
#987ACE
(152,122,206)
#A890D6
(168,144,214)
#B8A6DE
(184,166,222)
#C8BCE6
(200,188,230)
#D8D2EE
(216,210,238)
#E8E8F6
(232,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480CA6; }

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

This text font color is #480CA6.


Background Color

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

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

This div background color is #480CA6.


Border color

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

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

This div border color is #480CA6.


Opacity

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

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

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

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

This text has shadow with #480CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480CA6 on black background.


Color preview on white background

This text has color #480CA6 on white background.



Black color preview on #480CA6 background

This text has black color on #480CA6 background.


White color preview on #480CA6 background

This text has white color on #480CA6 background.