Html Css Color HEX #470844 Mardi Gras

📋 copy color: '#470844'

red 71 ◦ green 8 ◦ blue 68

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

Shades of Mardi Gras #470844

Tints of Mardi Gras #470844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

 BLUE value IS 68 (26.95% from 255) = 46.26%

R = 48.3%
G = 5.44%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#470844 (or 0x470844) is known color: Mardi Gras. HEX triplet: 47, 08 and 44. RGB value is (71,8,68). Sum of RGB (Red+Green+Blue) = 71+8+68=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #470844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470844 is #B8F7BB. Grayscale: #212121. Windows color (decimal): -12122044 or 4458567. OLE color: 4458567.

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

Color convert

RGB 71 8 68 -
CMYK 0 0.89 0.04 0.72
HSL 302.86º 0.8% 0.15% -
HSV(B) 302.86º 0.89% 0.28% -
XYZ 3.73 1.93 5.64 -
YUV 33.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 71 8 68 0 0.89 0.04 0.72 302.86 0.8 0.15
Hex 47 8 44 0 59 4 48 12F 50 F
Octal 107 10 104 0 131 4 110 457 120 17
Binary 1000111 1000 1000100 0 1011001 100 1001000 100101111 1010000 1111

Color Harmonies of #470844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470844

Black with #470844

Text Example


Text Example

White with #470844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470844; }

 p { color: rgb(71,8,68); }

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

background-color css

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

 a { background-color: rgb(71,8,68); }

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

border-color css

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

 span { border-color: rgb(71,8,68); }

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