#461648

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

Shades of Mardi Gras #461648

Tints of Mardi Gras #461648

Color information

#461648 (or 0x461648) is unknown color: approx Mardi Gras. HEX triplet: 46, 16 and 48. RGB value is (70,22,72). Sum of RGB (Red+Green+Blue) = 70+22+72=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #461648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461648 is #B9E9B7. Grayscale: #292929. Windows color (decimal): -12183992 or 4724294. OLE color: 4724294.

HSL color Cylindrical-coordinate representation of color #461648: hue angle of 297.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461648 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB702272-
CMYK0.030.6900.72
HSL297.6º53.19%18.43%-
HSV(B)297.6º69.44%28.24%-
XYZ3.982.346.37-
YUV42.05144.9147.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=42.68%
G=13.41%
B=43.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7022720.030.6900.72297.653.1918.43
Hex46164834504812a3512
Octal10626110310501104526522
Binary10001101011010010001110001010100100010010101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461648; }

 p { color: rgb(70,22,72); }

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

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

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

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

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

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

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