#480847

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

Shades of Mardi Gras #480847

Tints of Mardi Gras #480847

Color information

#480847 (or 0x480847) is unknown color: approx Mardi Gras. HEX triplet: 48, 08 and 47. RGB value is (72,8,71). Sum of RGB (Red+Green+Blue) = 72+8+71=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #480847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480847 is #B7F7B8. Grayscale: #222222. Windows color (decimal): -12056505 or 4655176. OLE color: 4655176.

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

Color convert

RGB72871-
CMYK00.890.010.72
HSL300.94º80%15.69%-
HSV(B)300.94º88.89%28.24%-
XYZ3.92.016.14-
YUV34.32148.7154.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=47.68%
G=5.30%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7287100.890.010.72300.948015.69
Hex4884705914812d5010
Octal110101070131111045512020
Binary1001000100010001110101100111001000100101101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480847; }

 p { color: rgb(72,8,71); }

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

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

 a { background-color: rgb(72,8,71); }

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

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

 span { border-color: rgb(72,8,71); }

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