Html Css Color HEX #470044 Mardi Gras

📋 copy color: '#470044'

red 71 ◦ green 0 ◦ blue 68

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

Shades of Mardi Gras #470044

Tints of Mardi Gras #470044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.08%
G = 0%
B = 48.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#470044 (or 0x470044) is known color: Mardi Gras. HEX triplet: 47, 00 and 44. RGB value is (71,0,68). Sum of RGB (Red+Green+Blue) = 71+0+68=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #470044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470044 is #B8FFBB. Grayscale: #1C1C1C. Windows color (decimal): -12124092 or 4456519. OLE color: 4456519.

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

Color convert

RGB 71 0 68 -
CMYK 0 1 0.04 0.72
HSL 302.54º 1% 0.14% -
HSV(B) 302.54º 1% 0.28% -
XYZ 3.64 1.76 5.62 -
YUV 28.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 71 0 68 0 1 0.04 0.72 302.54 1 0.14
Hex 47 0 44 0 64 4 48 12F 64 E
Octal 107 0 104 0 144 4 110 457 144 16
Binary 1000111 0 1000100 0 1100100 100 1001000 100101111 1100100 1110

Color Harmonies of #470044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470044

Black with #470044

Text Example


Text Example

White with #470044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470044; }

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

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

background-color css

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

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

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

border-color css

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

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

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