Html Css Color HEX #481A46 Mardi Gras

📋 copy color: '#481A46'

red 72 ◦ green 26 ◦ blue 70

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

Shades of Mardi Gras #481A46

Tints of Mardi Gras #481A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.48%

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

R = 42.86%
G = 15.48%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481A46 (or 0x481A46) is known color: Mardi Gras. HEX triplet: 48, 1A and 46. RGB value is (72,26,70). Sum of RGB (Red+Green+Blue) = 72+26+70=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A46 is #B7E5B9. Grayscale: #2C2C2C. Windows color (decimal): -12051898 or 4594248. OLE color: 4594248.

HSL color Cylindrical-coordinate representation of color #481A46: hue angle of 302.61º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A46 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 70 -
CMYK 0 0.64 0.03 0.72
HSL 302.61º 0.47% 0.19% -
HSV(B) 302.61º 0.64% 0.28% -
XYZ 4.15 2.56 6.07 -
YUV 44.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 72 26 70 0 0.64 0.03 0.72 302.61 0.47 0.19
Hex 48 1A 46 0 40 3 48 12F 2F 13
Octal 110 32 106 0 100 3 110 457 57 23
Binary 1001000 11010 1000110 0 1000000 11 1001000 100101111 101111 10011

Color Harmonies of #481A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A46

Black with #481A46

Text Example


Text Example

White with #481A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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