#440849

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

Shades of Mardi Gras #440849

Tints of Mardi Gras #440849

Color information

#440849 (or 0x440849) is unknown color: approx Mardi Gras. HEX triplet: 44, 08 and 49. RGB value is (68,8,73). Sum of RGB (Red+Green+Blue) = 68+8+73=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #440849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440849 is #BBF7B6. Grayscale: #212121. Windows color (decimal): -12318647 or 4786244. OLE color: 4786244.

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

Color convert

RGB68873-
CMYK0.070.8900.71
HSL295.38º80.25%15.88%-
HSV(B)295.38º89.04%28.63%-
XYZ3.671.886.47-
YUV33.35150.38152.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 73 (28.91% from 255) = 48.99%
R=45.64%
G=5.37%
B=48.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal688730.070.8900.71295.3880.2515.88
Hex448497590471275010
Octal104101117131010744712020
Binary100010010001001001111101100101000111100100111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440849; }

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

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

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

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

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

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

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

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