#461447

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

Shades of Mardi Gras #461447

Tints of Mardi Gras #461447

Color information

#461447 (or 0x461447) is unknown color: approx Mardi Gras. HEX triplet: 46, 14 and 47. RGB value is (70,20,71). Sum of RGB (Red+Green+Blue) = 70+20+71=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #461447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461447 is #B9EBB8. Grayscale: #282828. Windows color (decimal): -12184505 or 4658246. OLE color: 4658246.

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

Color convert

RGB702071-
CMYK0.010.7200.72
HSL298.82º56.04%17.84%-
HSV(B)298.82º71.83%27.84%-
XYZ3.912.266.19-
YUV40.76145.06148.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=43.48%
G=12.42%
B=44.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7020710.010.7200.72298.8256.0417.84
Hex46144714804812b3812
Octal10624107111001104537022
Binary1000110101001000111110010000100100010010101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461447; }

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

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

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

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

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

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

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

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