Html Css Color HEX #463B43 Voodoo

📋 copy color: '#463B43'

red 70 ◦ green 59 ◦ blue 67

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

Shades of Voodoo #463B43

Tints of Voodoo #463B43

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.1%

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

R = 35.71%
G = 30.1%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#463B43 (or 0x463B43) is known color: Voodoo. HEX triplet: 46, 3B and 43. RGB value is (70,59,67). Sum of RGB (Red+Green+Blue) = 70+59+67=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 70 - color contains mainly: red. Hex color #463B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B43 is #B9C4BC. Grayscale: #3F3F3F. Windows color (decimal): -12174525 or 4406086. OLE color: 4406086.

HSL color Cylindrical-coordinate representation of color #463B43: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #463B43 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 67 -
CMYK 0 0.16 0.04 0.73
HSL 316.36º 0.09% 0.25% -
HSV(B) 316.36º 0.16% 0.27% -
XYZ 5.1 4.84 5.97 -
YUV 63.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 70 59 67 0 0.16 0.04 0.73 316.36 0.09 0.25
Hex 46 3B 43 0 10 4 49 13C 9 19
Octal 106 73 103 0 20 4 111 474 11 31
Binary 1000110 111011 1000011 0 10000 100 1001001 100111100 1001 11001

Color Harmonies of #463B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B43

Black with #463B43

Text Example


Text Example

White with #463B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,67); }

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

background-color css

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

 a { background-color: rgb(70,59,67); }

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

border-color css

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

 span { border-color: rgb(70,59,67); }

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