Html Css Color HEX #481048 Mardi Gras

📋 copy color: '#481048'

red 72 ◦ green 16 ◦ blue 72

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

Shades of Mardi Gras #481048

Tints of Mardi Gras #481048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

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

R = 45%
G = 10%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#481048 (or 0x481048) is known color: Mardi Gras. HEX triplet: 48, 10 and 48. RGB value is (72,16,72). Sum of RGB (Red+Green+Blue) = 72+16+72=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481048 is #B7EFB7. Grayscale: #262626. Windows color (decimal): -12054456 or 4722760. OLE color: 4722760.

HSL color Cylindrical-coordinate representation of color #481048: hue angle of 300º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481048 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 72 -
CMYK 0 0.78 0 0.72
HSL 300º 0.64% 0.17% -
HSV(B) 300º 0.78% 0.28% -
XYZ 4.03 2.22 6.35 -
YUV 39.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 72 16 72 0 0.78 0 0.72 300 0.64 0.17
Hex 48 10 48 0 4E 0 48 12C 40 11
Octal 110 20 110 0 116 0 110 454 100 21
Binary 1001000 10000 1001000 0 1001110 0 1001000 100101100 1000000 10001

Color Harmonies of #481048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481048

Black with #481048

Text Example


Text Example

White with #481048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481048; }

 p { color: rgb(72,16,72); }

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

background-color css

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

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

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

border-color css

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

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

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