#400846

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

Shades of Mardi Gras #400846

Tints of Mardi Gras #400846

Color information

#400846 (or 0x400846) is unknown color: approx Mardi Gras. HEX triplet: 40, 08 and 46. RGB value is (64,8,70). Sum of RGB (Red+Green+Blue) = 64+8+70=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #400846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400846 is #BFF7B9. Grayscale: #1F1F1F. Windows color (decimal): -12580794 or 4589632. OLE color: 4589632.

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

Color convert

RGB64870-
CMYK0.090.8900.73
HSL294.19º79.49%15.29%-
HSV(B)294.19º88.57%27.45%-
XYZ3.311.715.95-
YUV31.81149.55150.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=45.07%
G=5.63%
B=49.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal648700.090.8900.73294.1979.4915.29
Hex408469590491264ff
Octal1001010611131011144611717
Binary100000010001000110100110110010100100110010011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400846; }

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

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

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

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

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

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

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

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