Html Css Color HEX #470246 Mardi Gras

📋 copy color: '#470246'

red 71 ◦ green 2 ◦ blue 70

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

Shades of Mardi Gras #470246

Tints of Mardi Gras #470246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 48.95%

R = 49.65%
G = 1.4%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#470246 (or 0x470246) is known color: Mardi Gras. HEX triplet: 47, 02 and 46. RGB value is (71,2,70). Sum of RGB (Red+Green+Blue) = 71+2+70=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470246 is #B8FDB9. Grayscale: #1E1E1E. Windows color (decimal): -12123578 or 4588103. OLE color: 4588103.

HSL color Cylindrical-coordinate representation of color #470246: hue angle of 300.87º 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 #470246 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 70 -
CMYK 0 0.97 0.01 0.72
HSL 300.87º 0.95% 0.14% -
HSV(B) 300.87º 0.97% 0.28% -
XYZ 3.73 1.83 5.95 -
YUV 30.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 71 2 70 0 0.97 0.01 0.72 300.87 0.95 0.14
Hex 47 2 46 0 61 1 48 12D 5F E
Octal 107 2 106 0 141 1 110 455 137 16
Binary 1000111 10 1000110 0 1100001 1 1001000 100101101 1011111 1110

Color Harmonies of #470246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470246

Black with #470246

Text Example


Text Example

White with #470246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470246; }

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

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

background-color css

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

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

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

border-color css

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

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

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