Html Css Color HEX #473A42 Voodoo

📋 copy color: '#473A42'

red 71 ◦ green 58 ◦ blue 66

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

Shades of Voodoo #473A42

Tints of Voodoo #473A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

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

R = 36.41%
G = 29.74%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473A42 (or 0x473A42) is known color: Voodoo. HEX triplet: 47, 3A and 42. RGB value is (71,58,66). Sum of RGB (Red+Green+Blue) = 71+58+66=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #473A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A42 is #B8C5BD. Grayscale: #3E3E3E. Windows color (decimal): -12109246 or 4340295. OLE color: 4340295.

HSL color Cylindrical-coordinate representation of color #473A42: hue angle of 323.08º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A42 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 58 66 -
CMYK 0 0.18 0.07 0.72
HSL 323.08º 0.1% 0.25% -
HSV(B) 323.08º 0.18% 0.28% -
XYZ 5.09 4.76 5.8 -
YUV 62.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 71 58 66 0 0.18 0.07 0.72 323.08 0.1 0.25
Hex 47 3A 42 0 12 7 48 143 A 19
Octal 107 72 102 0 22 7 110 503 12 31
Binary 1000111 111010 1000010 0 10010 111 1001000 101000011 1010 11001

Color Harmonies of #473A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A42

Black with #473A42

Text Example


Text Example

White with #473A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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