Html Css Color HEX #463B42 Voodoo

📋 copy color: '#463B42'

red 70 ◦ green 59 ◦ blue 66

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

Shades of Voodoo #463B42

Tints of Voodoo #463B42

RGB

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

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

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

R = 35.9%
G = 30.26%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#463B42 (or 0x463B42) is known color: Voodoo. HEX triplet: 46, 3B and 42. RGB value is (70,59,66). Sum of RGB (Red+Green+Blue) = 70+59+66=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #463B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B42 is #B9C4BD. Grayscale: #3F3F3F. Windows color (decimal): -12174526 or 4340550. OLE color: 4340550.

HSL color Cylindrical-coordinate representation of color #463B42: hue angle of 321.82º 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 #463B42 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 66 -
CMYK 0 0.16 0.06 0.73
HSL 321.82º 0.09% 0.25% -
HSV(B) 321.82º 0.16% 0.27% -
XYZ 5.07 4.82 5.82 -
YUV 63.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 70 59 66 0 0.16 0.06 0.73 321.82 0.09 0.25
Hex 46 3B 42 0 10 6 49 142 9 19
Octal 106 73 102 0 20 6 111 502 11 31
Binary 1000110 111011 1000010 0 10000 110 1001001 101000010 1001 11001

Color Harmonies of #463B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B42

Black with #463B42

Text Example


Text Example

White with #463B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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