COLOR #480F75

HEX: #480F75
RGB: (72,15,117)

Renk bilgisi

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

RGB renk modeli

#480F75 color RGB value is (72,15,117).

  • kırmız ton 72;
  • yeşil ton 15;
  • mavi ton 117.
RGB:
(72,15,117)
(28%,6%,46%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 15 of 255 = 6%
B 117 of 255 = 46%

72
15
117

R + G + B ~ 27%. #480F75 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 15 + 117 = 204 (100%)
R 72 of 204 ~ 35.29%
G 15 of 204 ~ 7.35%
B 117 of 204 ~ 57.35%

%35.29
%57.35

CMYK RENK MODELİ

#480F75 rengi CMYK tonu (38,87,0,54).

  • camgöbeği tonu 38.46%
  • eflatun tonu 87.18%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(38,87,0,54)
C38M87Y0K54 
(38%,87%,0%,54%)
(0.38/0.87/0.00/0.54)	

CMYK yüzdeleri

%38.46
%87.18
%0
%54.12

Codes

Color #480F75 in popluar color models

480F75
RGB7215117
HSL274°77.27%25.88%
HSB/HSV274°87.18%45.88%
CMYK38.46%87.18%0.00%
54.12%

Color #480F75 in popluar number systems.

HEX480F75
Decimal7215117
Binary100100011111110101
Octal11017165

Shades and tints

Shades of #480F75

#480F75
(72,15,117)
#420E6B
(66,14,107)
#3C0D61
(60,13,97)
#360C57
(54,12,87)
#300B4D
(48,11,77)
#2A0A43
(42,10,67)
#240939
(36,9,57)
#1E082F
(30,8,47)
#180725
(24,7,37)
#12061B
(18,6,27)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #480F75

#480F75
(72,15,117)
#582481
(88,36,129)
#68398D
(104,57,141)
#784E99
(120,78,153)
#8863A5
(136,99,165)
#9878B1
(152,120,177)
#A88DBD
(168,141,189)
#B8A2C9
(184,162,201)
#C8B7D5
(200,183,213)
#D8CCE1
(216,204,225)
#E8E1ED
(232,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480F75 color. Also use rgb(72,15,117) instead hex code.

Text Font Color

.myTextColor { color: #480F75; }

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

This text font color is #480F75.


Background Color

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

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

This div background color is #480F75.


Border color

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

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

This div border color is #480F75.


Opacity

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

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

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

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

This text has shadow with #480F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480F75 on black background.


Color preview on white background

This text has color #480F75 on white background.



Black color preview on #480F75 background

This text has black color on #480F75 background.


White color preview on #480F75 background

This text has white color on #480F75 background.