Html Css Color HEX #4C0548 Mardi Gras

📋 copy color: '#4C0548'

red 76 ◦ green 5 ◦ blue 72

#4C0548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #4C0548

Tints of Mardi Gras #4C0548

RGB

 RED value IS 76 (30.08% from 255) = 49.67%

 GREEN value IS 5 (2.34% from 255) = 3.27%

 BLUE value IS 72 (28.52% from 255) = 47.06%

R = 49.67%
G = 3.27%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C0548 (or 0x4C0548) is known color: Mardi Gras. HEX triplet: 4C, 05 and 48. RGB value is (76,5,72). Sum of RGB (Red+Green+Blue) = 76+5+72=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0548 is #B3FAB7. Grayscale: #212121. Windows color (decimal): -11795128 or 4719948. OLE color: 4719948.

HSL color Cylindrical-coordinate representation of color #4C0548: hue angle of 303.38º 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 #4C0548 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 5 72 -
CMYK 0 0.93 0.05 0.70
HSL 303.38º 0.88% 0.16% -
HSV(B) 303.38º 0.93% 0.3% -
XYZ 4.2 2.11 6.32 -
YUV 33.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 76 5 72 0 0.93 0.05 0.70 303.38 0.88 0.16
Hex 4C 5 48 0 5D 5 46 12F 58 10
Octal 114 5 110 0 135 5 106 457 130 20
Binary 1001100 101 1001000 0 1011101 101 1000110 100101111 1011000 10000

Color Harmonies of #4C0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0548

Black with #4C0548

Text Example


Text Example

White with #4C0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C0548;
 }
 .AnyTagClassName
 {
   color: #4C0548;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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