Html Css Color HEX #470A43 Mardi Gras

📋 copy color: '#470A43'

red 71 ◦ green 10 ◦ blue 67

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

Shades of Mardi Gras #470A43

Tints of Mardi Gras #470A43

RGB

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

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

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

R = 47.97%
G = 6.76%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#470A43 (or 0x470A43) is known color: Mardi Gras. HEX triplet: 47, 0A and 43. RGB value is (71,10,67). Sum of RGB (Red+Green+Blue) = 71+10+67=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #470A43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A43 is #B8F5BC. Grayscale: #222222. Windows color (decimal): -12121533 or 4393543. OLE color: 4393543.

HSL color Cylindrical-coordinate representation of color #470A43: hue angle of 303.93º 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 #470A43 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 67 -
CMYK 0 0.86 0.06 0.72
HSL 303.93º 0.75% 0.16% -
HSV(B) 303.93º 0.86% 0.28% -
XYZ 3.72 1.96 5.49 -
YUV 34.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 71 10 67 0 0.86 0.06 0.72 303.93 0.75 0.16
Hex 47 A 43 0 56 6 48 130 4B 10
Octal 107 12 103 0 126 6 110 460 113 20
Binary 1000111 1010 1000011 0 1010110 110 1001000 100110000 1001011 10000

Color Harmonies of #470A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A43

Black with #470A43

Text Example


Text Example

White with #470A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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