#400146

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

Shades of Mardi Gras #400146

Tints of Mardi Gras #400146

Color information

#400146 (or 0x400146) is unknown color: approx Mardi Gras. HEX triplet: 40, 01 and 46. RGB value is (64,1,70). Sum of RGB (Red+Green+Blue) = 64+1+70=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #400146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400146 is #BFFEB9. Grayscale: #1B1B1B. Windows color (decimal): -12582586 or 4587840. OLE color: 4587840.

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

Color convert

RGB64170-
CMYK0.090.9900.73
HSL294.78º97.18%13.92%-
HSV(B)294.78º98.57%27.45%-
XYZ3.231.555.92-
YUV27.7151.87153.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 70 (27.73% from 255) = 51.85%
R=47.41%
G=0.74%
B=51.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal641700.090.9900.73294.7897.1813.92
Hex4014696304912761e
Octal100110611143011144714116
Binary100000011000110100111000110100100110010011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400146; }

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

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

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

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

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

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

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

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