#460544

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

Shades of Mardi Gras #460544

Tints of Mardi Gras #460544

Color information

#460544 (or 0x460544) is unknown color: approx Mardi Gras. HEX triplet: 46, 05 and 44. RGB value is (70,5,68). Sum of RGB (Red+Green+Blue) = 70+5+68=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #460544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460544 is #B9FABB. Grayscale: #1F1F1F. Windows color (decimal): -12188348 or 4457798. OLE color: 4457798.

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

Color convert

RGB70568-
CMYK00.930.030.73
HSL301.85º86.67%14.71%-
HSV(B)301.85º92.86%27.45%-
XYZ3.621.835.63-
YUV31.62148.53155.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=48.95%
G=3.50%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7056800.930.030.73301.8586.6714.71
Hex4654405D34912e57f
Octal10651040135311145612717
Binary100011010110001000101110111100100110010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460544; }

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

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

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

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

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

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

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

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