Html Css Color HEX #470846 Mardi Gras

📋 copy color: '#470846'

red 71 ◦ green 8 ◦ blue 70

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

Shades of Mardi Gras #470846

Tints of Mardi Gras #470846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 47.65%
G = 5.37%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#470846 (or 0x470846) is known color: Mardi Gras. HEX triplet: 47, 08 and 46. RGB value is (71,8,70). Sum of RGB (Red+Green+Blue) = 71+8+70=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #470846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470846 is #B8F7B9. Grayscale: #212121. Windows color (decimal): -12122042 or 4589639. OLE color: 4589639.

HSL color Cylindrical-coordinate representation of color #470846: hue angle of 300.95º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470846 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 70 -
CMYK 0 0.89 0.01 0.72
HSL 300.95º 0.8% 0.15% -
HSV(B) 300.95º 0.89% 0.28% -
XYZ 3.79 1.96 5.97 -
YUV 33.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 71 8 70 0 0.89 0.01 0.72 300.95 0.8 0.15
Hex 47 8 46 0 59 1 48 12D 50 F
Octal 107 10 106 0 131 1 110 455 120 17
Binary 1000111 1000 1000110 0 1011001 1 1001000 100101101 1010000 1111

Color Harmonies of #470846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470846

Black with #470846

Text Example


Text Example

White with #470846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470846; }

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

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

background-color css

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

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

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

border-color css

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

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

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