#4C1144

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

Shades of Mardi Gras #4C1144

Tints of Mardi Gras #4C1144

Color information

#4C1144 (or 0x4C1144) is unknown color: approx Mardi Gras. HEX triplet: 4C, 11 and 44. RGB value is (76,17,68). Sum of RGB (Red+Green+Blue) = 76+17+68=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1144 is #B3EEBB. Grayscale: #282828. Windows color (decimal): -11792060 or 4460876. OLE color: 4460876.

HSL color Cylindrical-coordinate representation of color #4C1144: hue angle of 308.14º 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 #4C1144 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB761768-
CMYK00.780.110.70
HSL308.14º63.44%18.24%-
HSV(B)308.14º77.63%29.8%-
XYZ4.222.355.7-
YUV40.46143.55153.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.20%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 68 (26.95% from 255) = 42.24%
R=47.20%
G=10.56%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76176800.780.110.70308.1463.4418.24
Hex4C114404EB461343f12
Octal114211040116131064647722
Binary1001100100011000100010011101011100011010011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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