#46153E

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

Shades of Mardi Gras #46153E

Tints of Mardi Gras #46153E

Color information

#46153E (or 0x46153E) is unknown color: approx Mardi Gras. HEX triplet: 46, 15 and 3E. RGB value is (70,21,62). Sum of RGB (Red+Green+Blue) = 70+21+62=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46153E is #B9EAC1. Grayscale: #282828. Windows color (decimal): -12184258 or 4068678. OLE color: 4068678.

HSL color Cylindrical-coordinate representation of color #46153E: hue angle of 309.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46153E is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB702162-
CMYK00.700.110.73
HSL309.8º53.85%17.84%-
HSV(B)309.8º70%27.45%-
XYZ3.662.194.79-
YUV40.32140.23149.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=45.75%
G=13.73%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70216200.700.110.73309.853.8517.84
Hex46153E046B491363612
Octal10625760106131114666622
Binary100011010101111110010001101011100100110011011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46153E; }

 p { color: rgb(70,21,62); }

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

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

 a { background-color: rgb(70,21,62); }

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

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

 span { border-color: rgb(70,21,62); }

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