Html Css Color HEX #470440 Mardi Gras

📋 copy color: '#470440'

red 71 ◦ green 4 ◦ blue 64

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

Shades of Mardi Gras #470440

Tints of Mardi Gras #470440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

 BLUE value IS 64 (25.39% from 255) = 46.04%

R = 51.08%
G = 2.88%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#470440 (or 0x470440) is known color: Mardi Gras. HEX triplet: 47, 04 and 40. RGB value is (71,4,64). Sum of RGB (Red+Green+Blue) = 71+4+64=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #470440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470440 is #B8FBBF. Grayscale: #1E1E1E. Windows color (decimal): -12123072 or 4195399. OLE color: 4195399.

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

Color convert

RGB 71 4 64 -
CMYK 0 0.94 0.10 0.72
HSL 306.27º 0.89% 0.15% -
HSV(B) 306.27º 0.94% 0.28% -
XYZ 3.57 1.8 5.01 -
YUV 30.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 71 4 64 0 0.94 0.10 0.72 306.27 0.89 0.15
Hex 47 4 40 0 5E A 48 132 59 F
Octal 107 4 100 0 136 12 110 462 131 17
Binary 1000111 100 1000000 0 1011110 1010 1001000 100110010 1011001 1111

Color Harmonies of #470440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470440

Black with #470440

Text Example


Text Example

White with #470440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470440; }

 p { color: rgb(71,4,64); }

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

background-color css

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

 a { background-color: rgb(71,4,64); }

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

border-color css

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

 span { border-color: rgb(71,4,64); }

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