Html Css Color HEX #470146 Mardi Gras

📋 copy color: '#470146'

red 71 ◦ green 1 ◦ blue 70

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

Shades of Mardi Gras #470146

Tints of Mardi Gras #470146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 50%
G = 0.7%
B = 49.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#470146 (or 0x470146) is known color: Mardi Gras. HEX triplet: 47, 01 and 46. RGB value is (71,1,70). Sum of RGB (Red+Green+Blue) = 71+1+70=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #470146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470146 is #B8FEB9. Grayscale: #1D1D1D. Windows color (decimal): -12123834 or 4587847. OLE color: 4587847.

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

Color convert

RGB 71 1 70 -
CMYK 0 0.99 0.01 0.72
HSL 300.86º 0.97% 0.14% -
HSV(B) 300.86º 0.99% 0.28% -
XYZ 3.71 1.8 5.95 -
YUV 29.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 71 1 70 0 0.99 0.01 0.72 300.86 0.97 0.14
Hex 47 1 46 0 63 1 48 12D 61 E
Octal 107 1 106 0 143 1 110 455 141 16
Binary 1000111 1 1000110 0 1100011 1 1001000 100101101 1100001 1110

Color Harmonies of #470146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470146

Black with #470146

Text Example


Text Example

White with #470146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470146; }

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

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

background-color css

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

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

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

border-color css

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

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

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