Html Css Color HEX #470743 Mardi Gras

📋 copy color: '#470743'

red 71 ◦ green 7 ◦ blue 67

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

Shades of Mardi Gras #470743

Tints of Mardi Gras #470743

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 67 (26.56% from 255) = 46.21%

R = 48.97%
G = 4.83%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#470743 (or 0x470743) is known color: Mardi Gras. HEX triplet: 47, 07 and 43. RGB value is (71,7,67). Sum of RGB (Red+Green+Blue) = 71+7+67=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #470743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470743 is #B8F8BC. Grayscale: #202020. Windows color (decimal): -12122301 or 4392775. OLE color: 4392775.

HSL color Cylindrical-coordinate representation of color #470743: hue angle of 303.75º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470743 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 67 -
CMYK 0 0.90 0.06 0.72
HSL 303.75º 0.82% 0.15% -
HSV(B) 303.75º 0.9% 0.28% -
XYZ 3.69 1.9 5.48 -
YUV 32.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 71 7 67 0 0.90 0.06 0.72 303.75 0.82 0.15
Hex 47 7 43 0 5A 6 48 130 52 F
Octal 107 7 103 0 132 6 110 460 122 17
Binary 1000111 111 1000011 0 1011010 110 1001000 100110000 1010010 1111

Color Harmonies of #470743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470743

Black with #470743

Text Example


Text Example

White with #470743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470743; }

 p { color: rgb(71,7,67); }

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

background-color css

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

 a { background-color: rgb(71,7,67); }

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

border-color css

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

 span { border-color: rgb(71,7,67); }

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