#461842

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

Shades of Mardi Gras #461842

Tints of Mardi Gras #461842

Color information

#461842 (or 0x461842) is unknown color: approx Mardi Gras. HEX triplet: 46, 18 and 42. RGB value is (70,24,66). Sum of RGB (Red+Green+Blue) = 70+24+66=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #461842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461842 is #B9E7BD. Grayscale: #2A2A2A. Windows color (decimal): -12183486 or 4331590. OLE color: 4331590.

HSL color Cylindrical-coordinate representation of color #461842: hue angle of 305.22º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461842 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB702466-
CMYK00.660.060.73
HSL305.22º48.94%18.43%-
HSV(B)305.22º65.71%27.45%-
XYZ3.842.355.41-
YUV42.54141.24147.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 66 (26.17% from 255) = 41.25%
R=43.75%
G=15%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70246600.660.060.73305.2248.9418.43
Hex4618420426491313112
Octal10630102010261114616122
Binary100011011000100001001000010110100100110011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461842; }

 p { color: rgb(70,24,66); }

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

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

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

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

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

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

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