#494C41

Color #494C41 Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #494C41

Tints of Tuatara #494C41

Color information

#494C41 (or 0x494C41) is unknown color: approx Tuatara. HEX triplet: 49, 4C and 41. RGB value is (73,76,65). Sum of RGB (Red+Green+Blue) = 73+76+65=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #494C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C41 is #B6B3BE. Grayscale: #494949. Windows color (decimal): -11973567 or 4279369. OLE color: 4279369.

HSL color Cylindrical-coordinate representation of color #494C41: hue angle of 76.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494C41 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB737665-
CMYK0.0400.140.70
HSL76.36º7.8%27.65%-
HSV(B)76.36º14.47%29.8%-
XYZ6.296.976.01-
YUV73.85123.01127.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=34.11%
G=35.51%
B=30.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376650.0400.140.7076.367.827.65
Hex494C4140E464c81c
Octal11111410140161061141034
Binary1001001100110010000011000111010001101001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C41; }

 p { color: rgb(73,76,65); }

 H1.HeaderClassName
 {
   color: #494C41;
 }
 .AnyTagClassName
 {
   color: #494C41;
 }
</style>
background-color css

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

 a { background-color: rgb(73,76,65); }

 div.DivClassName
 {
   background-color: #494C41;
 }
 .BgClassName
 {
   background-color: #494C41;
 }
</style>
border-color css

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

 span { border-color: rgb(73,76,65); }

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