#440A46

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

Shades of Mardi Gras #440A46

Tints of Mardi Gras #440A46

Color information

#440A46 (or 0x440A46) is unknown color: approx Mardi Gras. HEX triplet: 44, 0A and 46. RGB value is (68,10,70). Sum of RGB (Red+Green+Blue) = 68+10+70=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #440A46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A46 is #BBF5B9. Grayscale: #222222. Windows color (decimal): -12318138 or 4590148. OLE color: 4590148.

HSL color Cylindrical-coordinate representation of color #440A46: hue angle of 298º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440A46 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB681070-
CMYK0.030.8600.73
HSL298º75%15.69%-
HSV(B)298º85.71%27.45%-
XYZ3.61.895.97-
YUV34.18148.22152.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=45.95%
G=6.76%
B=47.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6810700.030.8600.732987515.69
Hex44A4635604912a4b10
Octal104121063126011145211320
Binary10001001010100011011101011001001001100101010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A46; }

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

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

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

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

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

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

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

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