Html Css Color HEX #48044C Mardi Gras

📋 copy color: '#48044C'

red 72 ◦ green 4 ◦ blue 76

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

Shades of Mardi Gras #48044C

Tints of Mardi Gras #48044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 47.37%
G = 2.63%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48044C (or 0x48044C) is known color: Mardi Gras. HEX triplet: 48, 04 and 4C. RGB value is (72,4,76). Sum of RGB (Red+Green+Blue) = 72+4+76=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #48044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48044C is #B7FBB3. Grayscale: #202020. Windows color (decimal): -12057524 or 4981832. OLE color: 4981832.

HSL color Cylindrical-coordinate representation of color #48044C: hue angle of 296.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48044C is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 4 76 -
CMYK 0.05 0.95 0 0.70
HSL 296.67º 0.9% 0.16% -
HSV(B) 296.67º 0.95% 0.3% -
XYZ 4.02 1.99 7.01 -
YUV 32.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 72 4 76 0.05 0.95 0 0.70 296.67 0.9 0.16
Hex 48 4 4C 5 5F 0 46 129 5A 10
Octal 110 4 114 5 137 0 106 451 132 20
Binary 1001000 100 1001100 101 1011111 0 1000110 100101001 1011010 10000

Color Harmonies of #48044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48044C

Black with #48044C

Text Example


Text Example

White with #48044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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