#400446

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

Shades of Mardi Gras #400446

Tints of Mardi Gras #400446

Color information

#400446 (or 0x400446) is unknown color: approx Mardi Gras. HEX triplet: 40, 04 and 46. RGB value is (64,4,70). Sum of RGB (Red+Green+Blue) = 64+4+70=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #400446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400446 is #BFFBB9. Grayscale: #1D1D1D. Windows color (decimal): -12581818 or 4588608. OLE color: 4588608.

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

Color convert

RGB64470-
CMYK0.090.9400.73
HSL294.55º89.19%14.51%-
HSV(B)294.55º94.29%27.45%-
XYZ3.261.625.93-
YUV29.46150.88152.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=46.38%
G=2.90%
B=50.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal644700.090.9400.73294.5589.1914.51
Hex4044695E04912759f
Octal100410611136011144713117
Binary10000001001000110100110111100100100110010011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400446; }

 p { color: rgb(64,4,70); }

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

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

 a { background-color: rgb(64,4,70); }

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

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

 span { border-color: rgb(64,4,70); }

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