#480946

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

Shades of Mardi Gras #480946

Tints of Mardi Gras #480946

Color information

#480946 (or 0x480946) is unknown color: approx Mardi Gras. HEX triplet: 48, 09 and 46. RGB value is (72,9,70). Sum of RGB (Red+Green+Blue) = 72+9+70=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #480946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480946 is #B7F6B9. Grayscale: #222222. Windows color (decimal): -12056250 or 4589896. OLE color: 4589896.

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

Color convert

RGB72970-
CMYK00.880.030.72
HSL301.9º77.78%15.88%-
HSV(B)301.9º87.5%28.24%-
XYZ3.882.025.98-
YUV34.79147.87154.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=47.68%
G=5.96%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7297000.880.030.72301.977.7815.88
Hex4894605834812e4e10
Octal110111060130311045611620
Binary10010001001100011001011000111001000100101110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480946; }

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

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

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

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

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

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

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

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