Html Css Color HEX #481246 Mardi Gras

📋 copy color: '#481246'

red 72 ◦ green 18 ◦ blue 70

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

Shades of Mardi Gras #481246

Tints of Mardi Gras #481246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

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

R = 45%
G = 11.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481246 (or 0x481246) is known color: Mardi Gras. HEX triplet: 48, 12 and 46. RGB value is (72,18,70). Sum of RGB (Red+Green+Blue) = 72+18+70=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481246 is #B7EDB9. Grayscale: #272727. Windows color (decimal): -12053946 or 4592200. OLE color: 4592200.

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

Color convert

RGB 72 18 70 -
CMYK 0 0.75 0.03 0.72
HSL 302.22º 0.6% 0.18% -
HSV(B) 302.22º 0.75% 0.28% -
XYZ 3.99 2.25 6.02 -
YUV 40.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 72 18 70 0 0.75 0.03 0.72 302.22 0.6 0.18
Hex 48 12 46 0 4B 3 48 12E 3C 12
Octal 110 22 106 0 113 3 110 456 74 22
Binary 1001000 10010 1000110 0 1001011 11 1001000 100101110 111100 10010

Color Harmonies of #481246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481246

Black with #481246

Text Example


Text Example

White with #481246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481246; }

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

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

background-color css

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

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

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

border-color css

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

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

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