COLOR #480597

HEX: #480597
RGB: (72,5,151)

Renk bilgisi

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

RGB renk modeli

#480597 color RGB value is (72,5,151).

  • kırmız ton 72;
  • yeşil ton 5;
  • mavi ton 151.
RGB:
(72,5,151)
(28%,2%,59%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 5 of 255 = 2%
B 151 of 255 = 59%

72
5
151

R + G + B ~ 30%. #480597 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 5 + 151 = 228 (100%)
R 72 of 228 ~ 31.58%
G 5 of 228 ~ 2.19%
B 151 of 228 ~ 66.23%

%31.58
%66.23

CMYK RENK MODELİ

#480597 rengi CMYK tonu (52,97,0,41).

  • camgöbeği tonu 52.32%
  • eflatun tonu 96.69%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(52,97,0,41)
C52M97Y0K41 
(52%,97%,0%,41%)
(0.52/0.97/0.00/0.41)	

CMYK yüzdeleri

%52.32
%96.69
%0
%40.78

Codes

Color #480597 in popluar color models

480597
RGB725151
HSL268°93.59%30.59%
HSB/HSV268°96.69%59.22%
CMYK52.32%96.69%0.00%
40.78%

Color #480597 in popluar number systems.

HEX480597
Decimal725151
Binary100100010110010111
Octal1105227

Shades and tints

Shades of #480597

#480597
(72,5,151)
#42058A
(66,5,138)
#3C057D
(60,5,125)
#360570
(54,5,112)
#300563
(48,5,99)
#2A0556
(42,5,86)
#240549
(36,5,73)
#1E053C
(30,5,60)
#18052F
(24,5,47)
#120522
(18,5,34)
#0C0515
(12,5,21)
#000000
(0,0,0)

Tints of #480597

#480597
(72,5,151)
#581BA0
(88,27,160)
#6831A9
(104,49,169)
#7847B2
(120,71,178)
#885DBB
(136,93,187)
#9873C4
(152,115,196)
#A889CD
(168,137,205)
#B89FD6
(184,159,214)
#C8B5DF
(200,181,223)
#D8CBE8
(216,203,232)
#E8E1F1
(232,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480597 color. Also use rgb(72,5,151) instead hex code.

Text Font Color

.myTextColor { color: #480597; }

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

This text font color is #480597.


Background Color

.myBgColor { background-color: #480597; }

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

This div background color is #480597.


Border color

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

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

This div border color is #480597.


Opacity

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

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

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

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

This text has shadow with #480597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480597 on black background.


Color preview on white background

This text has color #480597 on white background.



Black color preview on #480597 background

This text has black color on #480597 background.


White color preview on #480597 background

This text has white color on #480597 background.