Html Css Color HEX #470249 Mardi Gras

📋 copy color: '#470249'

red 71 ◦ green 2 ◦ blue 73

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

Shades of Mardi Gras #470249

Tints of Mardi Gras #470249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50%

R = 48.63%
G = 1.37%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#470249 (or 0x470249) is known color: Mardi Gras. HEX triplet: 47, 02 and 49. RGB value is (71,2,73). Sum of RGB (Red+Green+Blue) = 71+2+73=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #470249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470249 is #B8FDB6. Grayscale: #1E1E1E. Windows color (decimal): -12123575 or 4784711. OLE color: 4784711.

HSL color Cylindrical-coordinate representation of color #470249: hue angle of 298.31º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470249 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 2 73 -
CMYK 0.03 0.97 0 0.71
HSL 298.31º 0.95% 0.15% -
HSV(B) 298.31º 0.97% 0.29% -
XYZ 3.82 1.86 6.46 -
YUV 30.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 71 2 73 0.03 0.97 0 0.71 298.31 0.95 0.15
Hex 47 2 49 3 61 0 47 12A 5F F
Octal 107 2 111 3 141 0 107 452 137 17
Binary 1000111 10 1001001 11 1100001 0 1000111 100101010 1011111 1111

Color Harmonies of #470249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470249

Black with #470249

Text Example


Text Example

White with #470249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470249; }

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

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

background-color css

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

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

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

border-color css

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

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

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