Html Css Color HEX #470346 Mardi Gras

📋 copy color: '#470346'

red 71 ◦ green 3 ◦ blue 70

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

Shades of Mardi Gras #470346

Tints of Mardi Gras #470346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 49.31%
G = 2.08%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#470346 (or 0x470346) is known color: Mardi Gras. HEX triplet: 47, 03 and 46. RGB value is (71,3,70). Sum of RGB (Red+Green+Blue) = 71+3+70=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #470346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470346 is #B8FCB9. Grayscale: #1E1E1E. Windows color (decimal): -12123322 or 4588359. OLE color: 4588359.

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

Color convert

RGB 71 3 70 -
CMYK 0 0.96 0.01 0.72
HSL 300.88º 0.92% 0.15% -
HSV(B) 300.88º 0.96% 0.28% -
XYZ 3.74 1.85 5.95 -
YUV 30.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 71 3 70 0 0.96 0.01 0.72 300.88 0.92 0.15
Hex 47 3 46 0 60 1 48 12D 5C F
Octal 107 3 106 0 140 1 110 455 134 17
Binary 1000111 11 1000110 0 1100000 1 1001000 100101101 1011100 1111

Color Harmonies of #470346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470346

Black with #470346

Text Example


Text Example

White with #470346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470346; }

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

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

background-color css

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

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

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

border-color css

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

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

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