Html Css Color HEX #463441 Voodoo

📋 copy color: '#463441'

red 70 ◦ green 52 ◦ blue 65

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

Shades of Voodoo #463441

Tints of Voodoo #463441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 37.43%
G = 27.81%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463441 (or 0x463441) is known color: Voodoo. HEX triplet: 46, 34 and 41. RGB value is (70,52,65). Sum of RGB (Red+Green+Blue) = 70+52+65=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #463441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463441 is #B9CBBE. Grayscale: #3A3A3A. Windows color (decimal): -12176319 or 4273222. OLE color: 4273222.

HSL color Cylindrical-coordinate representation of color #463441: hue angle of 316.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #463441 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 52 65 -
CMYK 0 0.26 0.07 0.73
HSL 316.67º 0.15% 0.24% -
HSV(B) 316.67º 0.26% 0.27% -
XYZ 4.71 4.14 5.55 -
YUV 58.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 70 52 65 0 0.26 0.07 0.73 316.67 0.15 0.24
Hex 46 34 41 0 1A 7 49 13D F 18
Octal 106 64 101 0 32 7 111 475 17 30
Binary 1000110 110100 1000001 0 11010 111 1001001 100111101 1111 11000

Color Harmonies of #463441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463441

Black with #463441

Text Example


Text Example

White with #463441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463441; }

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

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

background-color css

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

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

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

border-color css

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

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

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