Html Css Color HEX #470445 Mardi Gras

📋 copy color: '#470445'

red 71 ◦ green 4 ◦ blue 69

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

Shades of Mardi Gras #470445

Tints of Mardi Gras #470445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 47.92%

R = 49.31%
G = 2.78%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#470445 (or 0x470445) is known color: Mardi Gras. HEX triplet: 47, 04 and 45. RGB value is (71,4,69). Sum of RGB (Red+Green+Blue) = 71+4+69=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #470445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470445 is #B8FBBA. Grayscale: #1F1F1F. Windows color (decimal): -12123067 or 4523079. OLE color: 4523079.

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

Color convert

RGB 71 4 69 -
CMYK 0 0.94 0.03 0.72
HSL 301.79º 0.89% 0.15% -
HSV(B) 301.79º 0.94% 0.28% -
XYZ 3.72 1.86 5.79 -
YUV 31.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 71 4 69 0 0.94 0.03 0.72 301.79 0.89 0.15
Hex 47 4 45 0 5E 3 48 12E 59 F
Octal 107 4 105 0 136 3 110 456 131 17
Binary 1000111 100 1000101 0 1011110 11 1001000 100101110 1011001 1111

Color Harmonies of #470445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470445

Black with #470445

Text Example


Text Example

White with #470445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470445; }

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

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

background-color css

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

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

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

border-color css

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

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

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