Html Css Color HEX #481046 Mardi Gras

📋 copy color: '#481046'

red 72 ◦ green 16 ◦ blue 70

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

Shades of Mardi Gras #481046

Tints of Mardi Gras #481046

RGB

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

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

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

R = 45.57%
G = 10.13%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481046 (or 0x481046) is known color: Mardi Gras. HEX triplet: 48, 10 and 46. RGB value is (72,16,70). Sum of RGB (Red+Green+Blue) = 72+16+70=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481046 is #B7EFB9. Grayscale: #262626. Windows color (decimal): -12054458 or 4591688. OLE color: 4591688.

HSL color Cylindrical-coordinate representation of color #481046: hue angle of 302.14º 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 #481046 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 70 -
CMYK 0 0.78 0.03 0.72
HSL 302.14º 0.64% 0.17% -
HSV(B) 302.14º 0.78% 0.28% -
XYZ 3.96 2.19 6.01 -
YUV 38.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 72 16 70 0 0.78 0.03 0.72 302.14 0.64 0.17
Hex 48 10 46 0 4E 3 48 12E 40 11
Octal 110 20 106 0 116 3 110 456 100 21
Binary 1001000 10000 1000110 0 1001110 11 1001000 100101110 1000000 10001

Color Harmonies of #481046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481046

Black with #481046

Text Example


Text Example

White with #481046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481046; }

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

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

background-color css

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

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

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

border-color css

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

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

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