#461944

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

Shades of Mardi Gras #461944

Tints of Mardi Gras #461944

Color information

#461944 (or 0x461944) is unknown color: approx Mardi Gras. HEX triplet: 46, 19 and 44. RGB value is (70,25,68). Sum of RGB (Red+Green+Blue) = 70+25+68=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #461944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461944 is #B9E6BB. Grayscale: #2B2B2B. Windows color (decimal): -12183228 or 4462918. OLE color: 4462918.

HSL color Cylindrical-coordinate representation of color #461944: hue angle of 302.67º 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 #461944 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB702568-
CMYK00.640.030.73
HSL302.67º47.37%18.63%-
HSV(B)302.67º64.29%27.45%-
XYZ3.922.415.73-
YUV43.36141.91147-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=42.94%
G=15.34%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70256800.640.030.73302.6747.3718.63
Hex46194404034912f2f13
Octal10631104010031114575723
Binary10001101100110001000100000011100100110010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461944; }

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

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

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

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

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

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

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

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