COLOR #480445

HEX: #480445
RGB: (72,4,69)

Color info

#480445 contains mainly red and blue colors. Web safe color of #480445 is #330033 (or #303).

RGB color model

#480445 color RGB value is (72,4,69).

  • red value is 72;
  • green value is 4;
  • blue value is 69.
RGB:
(72,4,69)
(28%,2%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 4 of 255 = 2%
B 69 of 255 = 27%

72
4
69

R + G + B ~ 19%. #480445 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 4 + 69 = 145 (100%)
R 72 of 145 ~ 49.66%
G 4 of 145 ~ 2.76%
B 69 of 145 ~ 47.59%

%49.66
%47.59

CMYK color model

#480445 color CMYK value is (0,94,4,72).

  • cyan value is 0.00%
  • magenta value is 94.44%
  • yellow value is 4.17%
  • key color value is 71.76%
CMYK:
(0,94,4,72)
C0M94Y4K72 
(0%,94%,4%,72%)
(0.00/0.94/0.04/0.72)	

CMYK percentages

%0
%94.44
%4.17
%71.76

Codes

Color #480445 in popluar color models

480445
RGB72469
HSL303°89.47%14.90%
HSB/HSV303°94.44%28.24%
CMYK0.00%94.44%4.17%
71.76%

Color #480445 in popluar number systems.

HEX480445
Decimal72469
Binary10010001001000101
Octal1104105

Shades and tints

Shades of #480445

#480445
(72,4,69)
#42043F
(66,4,63)
#3C0439
(60,4,57)
#360433
(54,4,51)
#30042D
(48,4,45)
#2A0427
(42,4,39)
#240421
(36,4,33)
#1E041B
(30,4,27)
#180415
(24,4,21)
#12040F
(18,4,15)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #480445

#480445
(72,4,69)
#581A55
(88,26,85)
#683065
(104,48,101)
#784675
(120,70,117)
#885C85
(136,92,133)
#987295
(152,114,149)
#A888A5
(168,136,165)
#B89EB5
(184,158,181)
#C8B4C5
(200,180,197)
#D8CAD5
(216,202,213)
#E8E0E5
(232,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480445 color. Also use rgb(72,4,69) instead hex code.

Text Font Color

.myTextColor { color: #480445; }

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

This text font color is #480445.


Background Color

.myBgColor { background-color: #480445; }

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

This div background color is #480445.


Border color

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

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

This div border color is #480445.


Opacity

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

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

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

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

This text has shadow with #480445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480445 on black background.


Color preview on white background

This text has color #480445 on white background.



Black color preview on #480445 background

This text has black color on #480445 background.


White color preview on #480445 background

This text has white color on #480445 background.