Html Css Color HEX #463842 Voodoo

📋 copy color: '#463842'

red 70 ◦ green 56 ◦ blue 66

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

Shades of Voodoo #463842

Tints of Voodoo #463842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.17%

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

R = 36.46%
G = 29.17%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#463842 (or 0x463842) is known color: Voodoo. HEX triplet: 46, 38 and 42. RGB value is (70,56,66). Sum of RGB (Red+Green+Blue) = 70+56+66=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #463842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463842 is #B9C7BD. Grayscale: #3D3D3D. Windows color (decimal): -12175294 or 4339782. OLE color: 4339782.

HSL color Cylindrical-coordinate representation of color #463842: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #463842 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 56 66 -
CMYK 0 0.20 0.06 0.73
HSL 317.14º 0.11% 0.25% -
HSV(B) 317.14º 0.2% 0.27% -
XYZ 4.92 4.52 5.77 -
YUV 61.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 70 56 66 0 0.20 0.06 0.73 317.14 0.11 0.25
Hex 46 38 42 0 14 6 49 13D B 19
Octal 106 70 102 0 24 6 111 475 13 31
Binary 1000110 111000 1000010 0 10100 110 1001001 100111101 1011 11001

Color Harmonies of #463842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463842

Black with #463842

Text Example


Text Example

White with #463842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463842; }

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

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

background-color css

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

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

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

border-color css

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

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

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