Html Css Color HEX #480748 Mardi Gras

📋 copy color: '#480748'

red 72 ◦ green 7 ◦ blue 72

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

Shades of Mardi Gras #480748

Tints of Mardi Gras #480748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.64%

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

R = 47.68%
G = 4.64%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#480748 (or 0x480748) is known color: Mardi Gras. HEX triplet: 48, 07 and 48. RGB value is (72,7,72). Sum of RGB (Red+Green+Blue) = 72+7+72=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #480748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480748 is #B7F8B7. Grayscale: #212121. Windows color (decimal): -12056760 or 4720456. OLE color: 4720456.

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

Color convert

RGB 72 7 72 -
CMYK 0 0.90 0 0.72
HSL 300º 0.82% 0.15% -
HSV(B) 300º 0.9% 0.28% -
XYZ 3.92 2 6.31 -
YUV 33.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 72 7 72 0 0.90 0 0.72 300 0.82 0.15
Hex 48 7 48 0 5A 0 48 12C 52 F
Octal 110 7 110 0 132 0 110 454 122 17
Binary 1001000 111 1001000 0 1011010 0 1001000 100101100 1010010 1111

Color Harmonies of #480748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480748

Black with #480748

Text Example


Text Example

White with #480748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480748; }

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

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

background-color css

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

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

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

border-color css

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

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

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