#441C46

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

Shades of Mardi Gras #441C46

Tints of Mardi Gras #441C46

Color information

#441C46 (or 0x441C46) is unknown color: approx Mardi Gras. HEX triplet: 44, 1C and 46. RGB value is (68,28,70). Sum of RGB (Red+Green+Blue) = 68+28+70=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #441C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C46 is #BBE3B9. Grayscale: #2C2C2C. Windows color (decimal): -12313530 or 4594756. OLE color: 4594756.

HSL color Cylindrical-coordinate representation of color #441C46: hue angle of 297.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441C46 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB682870-
CMYK0.030.6000.73
HSL297.14º42.86%19.22%-
HSV(B)297.14º60%27.45%-
XYZ3.92.56.07-
YUV44.75142.25144.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 70 (27.73% from 255) = 42.17%
R=40.96%
G=16.87%
B=42.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6828700.030.6000.73297.1442.8619.22
Hex441C4633C0491292b13
Octal1043410637401114515323
Binary1000100111001000110111111000100100110010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441C46; }

 p { color: rgb(68,28,70); }

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

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

 a { background-color: rgb(68,28,70); }

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

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

 span { border-color: rgb(68,28,70); }

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