Html Css Color HEX #472E42 Voodoo

📋 copy color: '#472E42'

red 71 ◦ green 46 ◦ blue 66

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

Shades of Voodoo #472E42

Tints of Voodoo #472E42

RGB

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

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

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

R = 38.8%
G = 25.14%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#472E42 (or 0x472E42) is known color: Voodoo. HEX triplet: 47, 2E and 42. RGB value is (71,46,66). Sum of RGB (Red+Green+Blue) = 71+46+66=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E42 is #B8D1BD. Grayscale: #373737. Windows color (decimal): -12112318 or 4337223. OLE color: 4337223.

HSL color Cylindrical-coordinate representation of color #472E42: hue angle of 312º 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 #472E42 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 66 -
CMYK 0 0.35 0.07 0.72
HSL 312º 0.21% 0.23% -
HSV(B) 312º 0.35% 0.28% -
XYZ 4.56 3.69 5.63 -
YUV 55.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 71 46 66 0 0.35 0.07 0.72 312 0.21 0.23
Hex 47 2E 42 0 23 7 48 138 15 17
Octal 107 56 102 0 43 7 110 470 25 27
Binary 1000111 101110 1000010 0 100011 111 1001000 100111000 10101 10111

Color Harmonies of #472E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E42

Black with #472E42

Text Example


Text Example

White with #472E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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