#461547

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

Shades of Mardi Gras #461547

Tints of Mardi Gras #461547

Color information

#461547 (or 0x461547) is unknown color: approx Mardi Gras. HEX triplet: 46, 15 and 47. RGB value is (70,21,71). Sum of RGB (Red+Green+Blue) = 70+21+71=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #461547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461547 is #B9EAB8. Grayscale: #292929. Windows color (decimal): -12184249 or 4658502. OLE color: 4658502.

HSL color Cylindrical-coordinate representation of color #461547: hue angle of 298.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461547 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB702171-
CMYK0.010.7000.72
HSL298.8º54.35%18.04%-
HSV(B)298.8º70.42%27.84%-
XYZ3.932.296.2-
YUV41.35144.73148.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=43.21%
G=12.96%
B=43.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7021710.010.7000.72298.854.3518.04
Hex46154714604812b3612
Octal10625107110601104536622
Binary1000110101011000111110001100100100010010101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461547; }

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

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

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

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

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

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

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

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