Html Css Color HEX #48004C Mardi Gras

📋 copy color: '#48004C'

red 72 ◦ green 0 ◦ blue 76

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

Shades of Mardi Gras #48004C

Tints of Mardi Gras #48004C

RGB

 RED value IS 72 (28.52% from 255) = 48.65%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 51.35%

R = 48.65%
G = 0%
B = 51.35%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48004C (or 0x48004C) is known color: Mardi Gras. HEX triplet: 48, 00 and 4C. RGB value is (72,0,76). Sum of RGB (Red+Green+Blue) = 72+0+76=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #48004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48004C is #B7FFB3. Grayscale: #1D1D1D. Windows color (decimal): -12058548 or 4980808. OLE color: 4980808.

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

Color convert

RGB 72 0 76 -
CMYK 0.05 1 0 0.70
HSL 296.84º 1% 0.15% -
HSV(B) 296.84º 1% 0.3% -
XYZ 3.98 1.9 6.99 -
YUV 30.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 72 0 76 0.05 1 0 0.70 296.84 1 0.15
Hex 48 0 4C 5 64 0 46 129 64 F
Octal 110 0 114 5 144 0 106 451 144 17
Binary 1001000 0 1001100 101 1100100 0 1000110 100101001 1100100 1111

Color Harmonies of #48004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48004C

Black with #48004C

Text Example


Text Example

White with #48004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48004C; }

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

 H1.HeaderClassName
 {
   color: #48004C;
 }
 .AnyTagClassName
 {
   color: #48004C;
 }
</style>

background-color css

<style>
 a { background-color: #48004C; }

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

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

border-color css

<style>
 span { border-color: #48004C; }

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

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