Html Css Color HEX #470942 Mardi Gras

📋 copy color: '#470942'

red 71 ◦ green 9 ◦ blue 66

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

Shades of Mardi Gras #470942

Tints of Mardi Gras #470942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 45.21%

R = 48.63%
G = 6.16%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#470942 (or 0x470942) is known color: Mardi Gras. HEX triplet: 47, 09 and 42. RGB value is (71,9,66). Sum of RGB (Red+Green+Blue) = 71+9+66=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #470942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470942 is #B8F6BD. Grayscale: #212121. Windows color (decimal): -12121790 or 4327751. OLE color: 4327751.

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

Color convert

RGB 71 9 66 -
CMYK 0 0.87 0.07 0.72
HSL 304.84º 0.78% 0.16% -
HSV(B) 304.84º 0.87% 0.28% -
XYZ 3.68 1.93 5.33 -
YUV 34.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 71 9 66 0 0.87 0.07 0.72 304.84 0.78 0.16
Hex 47 9 42 0 57 7 48 131 4E 10
Octal 107 11 102 0 127 7 110 461 116 20
Binary 1000111 1001 1000010 0 1010111 111 1001000 100110001 1001110 10000

Color Harmonies of #470942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470942

Black with #470942

Text Example


Text Example

White with #470942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470942; }

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

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

background-color css

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

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

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

border-color css

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

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

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