Html Css Color HEX #470945 Mardi Gras

📋 copy color: '#470945'

red 71 ◦ green 9 ◦ blue 69

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

Shades of Mardi Gras #470945

Tints of Mardi Gras #470945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

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

R = 47.65%
G = 6.04%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#470945 (or 0x470945) is known color: Mardi Gras. HEX triplet: 47, 09 and 45. RGB value is (71,9,69). Sum of RGB (Red+Green+Blue) = 71+9+69=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #470945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470945 is #B8F6BA. Grayscale: #222222. Windows color (decimal): -12121787 or 4524359. OLE color: 4524359.

HSL color Cylindrical-coordinate representation of color #470945: hue angle of 301.94º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470945 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 69 -
CMYK 0 0.87 0.03 0.72
HSL 301.94º 0.78% 0.16% -
HSV(B) 301.94º 0.87% 0.28% -
XYZ 3.77 1.96 5.81 -
YUV 34.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 71 9 69 0 0.87 0.03 0.72 301.94 0.78 0.16
Hex 47 9 45 0 57 3 48 12E 4E 10
Octal 107 11 105 0 127 3 110 456 116 20
Binary 1000111 1001 1000101 0 1010111 11 1001000 100101110 1001110 10000

Color Harmonies of #470945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470945

Black with #470945

Text Example


Text Example

White with #470945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470945; }

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

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

background-color css

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

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

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

border-color css

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

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

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