Html Css Color HEX #470946 Mardi Gras

📋 copy color: '#470946'

red 71 ◦ green 9 ◦ blue 70

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

Shades of Mardi Gras #470946

Tints of Mardi Gras #470946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

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

R = 47.33%
G = 6%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#470946 (or 0x470946) is known color: Mardi Gras. HEX triplet: 47, 09 and 46. RGB value is (71,9,70). Sum of RGB (Red+Green+Blue) = 71+9+70=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #470946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470946 is #B8F6B9. Grayscale: #222222. Windows color (decimal): -12121786 or 4589895. OLE color: 4589895.

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

Color convert

RGB 71 9 70 -
CMYK 0 0.87 0.01 0.72
HSL 300.97º 0.78% 0.16% -
HSV(B) 300.97º 0.87% 0.28% -
XYZ 3.8 1.98 5.98 -
YUV 34.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 71 9 70 0 0.87 0.01 0.72 300.97 0.78 0.16
Hex 47 9 46 0 57 1 48 12D 4E 10
Octal 107 11 106 0 127 1 110 455 116 20
Binary 1000111 1001 1000110 0 1010111 1 1001000 100101101 1001110 10000

Color Harmonies of #470946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470946

Black with #470946

Text Example


Text Example

White with #470946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470946; }

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

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

background-color css

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

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

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

border-color css

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

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

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