Html Css Color HEX #470242 Mardi Gras

📋 copy color: '#470242'

red 71 ◦ green 2 ◦ blue 66

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

Shades of Mardi Gras #470242

Tints of Mardi Gras #470242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

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

R = 51.08%
G = 1.44%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#470242 (or 0x470242) is known color: Mardi Gras. HEX triplet: 47, 02 and 42. RGB value is (71,2,66). Sum of RGB (Red+Green+Blue) = 71+2+66=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #470242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470242 is #B8FDBD. Grayscale: #1D1D1D. Windows color (decimal): -12123582 or 4325959. OLE color: 4325959.

HSL color Cylindrical-coordinate representation of color #470242: hue angle of 304.35º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470242 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 66 -
CMYK 0 0.97 0.07 0.72
HSL 304.35º 0.95% 0.14% -
HSV(B) 304.35º 0.97% 0.28% -
XYZ 3.6 1.78 5.31 -
YUV 29.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 71 2 66 0 0.97 0.07 0.72 304.35 0.95 0.14
Hex 47 2 42 0 61 7 48 130 5F E
Octal 107 2 102 0 141 7 110 460 137 16
Binary 1000111 10 1000010 0 1100001 111 1001000 100110000 1011111 1110

Color Harmonies of #470242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470242

Black with #470242

Text Example


Text Example

White with #470242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470242; }

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

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

background-color css

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

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

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

border-color css

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

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

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