Html Css Color HEX #463942 Voodoo

📋 copy color: '#463942'

red 70 ◦ green 57 ◦ blue 66

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

Shades of Voodoo #463942

Tints of Voodoo #463942

RGB

 RED value IS 70 (27.73% from 255) = 36.27%

 GREEN value IS 57 (22.66% from 255) = 29.53%

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

R = 36.27%
G = 29.53%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#463942 (or 0x463942) is known color: Voodoo. HEX triplet: 46, 39 and 42. RGB value is (70,57,66). Sum of RGB (Red+Green+Blue) = 70+57+66=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #463942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463942 is #B9C6BD. Grayscale: #3D3D3D. Windows color (decimal): -12175038 or 4340038. OLE color: 4340038.

HSL color Cylindrical-coordinate representation of color #463942: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463942 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 57 66 -
CMYK 0 0.19 0.06 0.73
HSL 318.46º 0.1% 0.25% -
HSV(B) 318.46º 0.19% 0.27% -
XYZ 4.97 4.62 5.78 -
YUV 61.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 70 57 66 0 0.19 0.06 0.73 318.46 0.1 0.25
Hex 46 39 42 0 13 6 49 13E A 19
Octal 106 71 102 0 23 6 111 476 12 31
Binary 1000110 111001 1000010 0 10011 110 1001001 100111110 1010 11001

Color Harmonies of #463942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463942

Black with #463942

Text Example


Text Example

White with #463942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463942; }

 p { color: rgb(70,57,66); }

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

background-color css

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

 a { background-color: rgb(70,57,66); }

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

border-color css

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

 span { border-color: rgb(70,57,66); }

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