Html Css Color HEX #470247 Mardi Gras

📋 copy color: '#470247'

red 71 ◦ green 2 ◦ blue 71

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

Shades of Mardi Gras #470247

Tints of Mardi Gras #470247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 71 (28.13% from 255) = 49.31%

R = 49.31%
G = 1.39%
B = 49.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#470247 (or 0x470247) is known color: Mardi Gras. HEX triplet: 47, 02 and 47. RGB value is (71,2,71). Sum of RGB (Red+Green+Blue) = 71+2+71=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #470247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470247 is #B8FDB8. Grayscale: #1E1E1E. Windows color (decimal): -12123577 or 4653639. OLE color: 4653639.

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

Color convert

RGB 71 2 71 -
CMYK 0 0.97 0 0.72
HSL 300º 0.95% 0.14% -
HSV(B) 300º 0.97% 0.28% -
XYZ 3.76 1.84 6.12 -
YUV 30.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 71 2 71 0 0.97 0 0.72 300 0.95 0.14
Hex 47 2 47 0 61 0 48 12C 5F E
Octal 107 2 107 0 141 0 110 454 137 16
Binary 1000111 10 1000111 0 1100001 0 1001000 100101100 1011111 1110

Color Harmonies of #470247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470247

Black with #470247

Text Example


Text Example

White with #470247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470247; }

 p { color: rgb(71,2,71); }

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

background-color css

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

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

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

border-color css

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

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

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