Html Css Color HEX #470449 Mardi Gras

📋 copy color: '#470449'

red 71 ◦ green 4 ◦ blue 73

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

Shades of Mardi Gras #470449

Tints of Mardi Gras #470449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 49.32%

R = 47.97%
G = 2.7%
B = 49.32%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#470449 (or 0x470449) is known color: Mardi Gras. HEX triplet: 47, 04 and 49. RGB value is (71,4,73). Sum of RGB (Red+Green+Blue) = 71+4+73=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #470449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470449 is #B8FBB6. Grayscale: #1F1F1F. Windows color (decimal): -12123063 or 4785223. OLE color: 4785223.

HSL color Cylindrical-coordinate representation of color #470449: hue angle of 298.26º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470449 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 4 73 -
CMYK 0.03 0.95 0 0.71
HSL 298.26º 0.9% 0.15% -
HSV(B) 298.26º 0.95% 0.29% -
XYZ 3.84 1.91 6.47 -
YUV 31.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 71 4 73 0.03 0.95 0 0.71 298.26 0.9 0.15
Hex 47 4 49 3 5F 0 47 12A 5A F
Octal 107 4 111 3 137 0 107 452 132 17
Binary 1000111 100 1001001 11 1011111 0 1000111 100101010 1011010 1111

Color Harmonies of #470449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470449

Black with #470449

Text Example


Text Example

White with #470449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470449; }

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

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

background-color css

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

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

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

border-color css

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

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

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