#481046

Color #481046 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #481046

Tints of Mardi Gras #481046

Color information

#481046 (or 0x481046) is unknown color: approx Mardi Gras. HEX triplet: 48, 10 and 46. RGB value is (72,16,70). Sum of RGB (Red+Green+Blue) = 72+16+70=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481046 is #B7EFB9. Grayscale: #262626. Windows color (decimal): -12054458 or 4591688. OLE color: 4591688.

HSL color Cylindrical-coordinate representation of color #481046: hue angle of 302.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481046 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB721670-
CMYK00.780.030.72
HSL302.14º63.64%17.25%-
HSV(B)302.14º77.78%28.24%-
XYZ3.962.196.01-
YUV38.9145.55151.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=45.57%
G=10.13%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72167000.780.030.72302.1463.6417.25
Hex48104604E34812e4011
Octal110201060116311045610021
Binary100100010000100011001001110111001000100101110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481046; }

 p { color: rgb(72,16,70); }

 H1.HeaderClassName
 {
   color: #481046;
 }
 .AnyTagClassName
 {
   color: #481046;
 }
</style>
background-color css

<style>
 a { background-color: #481046; }

 a { background-color: rgb(72,16,70); }

 div.DivClassName
 {
   background-color: #481046;
 }
 .BgClassName
 {
   background-color: #481046;
 }
</style>
border-color css

<style>
 span { border-color: #481046; }

 span { border-color: rgb(72,16,70); }

 td.TdClassName
 {
   border-color: #481046;
 }
 .TagClassName
 {
   border-color: #481046;
 }
</style>