Html Css Color HEX #493A44 Voodoo

📋 copy color: '#493A44'

red 73 ◦ green 58 ◦ blue 68

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

Shades of Voodoo #493A44

Tints of Voodoo #493A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 36.68%
G = 29.15%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#493A44 (or 0x493A44) is known color: Voodoo. HEX triplet: 49, 3A and 44. RGB value is (73,58,68). Sum of RGB (Red+Green+Blue) = 73+58+68=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #493A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A44 is #B6C5BB. Grayscale: #3F3F3F. Windows color (decimal): -11978172 or 4471369. OLE color: 4471369.

HSL color Cylindrical-coordinate representation of color #493A44: hue angle of 320º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #493A44 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 58 68 -
CMYK 0 0.21 0.07 0.71
HSL 320º 0.11% 0.26% -
HSV(B) 320º 0.21% 0.29% -
XYZ 5.3 4.86 6.13 -
YUV 63.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 73 58 68 0 0.21 0.07 0.71 320 0.11 0.26
Hex 49 3A 44 0 15 7 47 140 B 1A
Octal 111 72 104 0 25 7 107 500 13 32
Binary 1001001 111010 1000100 0 10101 111 1000111 101000000 1011 11010

Color Harmonies of #493A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A44

Black with #493A44

Text Example


Text Example

White with #493A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493A44; }

 p { color: rgb(73,58,68); }

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

background-color css

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

 a { background-color: rgb(73,58,68); }

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

border-color css

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

 span { border-color: rgb(73,58,68); }

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