#4C054B

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

Shades of Mardi Gras #4C054B

Tints of Mardi Gras #4C054B

Color information

#4C054B (or 0x4C054B) is unknown color: approx Mardi Gras. HEX triplet: 4C, 05 and 4B. RGB value is (76,5,75). Sum of RGB (Red+Green+Blue) = 76+5+75=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C054B is #B3FAB4. Grayscale: #222222. Windows color (decimal): -11795125 or 4916556. OLE color: 4916556.

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

Color convert

RGB76575-
CMYK00.930.010.70
HSL300.85º87.65%15.88%-
HSV(B)300.85º93.42%29.8%-
XYZ4.32.156.85-
YUV34.21151.02157.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.72%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=48.72%
G=3.21%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7657500.930.010.70300.8587.6515.88
Hex4C54B05D14612d5810
Octal11451130135110645513020
Binary100110010110010110101110111000110100101101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,5,75); }

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

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

 a { background-color: rgb(76,5,75); }

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

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

 span { border-color: rgb(76,5,75); }

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