#494A47

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

Shades of Tuatara #494A47

Tints of Tuatara #494A47

Color information

#494A47 (or 0x494A47) is unknown color: approx Tuatara. HEX triplet: 49, 4A and 47. RGB value is (73,74,71). Sum of RGB (Red+Green+Blue) = 73+74+71=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 74 - color contains mainly: green. Hex color #494A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A47 is #B6B5B8. Grayscale: #494949. Windows color (decimal): -11974073 or 4672073. OLE color: 4672073.

HSL color Cylindrical-coordinate representation of color #494A47: hue angle of 80º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #494A47 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB737471-
CMYK0.0100.040.71
HSL80º2.07%28.43%-
HSV(B)80º4.05%29.02%-
XYZ6.336.776.93-
YUV73.36126.67127.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=33.49%
G=33.94%
B=32.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374710.0100.040.71802.0728.43
Hex494A47104475021c
Octal111112107104107120234
Binary10010011001010100011110100100011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,74,71); }

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

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

 a { background-color: rgb(73,74,71); }

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

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

 span { border-color: rgb(73,74,71); }

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