Html Css Color HEX #481746 Mardi Gras

📋 copy color: '#481746'

red 72 ◦ green 23 ◦ blue 70

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

Shades of Mardi Gras #481746

Tints of Mardi Gras #481746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.94%

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

R = 43.64%
G = 13.94%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481746 (or 0x481746) is known color: Mardi Gras. HEX triplet: 48, 17 and 46. RGB value is (72,23,70). Sum of RGB (Red+Green+Blue) = 72+23+70=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481746 is #B7E8B9. Grayscale: #2A2A2A. Windows color (decimal): -12052666 or 4593480. OLE color: 4593480.

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

Color convert

RGB 72 23 70 -
CMYK 0 0.68 0.03 0.72
HSL 302.45º 0.52% 0.19% -
HSV(B) 302.45º 0.68% 0.28% -
XYZ 4.08 2.43 6.05 -
YUV 43.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 72 23 70 0 0.68 0.03 0.72 302.45 0.52 0.19
Hex 48 17 46 0 44 3 48 12E 34 13
Octal 110 27 106 0 104 3 110 456 64 23
Binary 1001000 10111 1000110 0 1000100 11 1001000 100101110 110100 10011

Color Harmonies of #481746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481746

Black with #481746

Text Example


Text Example

White with #481746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481746; }

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

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

background-color css

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

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

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

border-color css

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

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

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