#4C004D

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

Shades of Mardi Gras #4C004D

Tints of Mardi Gras #4C004D

Color information

#4C004D (or 0x4C004D) is unknown color: approx Mardi Gras. HEX triplet: 4C, 00 and 4D. RGB value is (76,0,77). Sum of RGB (Red+Green+Blue) = 76+0+77=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C004D is #B3FFB2. Grayscale: #1F1F1F. Windows color (decimal): -11796403 or 5046348. OLE color: 5046348.

HSL color Cylindrical-coordinate representation of color #4C004D: hue angle of 299.22º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C004D is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB76077-
CMYK0.01100.70
HSL299.22º100%15.1%-
HSV(B)299.22º100%30.2%-
XYZ4.322.077.19-
YUV31.5153.68159.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=49.67%
G=0%
B=50.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal760770.01100.70299.2210015.1
Hex4C04D16404612b64f
Octal11401151144010645314417
Binary100110001001101111001000100011010010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,0,77); }

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

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

 a { background-color: rgb(76,0,77); }

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

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

 span { border-color: rgb(76,0,77); }

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