Html Css Color HEX #470748 Mardi Gras

📋 copy color: '#470748'

red 71 ◦ green 7 ◦ blue 72

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

Shades of Mardi Gras #470748

Tints of Mardi Gras #470748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48%

R = 47.33%
G = 4.67%
B = 48%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#470748 (or 0x470748) is known color: Mardi Gras. HEX triplet: 47, 07 and 48. RGB value is (71,7,72). Sum of RGB (Red+Green+Blue) = 71+7+72=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #470748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470748 is #B8F8B7. Grayscale: #212121. Windows color (decimal): -12122296 or 4720455. OLE color: 4720455.

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

Color convert

RGB 71 7 72 -
CMYK 0.01 0.90 0 0.72
HSL 299.08º 0.82% 0.15% -
HSV(B) 299.08º 0.9% 0.28% -
XYZ 3.84 1.96 6.31 -
YUV 33.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 71 7 72 0.01 0.90 0 0.72 299.08 0.82 0.15
Hex 47 7 48 1 5A 0 48 12B 52 F
Octal 107 7 110 1 132 0 110 453 122 17
Binary 1000111 111 1001000 1 1011010 0 1001000 100101011 1010010 1111

Color Harmonies of #470748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470748

Black with #470748

Text Example


Text Example

White with #470748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470748; }

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

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

background-color css

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

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

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

border-color css

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

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

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