#480645

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

Shades of Mardi Gras #480645

Tints of Mardi Gras #480645

Color information

#480645 (or 0x480645) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 45. RGB value is (72,6,69). Sum of RGB (Red+Green+Blue) = 72+6+69=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #480645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480645 is #B7F9BA. Grayscale: #202020. Windows color (decimal): -12057019 or 4523592. OLE color: 4523592.

HSL color Cylindrical-coordinate representation of color #480645: hue angle of 302.73º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480645 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB72669-
CMYK00.920.040.72
HSL302.73º84.62%15.29%-
HSV(B)302.73º91.67%28.24%-
XYZ3.811.945.8-
YUV32.92148.37155.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=48.98%
G=4.08%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266900.920.040.72302.7384.6215.29
Hex4864505C44812f55f
Octal11061050134411045712517
Binary1001000110100010101011100100100100010010111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480645; }

 p { color: rgb(72,6,69); }

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

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

 a { background-color: rgb(72,6,69); }

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

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

 span { border-color: rgb(72,6,69); }

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