Html Css Color HEX #480346 Mardi Gras

📋 copy color: '#480346'

red 72 ◦ green 3 ◦ blue 70

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

Shades of Mardi Gras #480346

Tints of Mardi Gras #480346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 70 (27.73% from 255) = 48.28%

R = 49.66%
G = 2.07%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#480346 (or 0x480346) is known color: Mardi Gras. HEX triplet: 48, 03 and 46. RGB value is (72,3,70). Sum of RGB (Red+Green+Blue) = 72+3+70=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480346 is #B7FCB9. Grayscale: #1F1F1F. Windows color (decimal): -12057786 or 4588360. OLE color: 4588360.

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

Color convert

RGB 72 3 70 -
CMYK 0 0.96 0.03 0.72
HSL 301.74º 0.92% 0.15% -
HSV(B) 301.74º 0.96% 0.28% -
XYZ 3.81 1.89 5.96 -
YUV 31.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 72 3 70 0 0.96 0.03 0.72 301.74 0.92 0.15
Hex 48 3 46 0 60 3 48 12E 5C F
Octal 110 3 106 0 140 3 110 456 134 17
Binary 1001000 11 1000110 0 1100000 11 1001000 100101110 1011100 1111

Color Harmonies of #480346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480346

Black with #480346

Text Example


Text Example

White with #480346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480346; }

 p { color: rgb(72,3,70); }

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

background-color css

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

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

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

border-color css

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

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

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