COLOR #481262

HEX: #481262
RGB: (72,18,98)

Color info

#481262 contains mainly red and blue colors. Web safe color of #481262 is #330066 (or #306).

RGB color model

#481262 color RGB value is (72,18,98).

  • red value is 72;
  • green value is 18;
  • blue value is 98.
RGB:
(72,18,98)
(28%,7%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 18 of 255 = 7%
B 98 of 255 = 38%

72
18
98

R + G + B ~ 24%. #481262 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 18 + 98 = 188 (100%)
R 72 of 188 ~ 38.3%
G 18 of 188 ~ 9.57%
B 98 of 188 ~ 52.13%

%38.3
%9.57
%52.13

CMYK color model

#481262 color CMYK value is (27,82,0,62).

  • cyan value is 26.53%
  • magenta value is 81.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,82,0,62)
C27M82Y0K62 
(27%,82%,0%,62%)
(0.27/0.82/0.00/0.62)	

CMYK percentages

%26.53
%81.63
%0
%61.57

Codes

Color #481262 in popluar color models

481262
RGB721898
HSL281°68.97%22.75%
HSB/HSV281°81.63%38.43%
CMYK26.53%81.63%0.00%
61.57%

Color #481262 in popluar number systems.

HEX481262
Decimal721898
Binary1001000100101100010
Octal11022142

Shades and tints

Shades of #481262

#481262
(72,18,98)
#42115A
(66,17,90)
#3C1052
(60,16,82)
#360F4A
(54,15,74)
#300E42
(48,14,66)
#2A0D3A
(42,13,58)
#240C32
(36,12,50)
#1E0B2A
(30,11,42)
#180A22
(24,10,34)
#12091A
(18,9,26)
#0C0812
(12,8,18)
#000000
(0,0,0)

Tints of #481262

#481262
(72,18,98)
#582770
(88,39,112)
#683C7E
(104,60,126)
#78518C
(120,81,140)
#88669A
(136,102,154)
#987BA8
(152,123,168)
#A890B6
(168,144,182)
#B8A5C4
(184,165,196)
#C8BAD2
(200,186,210)
#D8CFE0
(216,207,224)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481262 color. Also use rgb(72,18,98) instead hex code.

Text Font Color

.myTextColor { color: #481262; }

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

This text font color is #481262.


Background Color

.myBgColor { background-color: #481262; }

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

This div background color is #481262.


Border color

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

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

This div border color is #481262.


Opacity

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

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

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

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

This text has shadow with #481262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481262 on black background.


Color preview on white background

This text has color #481262 on white background.



Black color preview on #481262 background

This text has black color on #481262 background.


White color preview on #481262 background

This text has white color on #481262 background.