#461946

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

Shades of Mardi Gras #461946

Tints of Mardi Gras #461946

Color information

#461946 (or 0x461946) is unknown color: approx Mardi Gras. HEX triplet: 46, 19 and 46. RGB value is (70,25,70). Sum of RGB (Red+Green+Blue) = 70+25+70=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #461946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461946 is #B9E6B9. Grayscale: #2B2B2B. Windows color (decimal): -12183226 or 4593990. OLE color: 4593990.

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

Color convert

RGB702570-
CMYK00.6400.73
HSL300º47.37%18.63%-
HSV(B)300º64.29%27.45%-
XYZ3.982.446.06-
YUV43.58142.91146.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=42.42%
G=15.15%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70257000.6400.7330047.3718.63
Hex46194604004912c2f13
Octal10631106010001114545723
Binary1000110110011000110010000000100100110010110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461946; }

 p { color: rgb(70,25,70); }

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

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

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

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

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

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

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