Html Css Color HEX #463741 Voodoo

📋 copy color: '#463741'

red 70 ◦ green 55 ◦ blue 65

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

Shades of Voodoo #463741

Tints of Voodoo #463741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 36.84%
G = 28.95%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463741 (or 0x463741) is known color: Voodoo. HEX triplet: 46, 37 and 41. RGB value is (70,55,65). Sum of RGB (Red+Green+Blue) = 70+55+65=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463741 is #B9C8BE. Grayscale: #3C3C3C. Windows color (decimal): -12175551 or 4273990. OLE color: 4273990.

HSL color Cylindrical-coordinate representation of color #463741: hue angle of 320º 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 #463741 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 65 -
CMYK 0 0.21 0.07 0.73
HSL 320º 0.12% 0.25% -
HSV(B) 320º 0.21% 0.27% -
XYZ 4.85 4.42 5.6 -
YUV 60.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 70 55 65 0 0.21 0.07 0.73 320 0.12 0.25
Hex 46 37 41 0 15 7 49 140 C 19
Octal 106 67 101 0 25 7 111 500 14 31
Binary 1000110 110111 1000001 0 10101 111 1001001 101000000 1100 11001

Color Harmonies of #463741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463741

Black with #463741

Text Example


Text Example

White with #463741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463741; }

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

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

background-color css

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

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

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

border-color css

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

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

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