#440546

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

Shades of Mardi Gras #440546

Tints of Mardi Gras #440546

Color information

#440546 (or 0x440546) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 46. RGB value is (68,5,70). Sum of RGB (Red+Green+Blue) = 68+5+70=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #440546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440546 is #BBFAB9. Grayscale: #1F1F1F. Windows color (decimal): -12319418 or 4588868. OLE color: 4588868.

HSL color Cylindrical-coordinate representation of color #440546: hue angle of 298.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440546 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB68570-
CMYK0.030.9300.73
HSL298.15º86.67%14.71%-
HSV(B)298.15º92.86%27.45%-
XYZ3.541.785.95-
YUV31.25149.87154.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=47.55%
G=3.50%
B=48.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal685700.030.9300.73298.1586.6714.71
Hex4454635D04912a57f
Octal10451063135011145212717
Binary100010010110001101110111010100100110010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440546; }

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

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

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

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

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

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

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

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