#4C0B4A

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

Shades of Mardi Gras #4C0B4A

Tints of Mardi Gras #4C0B4A

Color information

#4C0B4A (or 0x4C0B4A) is unknown color: approx Mardi Gras. HEX triplet: 4C, 0B and 4A. RGB value is (76,11,74). Sum of RGB (Red+Green+Blue) = 76+11+74=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0B4A is #B3F4B5. Grayscale: #252525. Windows color (decimal): -11793590 or 4852556. OLE color: 4852556.

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

Color convert

RGB761174-
CMYK00.860.030.70
HSL301.85º74.71%17.06%-
HSV(B)301.85º85.53%29.8%-
XYZ4.342.276.69-
YUV37.62148.53155.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.20%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=47.20%
G=6.83%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76117400.860.030.70301.8574.7117.06
Hex4CB4A05634612e4b11
Octal114131120126310645611321
Binary10011001011100101001010110111000110100101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,11,74); }

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

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

 a { background-color: rgb(76,11,74); }

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

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

 span { border-color: rgb(76,11,74); }

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