#4C1146

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

Shades of Mardi Gras #4C1146

Tints of Mardi Gras #4C1146

Color information

#4C1146 (or 0x4C1146) is unknown color: approx Mardi Gras. HEX triplet: 4C, 11 and 46. RGB value is (76,17,70). Sum of RGB (Red+Green+Blue) = 76+17+70=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1146 is #B3EEB9. Grayscale: #282828. Windows color (decimal): -11792058 or 4591948. OLE color: 4591948.

HSL color Cylindrical-coordinate representation of color #4C1146: hue angle of 306.1º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1146 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB761770-
CMYK00.780.080.70
HSL306.1º63.44%18.24%-
HSV(B)306.1º77.63%29.8%-
XYZ4.292.386.03-
YUV40.68144.55153.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.63%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=46.63%
G=10.43%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76177000.780.080.70306.163.4418.24
Hex4C114604E8461323f12
Octal114211060116101064627722
Binary1001100100011000110010011101000100011010011001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C1146; }

 p { color: rgb(76,17,70); }

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

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

 a { background-color: rgb(76,17,70); }

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

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

 span { border-color: rgb(76,17,70); }

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