Html Css Color HEX #470E49 Mardi Gras

📋 copy color: '#470E49'

red 71 ◦ green 14 ◦ blue 73

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

Shades of Mardi Gras #470E49

Tints of Mardi Gras #470E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.86%

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 44.94%
G = 8.86%
B = 46.2%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#470E49 (or 0x470E49) is known color: Mardi Gras. HEX triplet: 47, 0E and 49. RGB value is (71,14,73). Sum of RGB (Red+Green+Blue) = 71+14+73=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #470E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470E49 is #B8F1B6. Grayscale: #252525. Windows color (decimal): -12120503 or 4787783. OLE color: 4787783.

HSL color Cylindrical-coordinate representation of color #470E49: hue angle of 297.97º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #470E49 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 14 73 -
CMYK 0.03 0.81 0 0.71
HSL 297.97º 0.68% 0.17% -
HSV(B) 297.97º 0.81% 0.29% -
XYZ 3.96 2.13 6.51 -
YUV 37.77 147.88 151.7 -
System Red Green Blue C M Y K H S L
Decimal 71 14 73 0.03 0.81 0 0.71 297.97 0.68 0.17
Hex 47 E 49 3 51 0 47 12A 44 11
Octal 107 16 111 3 121 0 107 452 104 21
Binary 1000111 1110 1001001 11 1010001 0 1000111 100101010 1000100 10001

Color Harmonies of #470E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E49

Black with #470E49

Text Example


Text Example

White with #470E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470E49; }

 p { color: rgb(71,14,73); }

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

background-color css

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

 a { background-color: rgb(71,14,73); }

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

border-color css

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

 span { border-color: rgb(71,14,73); }

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