#461247

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

Shades of Mardi Gras #461247

Tints of Mardi Gras #461247

Color information

#461247 (or 0x461247) is unknown color: approx Mardi Gras. HEX triplet: 46, 12 and 47. RGB value is (70,18,71). Sum of RGB (Red+Green+Blue) = 70+18+71=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #461247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461247 is #B9EDB8. Grayscale: #272727. Windows color (decimal): -12185017 or 4657734. OLE color: 4657734.

HSL color Cylindrical-coordinate representation of color #461247: hue angle of 298.87º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461247 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB701871-
CMYK0.010.7500.72
HSL298.87º59.55%17.45%-
HSV(B)298.87º74.65%27.84%-
XYZ3.882.196.18-
YUV39.59145.73149.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=44.03%
G=11.32%
B=44.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7018710.010.7500.72298.8759.5517.45
Hex46124714B04812b3c11
Octal10622107111301104537421
Binary1000110100101000111110010110100100010010101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461247; }

 p { color: rgb(70,18,71); }

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

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

 a { background-color: rgb(70,18,71); }

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

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

 span { border-color: rgb(70,18,71); }

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