#461B44

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

Shades of Mardi Gras #461B44

Tints of Mardi Gras #461B44

Color information

#461B44 (or 0x461B44) is unknown color: approx Mardi Gras. HEX triplet: 46, 1B and 44. RGB value is (70,27,68). Sum of RGB (Red+Green+Blue) = 70+27+68=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #461B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B44 is #B9E4BB. Grayscale: #2C2C2C. Windows color (decimal): -12182716 or 4463430. OLE color: 4463430.

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

Color convert

RGB702768-
CMYK00.610.030.73
HSL302.79º44.33%19.02%-
HSV(B)302.79º61.43%27.45%-
XYZ3.962.55.74-
YUV44.53141.25146.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 68 (26.95% from 255) = 41.21%
R=42.42%
G=16.36%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70276800.610.030.73302.7944.3319.02
Hex461B4403D34912f2c13
Octal1063310407531114575423
Binary1000110110111000100011110111100100110010111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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