Html Css Color HEX #470148 Mardi Gras

📋 copy color: '#470148'

red 71 ◦ green 1 ◦ blue 72

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

Shades of Mardi Gras #470148

Tints of Mardi Gras #470148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 49.31%
G = 0.69%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#470148 (or 0x470148) is known color: Mardi Gras. HEX triplet: 47, 01 and 48. RGB value is (71,1,72). Sum of RGB (Red+Green+Blue) = 71+1+72=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #470148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470148 is #B8FEB7. Grayscale: #1D1D1D. Windows color (decimal): -12123832 or 4718919. OLE color: 4718919.

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

Color convert

RGB 71 1 72 -
CMYK 0.01 0.99 0 0.72
HSL 299.15º 0.97% 0.14% -
HSV(B) 299.15º 0.99% 0.28% -
XYZ 3.78 1.83 6.28 -
YUV 30.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 71 1 72 0.01 0.99 0 0.72 299.15 0.97 0.14
Hex 47 1 48 1 63 0 48 12B 61 E
Octal 107 1 110 1 143 0 110 453 141 16
Binary 1000111 1 1001000 1 1100011 0 1001000 100101011 1100001 1110

Color Harmonies of #470148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470148

Black with #470148

Text Example


Text Example

White with #470148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470148; }

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

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

background-color css

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

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

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

border-color css

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

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

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