#461742

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

Shades of Mardi Gras #461742

Tints of Mardi Gras #461742

Color information

#461742 (or 0x461742) is unknown color: approx Mardi Gras. HEX triplet: 46, 17 and 42. RGB value is (70,23,66). Sum of RGB (Red+Green+Blue) = 70+23+66=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #461742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461742 is #B9E8BD. Grayscale: #292929. Windows color (decimal): -12183742 or 4331334. OLE color: 4331334.

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

Color convert

RGB702366-
CMYK00.670.060.73
HSL305.11º50.54%18.24%-
HSV(B)305.11º67.14%27.45%-
XYZ3.822.315.4-
YUV41.96141.57148-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=44.03%
G=14.47%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70236600.670.060.73305.1150.5418.24
Hex4617420436491313312
Octal10627102010361114616322
Binary100011010111100001001000011110100100110011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461742; }

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

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

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

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

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

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

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

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