Html Css Color HEX #470344 Mardi Gras

📋 copy color: '#470344'

red 71 ◦ green 3 ◦ blue 68

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

Shades of Mardi Gras #470344

Tints of Mardi Gras #470344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 68 (26.95% from 255) = 47.89%

R = 50%
G = 2.11%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#470344 (or 0x470344) is known color: Mardi Gras. HEX triplet: 47, 03 and 44. RGB value is (71,3,68). Sum of RGB (Red+Green+Blue) = 71+3+68=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #470344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470344 is #B8FCBB. Grayscale: #1E1E1E. Windows color (decimal): -12123324 or 4457287. OLE color: 4457287.

HSL color Cylindrical-coordinate representation of color #470344: hue angle of 302.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470344 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 68 -
CMYK 0 0.96 0.04 0.72
HSL 302.65º 0.92% 0.15% -
HSV(B) 302.65º 0.96% 0.28% -
XYZ 3.67 1.82 5.63 -
YUV 30.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 71 3 68 0 0.96 0.04 0.72 302.65 0.92 0.15
Hex 47 3 44 0 60 4 48 12F 5C F
Octal 107 3 104 0 140 4 110 457 134 17
Binary 1000111 11 1000100 0 1100000 100 1001000 100101111 1011100 1111

Color Harmonies of #470344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470344

Black with #470344

Text Example


Text Example

White with #470344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470344; }

 p { color: rgb(71,3,68); }

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

background-color css

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

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

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

border-color css

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

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

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