#440049

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

Shades of Mardi Gras #440049

Tints of Mardi Gras #440049

Color information

#440049 (or 0x440049) is unknown color: approx Mardi Gras. HEX triplet: 44, 00 and 49. RGB value is (68,0,73). Sum of RGB (Red+Green+Blue) = 68+0+73=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #440049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440049 is #BBFFB6. Grayscale: #1C1C1C. Windows color (decimal): -12320695 or 4784196. OLE color: 4784196.

HSL color Cylindrical-coordinate representation of color #440049: hue angle of 295.89º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440049 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB68073-
CMYK0.07100.71
HSL295.89º100%14.31%-
HSV(B)295.89º100%28.63%-
XYZ3.591.716.44-
YUV28.65153.03156.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 51.77%
R=48.23%
G=0%
B=51.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal680730.07100.71295.8910014.31
Hex4404976404712864e
Octal10401117144010745014416
Binary10001000100100111111001000100011110010100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440049; }

 p { color: rgb(68,0,73); }

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

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

 a { background-color: rgb(68,0,73); }

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

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

 span { border-color: rgb(68,0,73); }

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