Html Css Color HEX #471B46 Mardi Gras

📋 copy color: '#471B46'

red 71 ◦ green 27 ◦ blue 70

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

Shades of Mardi Gras #471B46

Tints of Mardi Gras #471B46

RGB

 RED value IS 71 (28.13% from 255) = 42.26%

 GREEN value IS 27 (10.94% from 255) = 16.07%

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

R = 42.26%
G = 16.07%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471B46 (or 0x471B46) is known color: Mardi Gras. HEX triplet: 47, 1B and 46. RGB value is (71,27,70). Sum of RGB (Red+Green+Blue) = 71+27+70=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #471B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B46 is #B8E4B9. Grayscale: #2C2C2C. Windows color (decimal): -12117178 or 4594503. OLE color: 4594503.

HSL color Cylindrical-coordinate representation of color #471B46: hue angle of 301.36º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B46 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 70 -
CMYK 0 0.62 0.01 0.72
HSL 301.36º 0.45% 0.19% -
HSV(B) 301.36º 0.62% 0.28% -
XYZ 4.1 2.57 6.07 -
YUV 45.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 71 27 70 0 0.62 0.01 0.72 301.36 0.45 0.19
Hex 47 1B 46 0 3E 1 48 12D 2D 13
Octal 107 33 106 0 76 1 110 455 55 23
Binary 1000111 11011 1000110 0 111110 1 1001000 100101101 101101 10011

Color Harmonies of #471B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B46

Black with #471B46

Text Example


Text Example

White with #471B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B46; }

 p { color: rgb(71,27,70); }

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

background-color css

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

 a { background-color: rgb(71,27,70); }

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

border-color css

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

 span { border-color: rgb(71,27,70); }

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