Html Css Color HEX #463A42 Voodoo

📋 copy color: '#463A42'

red 70 ◦ green 58 ◦ blue 66

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

Shades of Voodoo #463A42

Tints of Voodoo #463A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

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

R = 36.08%
G = 29.9%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#463A42 (or 0x463A42) is known color: Voodoo. HEX triplet: 46, 3A and 42. RGB value is (70,58,66). Sum of RGB (Red+Green+Blue) = 70+58+66=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #463A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A42 is #B9C5BD. Grayscale: #3E3E3E. Windows color (decimal): -12174782 or 4340294. OLE color: 4340294.

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

Color convert

RGB 70 58 66 -
CMYK 0 0.17 0.06 0.73
HSL 320º 0.09% 0.25% -
HSV(B) 320º 0.17% 0.27% -
XYZ 5.02 4.72 5.8 -
YUV 62.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 70 58 66 0 0.17 0.06 0.73 320 0.09 0.25
Hex 46 3A 42 0 11 6 49 140 9 19
Octal 106 72 102 0 21 6 111 500 11 31
Binary 1000110 111010 1000010 0 10001 110 1001001 101000000 1001 11001

Color Harmonies of #463A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A42

Black with #463A42

Text Example


Text Example

White with #463A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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