Html Css Color HEX #463743 Voodoo

📋 copy color: '#463743'

red 70 ◦ green 55 ◦ blue 67

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

Shades of Voodoo #463743

Tints of Voodoo #463743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 36.46%
G = 28.65%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#463743 (or 0x463743) is known color: Voodoo. HEX triplet: 46, 37 and 43. RGB value is (70,55,67). Sum of RGB (Red+Green+Blue) = 70+55+67=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #463743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463743 is #B9C8BC. Grayscale: #3C3C3C. Windows color (decimal): -12175549 or 4405062. OLE color: 4405062.

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

Color convert

RGB 70 55 67 -
CMYK 0 0.21 0.04 0.73
HSL 312º 0.12% 0.25% -
HSV(B) 312º 0.21% 0.27% -
XYZ 4.91 4.44 5.91 -
YUV 60.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 70 55 67 0 0.21 0.04 0.73 312 0.12 0.25
Hex 46 37 43 0 15 4 49 138 C 19
Octal 106 67 103 0 25 4 111 470 14 31
Binary 1000110 110111 1000011 0 10101 100 1001001 100111000 1100 11001

Color Harmonies of #463743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463743

Black with #463743

Text Example


Text Example

White with #463743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463743; }

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

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

background-color css

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

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

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

border-color css

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

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

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