Html Css Color HEX #472E43 Voodoo

📋 copy color: '#472E43'

red 71 ◦ green 46 ◦ blue 67

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

Shades of Voodoo #472E43

Tints of Voodoo #472E43

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25%

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

R = 38.59%
G = 25%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#472E43 (or 0x472E43) is known color: Voodoo. HEX triplet: 47, 2E and 43. RGB value is (71,46,67). Sum of RGB (Red+Green+Blue) = 71+46+67=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #472E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E43 is #B8D1BC. Grayscale: #373737. Windows color (decimal): -12112317 or 4402759. OLE color: 4402759.

HSL color Cylindrical-coordinate representation of color #472E43: hue angle of 309.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E43 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 67 -
CMYK 0 0.35 0.06 0.72
HSL 309.6º 0.21% 0.23% -
HSV(B) 309.6º 0.35% 0.28% -
XYZ 4.59 3.7 5.78 -
YUV 55.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 71 46 67 0 0.35 0.06 0.72 309.6 0.21 0.23
Hex 47 2E 43 0 23 6 48 136 15 17
Octal 107 56 103 0 43 6 110 466 25 27
Binary 1000111 101110 1000011 0 100011 110 1001000 100110110 10101 10111

Color Harmonies of #472E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E43

Black with #472E43

Text Example


Text Example

White with #472E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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