#461349

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

Shades of Mardi Gras #461349

Tints of Mardi Gras #461349

Color information

#461349 (or 0x461349) is unknown color: approx Mardi Gras. HEX triplet: 46, 13 and 49. RGB value is (70,19,73). Sum of RGB (Red+Green+Blue) = 70+19+73=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #461349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461349 is #B9ECB6. Grayscale: #282828. Windows color (decimal): -12184759 or 4789062. OLE color: 4789062.

HSL color Cylindrical-coordinate representation of color #461349: hue angle of 296.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461349 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB701973-
CMYK0.040.7400.71
HSL296.67º58.7%18.04%-
HSV(B)296.67º73.97%28.63%-
XYZ3.962.256.53-
YUV40.4146.4149.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=43.21%
G=11.73%
B=45.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7019730.040.7400.71296.6758.718.04
Hex46134944A0471293b12
Octal10623111411201074517322
Binary100011010011100100110010010100100011110010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461349; }

 p { color: rgb(70,19,73); }

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

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

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

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

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

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

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