#46014C

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

Shades of Mardi Gras #46014C

Tints of Mardi Gras #46014C

Color information

#46014C (or 0x46014C) is unknown color: approx Mardi Gras. HEX triplet: 46, 01 and 4C. RGB value is (70,1,76). Sum of RGB (Red+Green+Blue) = 70+1+76=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #46014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46014C is #B9FEB3. Grayscale: #1D1D1D. Windows color (decimal): -12189364 or 4981062. OLE color: 4981062.

HSL color Cylindrical-coordinate representation of color #46014C: hue angle of 295.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46014C is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB70176-
CMYK0.080.9900.70
HSL295.2º97.4%15.1%-
HSV(B)295.2º98.68%29.8%-
XYZ3.841.856.99-
YUV30.18153.86156.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=47.62%
G=0.68%
B=51.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal701760.080.9900.70295.297.415.1
Hex4614C86304612761f
Octal106111410143010644714117
Binary100011011001100100011000110100011010010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46014C; }

 p { color: rgb(70,1,76); }

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

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

 a { background-color: rgb(70,1,76); }

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

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

 span { border-color: rgb(70,1,76); }

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