Html Css Color HEX #463142 Voodoo

📋 copy color: '#463142'

red 70 ◦ green 49 ◦ blue 66

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

Shades of Voodoo #463142

Tints of Voodoo #463142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 37.84%
G = 26.49%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#463142 (or 0x463142) is known color: Voodoo. HEX triplet: 46, 31 and 42. RGB value is (70,49,66). Sum of RGB (Red+Green+Blue) = 70+49+66=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #463142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463142 is #B9CEBD. Grayscale: #393939. Windows color (decimal): -12177086 or 4337990. OLE color: 4337990.

HSL color Cylindrical-coordinate representation of color #463142: hue angle of 311.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463142 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 66 -
CMYK 0 0.30 0.06 0.73
HSL 311.43º 0.18% 0.23% -
HSV(B) 311.43º 0.3% 0.27% -
XYZ 4.61 3.89 5.66 -
YUV 57.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 70 49 66 0 0.30 0.06 0.73 311.43 0.18 0.23
Hex 46 31 42 0 1E 6 49 137 12 17
Octal 106 61 102 0 36 6 111 467 22 27
Binary 1000110 110001 1000010 0 11110 110 1001001 100110111 10010 10111

Color Harmonies of #463142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463142

Black with #463142

Text Example


Text Example

White with #463142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463142; }

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

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

background-color css

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

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

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

border-color css

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

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

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