Html Css Color HEX #470042 Mardi Gras

📋 copy color: '#470042'

red 71 ◦ green 0 ◦ blue 66

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

Shades of Mardi Gras #470042

Tints of Mardi Gras #470042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.82%
G = 0%
B = 48.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#470042 (or 0x470042) is known color: Mardi Gras. HEX triplet: 47, 00 and 42. RGB value is (71,0,66). Sum of RGB (Red+Green+Blue) = 71+0+66=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #470042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470042 is #B8FFBD. Grayscale: #1C1C1C. Windows color (decimal): -12124094 or 4325447. OLE color: 4325447.

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

Color convert

RGB 71 0 66 -
CMYK 0 1 0.07 0.72
HSL 304.23º 1% 0.14% -
HSV(B) 304.23º 1% 0.28% -
XYZ 3.58 1.73 5.3 -
YUV 28.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 71 0 66 0 1 0.07 0.72 304.23 1 0.14
Hex 47 0 42 0 64 7 48 130 64 E
Octal 107 0 102 0 144 7 110 460 144 16
Binary 1000111 0 1000010 0 1100100 111 1001000 100110000 1100100 1110

Color Harmonies of #470042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470042

Black with #470042

Text Example


Text Example

White with #470042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470042; }

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

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

background-color css

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

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

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

border-color css

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

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

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