Html Css Color HEX #470F46 Mardi Gras

📋 copy color: '#470F46'

red 71 ◦ green 15 ◦ blue 70

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

Shades of Mardi Gras #470F46

Tints of Mardi Gras #470F46

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

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

R = 45.51%
G = 9.62%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#470F46 (or 0x470F46) is known color: Mardi Gras. HEX triplet: 47, 0F and 46. RGB value is (71,15,70). Sum of RGB (Red+Green+Blue) = 71+15+70=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #470F46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F46 is #B8F0B9. Grayscale: #252525. Windows color (decimal): -12120250 or 4591431. OLE color: 4591431.

HSL color Cylindrical-coordinate representation of color #470F46: hue angle of 301.07º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F46 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 15 70 -
CMYK 0 0.79 0.01 0.72
HSL 301.07º 0.65% 0.17% -
HSV(B) 301.07º 0.79% 0.28% -
XYZ 3.87 2.12 6 -
YUV 38.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 71 15 70 0 0.79 0.01 0.72 301.07 0.65 0.17
Hex 47 F 46 0 4F 1 48 12D 41 11
Octal 107 17 106 0 117 1 110 455 101 21
Binary 1000111 1111 1000110 0 1001111 1 1001000 100101101 1000001 10001

Color Harmonies of #470F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F46

Black with #470F46

Text Example


Text Example

White with #470F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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