#441B46

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

Shades of Mardi Gras #441B46

Tints of Mardi Gras #441B46

Color information

#441B46 (or 0x441B46) is unknown color: approx Mardi Gras. HEX triplet: 44, 1B and 46. RGB value is (68,27,70). Sum of RGB (Red+Green+Blue) = 68+27+70=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #441B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B46 is #BBE4B9. Grayscale: #2C2C2C. Windows color (decimal): -12313786 or 4594500. OLE color: 4594500.

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

Color convert

RGB682770-
CMYK0.030.6100.73
HSL297.21º44.33%19.02%-
HSV(B)297.21º61.43%27.45%-
XYZ3.882.466.06-
YUV44.16142.58145-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=41.21%
G=16.36%
B=42.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6827700.030.6100.73297.2144.3319.02
Hex441B4633D0491292c13
Octal1043310637501114515423
Binary1000100110111000110111111010100100110010100110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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