Html Css Color HEX #470443 Mardi Gras

📋 copy color: '#470443'

red 71 ◦ green 4 ◦ blue 67

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

Shades of Mardi Gras #470443

Tints of Mardi Gras #470443

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 67 (26.56% from 255) = 47.18%

R = 50%
G = 2.82%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#470443 (or 0x470443) is known color: Mardi Gras. HEX triplet: 47, 04 and 43. RGB value is (71,4,67). Sum of RGB (Red+Green+Blue) = 71+4+67=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #470443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470443 is #B8FBBC. Grayscale: #1F1F1F. Windows color (decimal): -12123069 or 4392007. OLE color: 4392007.

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

Color convert

RGB 71 4 67 -
CMYK 0 0.94 0.06 0.72
HSL 303.58º 0.89% 0.15% -
HSV(B) 303.58º 0.94% 0.28% -
XYZ 3.66 1.83 5.47 -
YUV 31.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 71 4 67 0 0.94 0.06 0.72 303.58 0.89 0.15
Hex 47 4 43 0 5E 6 48 130 59 F
Octal 107 4 103 0 136 6 110 460 131 17
Binary 1000111 100 1000011 0 1011110 110 1001000 100110000 1011001 1111

Color Harmonies of #470443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470443

Black with #470443

Text Example


Text Example

White with #470443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470443; }

 p { color: rgb(71,4,67); }

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

background-color css

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

 a { background-color: rgb(71,4,67); }

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

border-color css

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

 span { border-color: rgb(71,4,67); }

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