#481746

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

Shades of Mardi Gras #481746

Tints of Mardi Gras #481746

Color information

#481746 (or 0x481746) is unknown color: approx Mardi Gras. HEX triplet: 48, 17 and 46. RGB value is (72,23,70). Sum of RGB (Red+Green+Blue) = 72+23+70=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481746 is #B7E8B9. Grayscale: #2A2A2A. Windows color (decimal): -12052666 or 4593480. OLE color: 4593480.

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

Color convert

RGB722370-
CMYK00.680.030.72
HSL302.45º51.58%18.63%-
HSV(B)302.45º68.06%28.24%-
XYZ4.082.436.05-
YUV43.01143.23148.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=43.64%
G=13.94%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72237000.680.030.72302.4551.5818.63
Hex48174604434812e3413
Octal11027106010431104566423
Binary10010001011110001100100010011100100010010111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481746; }

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

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

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

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

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

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

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

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