Html Css Color HEX #470048 Mardi Gras

📋 copy color: '#470048'

red 71 ◦ green 0 ◦ blue 72

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

Shades of Mardi Gras #470048

Tints of Mardi Gras #470048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50.35%

R = 49.65%
G = 0%
B = 50.35%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#470048 (or 0x470048) is known color: Mardi Gras. HEX triplet: 47, 00 and 48. RGB value is (71,0,72). Sum of RGB (Red+Green+Blue) = 71+0+72=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #470048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470048 is #B8FFB7. Grayscale: #1D1D1D. Windows color (decimal): -12124088 or 4718663. OLE color: 4718663.

HSL color Cylindrical-coordinate representation of color #470048: hue angle of 299.17º 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 #470048 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 0 72 -
CMYK 0.01 1 0 0.72
HSL 299.17º 1% 0.14% -
HSV(B) 299.17º 1% 0.28% -
XYZ 3.77 1.81 6.28 -
YUV 29.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 71 0 72 0.01 1 0 0.72 299.17 1 0.14
Hex 47 0 48 1 64 0 48 12B 64 E
Octal 107 0 110 1 144 0 110 453 144 16
Binary 1000111 0 1001000 1 1100100 0 1001000 100101011 1100100 1110

Color Harmonies of #470048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470048

Black with #470048

Text Example


Text Example

White with #470048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470048; }

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

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

background-color css

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

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

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

border-color css

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

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

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