Html Css Color HEX #492E42 Voodoo

📋 copy color: '#492E42'

red 73 ◦ green 46 ◦ blue 66

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

Shades of Voodoo #492E42

Tints of Voodoo #492E42

RGB

 RED value IS 73 (28.91% from 255) = 39.46%

 GREEN value IS 46 (18.36% from 255) = 24.86%

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

R = 39.46%
G = 24.86%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492E42 (or 0x492E42) is known color: Voodoo. HEX triplet: 49, 2E and 42. RGB value is (73,46,66). Sum of RGB (Red+Green+Blue) = 73+46+66=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #492E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E42 is #B6D1BD. Grayscale: #383838. Windows color (decimal): -11981246 or 4337225. OLE color: 4337225.

HSL color Cylindrical-coordinate representation of color #492E42: hue angle of 315.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E42 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 66 -
CMYK 0 0.37 0.10 0.71
HSL 315.56º 0.23% 0.23% -
HSV(B) 315.56º 0.37% 0.29% -
XYZ 4.71 3.76 5.63 -
YUV 56.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 73 46 66 0 0.37 0.10 0.71 315.56 0.23 0.23
Hex 49 2E 42 0 25 A 47 13C 17 17
Octal 111 56 102 0 45 12 107 474 27 27
Binary 1001001 101110 1000010 0 100101 1010 1000111 100111100 10111 10111

Color Harmonies of #492E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E42

Black with #492E42

Text Example


Text Example

White with #492E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E42; }

 p { color: rgb(73,46,66); }

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

background-color css

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

 a { background-color: rgb(73,46,66); }

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

border-color css

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

 span { border-color: rgb(73,46,66); }

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