Html Css Color HEX #400446 Mardi Gras

📋 copy color: '#400446'

red 64 ◦ green 4 ◦ blue 70

#400446
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #400446

Tints of Mardi Gras #400446

RGB

 RED value IS 64 (25.39% from 255) = 46.38%

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 70 (27.73% from 255) = 50.72%

R = 46.38%
G = 2.9%
B = 50.72%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#400446 (or 0x400446) is known color: 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

RGB 64 4 70 -
CMYK 0.09 0.94 0 0.73
HSL 294.55º 0.89% 0.15% -
HSV(B) 294.55º 0.94% 0.27% -
XYZ 3.26 1.62 5.93 -
YUV 29.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 64 4 70 0.09 0.94 0 0.73 294.55 0.89 0.15
Hex 40 4 46 9 5E 0 49 127 59 F
Octal 100 4 106 11 136 0 111 447 131 17
Binary 1000000 100 1000110 1001 1011110 0 1001001 100100111 1011001 1111

Color Harmonies of #400446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400446

Black with #400446

Text Example


Text Example

White with #400446

Text Example


Text Example

HTML Codes & Css Web 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>