Html Css Color HEX #463D44 Voodoo

📋 copy color: '#463D44'

red 70 ◦ green 61 ◦ blue 68

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

Shades of Voodoo #463D44

Tints of Voodoo #463D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 35.18%
G = 30.65%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#463D44 (or 0x463D44) is known color: Voodoo. HEX triplet: 46, 3D and 44. RGB value is (70,61,68). Sum of RGB (Red+Green+Blue) = 70+61+68=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 70 - color contains mainly: red. Hex color #463D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D44 is #B9C2BB. Grayscale: #404040. Windows color (decimal): -12174012 or 4472134. OLE color: 4472134.

HSL color Cylindrical-coordinate representation of color #463D44: hue angle of 313.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #463D44 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 61 68 -
CMYK 0 0.13 0.03 0.73
HSL 313.33º 0.07% 0.26% -
HSV(B) 313.33º 0.13% 0.27% -
XYZ 5.24 5.06 6.17 -
YUV 64.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 70 61 68 0 0.13 0.03 0.73 313.33 0.07 0.26
Hex 46 3D 44 0 D 3 49 139 7 1A
Octal 106 75 104 0 15 3 111 471 7 32
Binary 1000110 111101 1000100 0 1101 11 1001001 100111001 111 11010

Color Harmonies of #463D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D44

Black with #463D44

Text Example


Text Example

White with #463D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463D44; }

 p { color: rgb(70,61,68); }

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

background-color css

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

 a { background-color: rgb(70,61,68); }

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

border-color css

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

 span { border-color: rgb(70,61,68); }

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