Html Css Color HEX #493742 Voodoo

📋 copy color: '#493742'

red 73 ◦ green 55 ◦ blue 66

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

Shades of Voodoo #493742

Tints of Voodoo #493742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

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

R = 37.63%
G = 28.35%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493742 (or 0x493742) is known color: Voodoo. HEX triplet: 49, 37 and 42. RGB value is (73,55,66). Sum of RGB (Red+Green+Blue) = 73+55+66=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #493742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493742 is #B6C8BD. Grayscale: #3D3D3D. Windows color (decimal): -11978942 or 4339529. OLE color: 4339529.

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

Color convert

RGB 73 55 66 -
CMYK 0 0.25 0.10 0.71
HSL 323.33º 0.14% 0.25% -
HSV(B) 323.33º 0.25% 0.29% -
XYZ 5.1 4.54 5.76 -
YUV 61.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 73 55 66 0 0.25 0.10 0.71 323.33 0.14 0.25
Hex 49 37 42 0 19 A 47 143 E 19
Octal 111 67 102 0 31 12 107 503 16 31
Binary 1001001 110111 1000010 0 11001 1010 1000111 101000011 1110 11001

Color Harmonies of #493742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493742

Black with #493742

Text Example


Text Example

White with #493742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493742; }

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

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

background-color css

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

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

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

border-color css

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

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

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