COLOR #481449

HEX: #481449
RGB: (72,20,73)

Renk bilgisi

#481449 contains red, green and blue colors in about the same proportion. #481449 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#481449 color RGB value is (72,20,73).

  • kırmız ton 72;
  • yeşil ton 20;
  • mavi ton 73.
RGB:
(72,20,73)
(28%,8%,29%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 20 of 255 = 8%
B 73 of 255 = 29%

72
20
73

R + G + B ~ 22%. #481449 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 20 + 73 = 165 (100%)
R 72 of 165 ~ 43.64%
G 20 of 165 ~ 12.12%
B 73 of 165 ~ 44.24%

%43.64
%12.12
%44.24

CMYK RENK MODELİ

#481449 rengi CMYK tonu (1,73,0,71).

  • camgöbeği tonu 1.37%
  • eflatun tonu 72.60%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(1,73,0,71)
C1M73Y0K71 
(1%,73%,0%,71%)
(0.01/0.73/0.00/0.71)	

CMYK yüzdeleri

%1.37
%72.6
%0
%71.37

Codes

Color #481449 in popluar color models

481449
RGB722073
HSL299°56.99%18.24%
HSB/HSV299°72.60%28.63%
CMYK1.37%72.60%0.00%
71.37%

Color #481449 in popluar number systems.

HEX481449
Decimal722073
Binary1001000101001001001
Octal11024111

Shades and tints

Shades of #481449

#481449
(72,20,73)
#421343
(66,19,67)
#3C123D
(60,18,61)
#361137
(54,17,55)
#301031
(48,16,49)
#2A0F2B
(42,15,43)
#240E25
(36,14,37)
#1E0D1F
(30,13,31)
#180C19
(24,12,25)
#120B13
(18,11,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #481449

#481449
(72,20,73)
#582959
(88,41,89)
#683E69
(104,62,105)
#785379
(120,83,121)
#886889
(136,104,137)
#987D99
(152,125,153)
#A892A9
(168,146,169)
#B8A7B9
(184,167,185)
#C8BCC9
(200,188,201)
#D8D1D9
(216,209,217)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481449 color. Also use rgb(72,20,73) instead hex code.

Text Font Color

.myTextColor { color: #481449; }

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

This text font color is #481449.


Background Color

.myBgColor { background-color: #481449; }

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

This div background color is #481449.


Border color

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

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

This div border color is #481449.


Opacity

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

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

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

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

This text has shadow with #481449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481449 on black background.


Color preview on white background

This text has color #481449 on white background.



Black color preview on #481449 background

This text has black color on #481449 background.


White color preview on #481449 background

This text has white color on #481449 background.