#460B44

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

Shades of Mardi Gras #460B44

Tints of Mardi Gras #460B44

Color information

#460B44 (or 0x460B44) is unknown color: approx Mardi Gras. HEX triplet: 46, 0B and 44. RGB value is (70,11,68). Sum of RGB (Red+Green+Blue) = 70+11+68=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #460B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B44 is #B9F4BB. Grayscale: #222222. Windows color (decimal): -12186812 or 4459334. OLE color: 4459334.

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

Color convert

RGB701168-
CMYK00.840.030.73
HSL302.03º72.84%15.88%-
HSV(B)302.03º84.29%27.45%-
XYZ3.691.965.65-
YUV35.14146.55152.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=46.98%
G=7.38%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70116800.840.030.73302.0372.8415.88
Hex46B4405434912e4910
Octal106131040124311145611120
Binary10001101011100010001010100111001001100101110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B44; }

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

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

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

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

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

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

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

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