Html Css Color HEX #470345 Mardi Gras

📋 copy color: '#470345'

red 71 ◦ green 3 ◦ blue 69

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

Shades of Mardi Gras #470345

Tints of Mardi Gras #470345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.1%

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

R = 49.65%
G = 2.1%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#470345 (or 0x470345) is known color: Mardi Gras. HEX triplet: 47, 03 and 45. RGB value is (71,3,69). Sum of RGB (Red+Green+Blue) = 71+3+69=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470345 is #B8FCBA. Grayscale: #1E1E1E. Windows color (decimal): -12123323 or 4522823. OLE color: 4522823.

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

Color convert

RGB 71 3 69 -
CMYK 0 0.96 0.03 0.72
HSL 301.76º 0.92% 0.15% -
HSV(B) 301.76º 0.96% 0.28% -
XYZ 3.71 1.83 5.79 -
YUV 30.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 71 3 69 0 0.96 0.03 0.72 301.76 0.92 0.15
Hex 47 3 45 0 60 3 48 12E 5C F
Octal 107 3 105 0 140 3 110 456 134 17
Binary 1000111 11 1000101 0 1100000 11 1001000 100101110 1011100 1111

Color Harmonies of #470345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470345

Black with #470345

Text Example


Text Example

White with #470345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470345; }

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

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

background-color css

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

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

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

border-color css

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

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

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