#480844

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

Shades of Mardi Gras #480844

Tints of Mardi Gras #480844

Color information

#480844 (or 0x480844) is unknown color: approx Mardi Gras. HEX triplet: 48, 08 and 44. RGB value is (72,8,68). Sum of RGB (Red+Green+Blue) = 72+8+68=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480844 is #B7F7BB. Grayscale: #212121. Windows color (decimal): -12056508 or 4458568. OLE color: 4458568.

HSL color Cylindrical-coordinate representation of color #480844: hue angle of 303.75º 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 #480844 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB72868-
CMYK00.890.060.72
HSL303.75º80%15.69%-
HSV(B)303.75º88.89%28.24%-
XYZ3.81.975.65-
YUV33.98147.2155.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=48.65%
G=5.41%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7286800.890.060.72303.758015.69
Hex488440596481305010
Octal110101040131611046012020
Binary100100010001000100010110011101001000100110000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480844; }

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

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

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

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

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

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

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

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