Html Css Color HEX #470A42 Mardi Gras

📋 copy color: '#470A42'

red 71 ◦ green 10 ◦ blue 66

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

Shades of Mardi Gras #470A42

Tints of Mardi Gras #470A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.8%

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 48.3%
G = 6.8%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#470A42 (or 0x470A42) is known color: Mardi Gras. HEX triplet: 47, 0A and 42. RGB value is (71,10,66). Sum of RGB (Red+Green+Blue) = 71+10+66=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #470A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A42 is #B8F5BD. Grayscale: #222222. Windows color (decimal): -12121534 or 4328007. OLE color: 4328007.

HSL color Cylindrical-coordinate representation of color #470A42: hue angle of 304.92º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A42 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 66 -
CMYK 0 0.86 0.07 0.72
HSL 304.92º 0.75% 0.16% -
HSV(B) 304.92º 0.86% 0.28% -
XYZ 3.69 1.95 5.34 -
YUV 34.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 71 10 66 0 0.86 0.07 0.72 304.92 0.75 0.16
Hex 47 A 42 0 56 7 48 131 4B 10
Octal 107 12 102 0 126 7 110 461 113 20
Binary 1000111 1010 1000010 0 1010110 111 1001000 100110001 1001011 10000

Color Harmonies of #470A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A42

Black with #470A42

Text Example


Text Example

White with #470A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,10,66); }

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

background-color css

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

 a { background-color: rgb(71,10,66); }

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

border-color css

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

 span { border-color: rgb(71,10,66); }

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