Html Css Color HEX #480148 Mardi Gras

📋 copy color: '#480148'

red 72 ◦ green 1 ◦ blue 72

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

Shades of Mardi Gras #480148

Tints of Mardi Gras #480148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 49.66%
G = 0.69%
B = 49.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#480148 (or 0x480148) is known color: Mardi Gras. HEX triplet: 48, 01 and 48. RGB value is (72,1,72). Sum of RGB (Red+Green+Blue) = 72+1+72=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #480148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480148 is #B7FEB7. Grayscale: #1E1E1E. Windows color (decimal): -12058296 or 4718920. OLE color: 4718920.

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

Color convert

RGB 72 1 72 -
CMYK 0 0.99 0 0.72
HSL 300º 0.97% 0.14% -
HSV(B) 300º 0.99% 0.28% -
XYZ 3.85 1.87 6.29 -
YUV 30.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 72 1 72 0 0.99 0 0.72 300 0.97 0.14
Hex 48 1 48 0 63 0 48 12C 61 E
Octal 110 1 110 0 143 0 110 454 141 16
Binary 1001000 1 1001000 0 1100011 0 1001000 100101100 1100001 1110

Color Harmonies of #480148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480148

Black with #480148

Text Example


Text Example

White with #480148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480148; }

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

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

background-color css

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

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

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

border-color css

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

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

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