Html Css Color HEX #48044B Mardi Gras

📋 copy color: '#48044B'

red 72 ◦ green 4 ◦ blue 75

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

Shades of Mardi Gras #48044B

Tints of Mardi Gras #48044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 49.67%

R = 47.68%
G = 2.65%
B = 49.67%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48044B (or 0x48044B) is known color: Mardi Gras. HEX triplet: 48, 04 and 4B. RGB value is (72,4,75). Sum of RGB (Red+Green+Blue) = 72+4+75=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #48044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48044B is #B7FBB4. Grayscale: #202020. Windows color (decimal): -12057525 or 4916296. OLE color: 4916296.

HSL color Cylindrical-coordinate representation of color #48044B: hue angle of 297.46º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48044B is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 4 75 -
CMYK 0.04 0.95 0 0.71
HSL 297.46º 0.9% 0.15% -
HSV(B) 297.46º 0.95% 0.29% -
XYZ 3.99 1.97 6.83 -
YUV 32.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 72 4 75 0.04 0.95 0 0.71 297.46 0.9 0.15
Hex 48 4 4B 4 5F 0 47 129 5A F
Octal 110 4 113 4 137 0 107 451 132 17
Binary 1001000 100 1001011 100 1011111 0 1000111 100101001 1011010 1111

Color Harmonies of #48044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48044B

Black with #48044B

Text Example


Text Example

White with #48044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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