#4D0C46

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

Shades of Mardi Gras #4D0C46

Tints of Mardi Gras #4D0C46

Color information

#4D0C46 (or 0x4D0C46) is unknown color: approx Mardi Gras. HEX triplet: 4D, 0C and 46. RGB value is (77,12,70). Sum of RGB (Red+Green+Blue) = 77+12+70=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C46 is #B2F3B9. Grayscale: #252525. Windows color (decimal): -11727802 or 4590669. OLE color: 4590669.

HSL color Cylindrical-coordinate representation of color #4D0C46: hue angle of 306.46º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C46 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB771270-
CMYK00.840.090.70
HSL306.46º73.03%17.45%-
HSV(B)306.46º84.42%30.2%-
XYZ4.32.286.01-
YUV38.05146.03155.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=48.43%
G=7.55%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77127000.840.090.70306.4673.0317.45
Hex4DC460549461324911
Octal1151410601241110646211121
Binary1001101110010001100101010010011000110100110010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D0C46; }

 p { color: rgb(77,12,70); }

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

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

 a { background-color: rgb(77,12,70); }

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

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

 span { border-color: rgb(77,12,70); }

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